Class PushMatchedMethodRouter

java.lang.Object
org.glassfish.jersey.server.internal.routing.PushMatchedMethodRouter
All Implemented Interfaces:
Router

final class PushMatchedMethodRouter extends Object implements Router
Router that pushes matched resource method to routing context.
  • Field Details

  • Constructor Details

    • PushMatchedMethodRouter

      PushMatchedMethodRouter(ResourceMethod resourceMethod)
      Create a new instance of push matched resource router.
      Parameters:
      resourceMethod - The matched resource method that should be pushed into the routing context.
  • Method Details