Class MethodSelectingRouter.MethodSelector
java.lang.Object
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.MethodSelector
- Enclosing class:
MethodSelectingRouter
Helper class to select matching resource method to be invoked.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List
<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> (package private) MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) List
<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>
-
Field Details
-
selected
-
sameFitnessAcceptors
List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors
-
-
Constructor Details
-
MethodSelector
MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
-
-
Method Details
-
consider
-
getSameFitnessList
List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> getSameFitnessList()
-