Uses of Class
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
-
Packages that use MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Package Description org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. -
-
Uses of MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Modifier and Type Field Description (package private) MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
MethodSelectingRouter.MethodSelector. selected
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Modifier and Type Field Description (package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>
MethodSelectingRouter.MethodSelector. sameFitnessAcceptors
Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Modifier and Type Method Description (package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor>
MethodSelectingRouter.MethodSelector. getSameFitnessList()
Methods in org.glassfish.jersey.server.internal.routing with parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Modifier and Type Method Description (package private) void
MethodSelectingRouter.MethodSelector. consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
private javax.ws.rs.core.MediaType
MethodSelectingRouter. determineResponseMediaType(java.lang.Class<?> entityClass, java.lang.reflect.Type entityType, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, java.util.List<AcceptableMediaType> acceptableMediaTypes)
Determine theMediaType
of theResponse
based on writers suitable for the given entity class, pre-selected method and acceptable media types.private boolean
MethodSelectingRouter. isReadable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate)
private boolean
MethodSelectingRouter. isWriteable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate)
private void
MethodSelectingRouter. reportMethodSelectionAmbiguity(java.util.List<AcceptableMediaType> acceptableTypes, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected, java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors)
private static boolean
MethodSelectingRouter. usePreSelectedMediaType(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, java.util.List<AcceptableMediaType> acceptableMediaTypes)
Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor Constructor Description MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)
-