Uses of Class
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
Packages that use MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
Package
Description
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.RequestSpecificConsumesProducesAcceptorModifier and TypeFieldDescription(package private) MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor
MethodSelectingRouter.MethodSelector.selected
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifier and TypeFieldDescription(package private) List
<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> MethodSelectingRouter.MethodSelector.sameFitnessAcceptors
Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifier and TypeMethodDescription(package private) List
<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> MethodSelectingRouter.MethodSelector.getSameFitnessList()
Methods in org.glassfish.jersey.server.internal.routing with parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifier and TypeMethodDescription(package private) void
MethodSelectingRouter.MethodSelector.consider
(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i) private javax.ws.rs.core.MediaType
MethodSelectingRouter.determineResponseMediaType
(Class<?> entityClass, Type entityType, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, 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
(List<AcceptableMediaType> acceptableTypes, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected, List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors) private static boolean
MethodSelectingRouter.usePreSelectedMediaType
(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, List<AcceptableMediaType> acceptableMediaTypes) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifierConstructorDescription(package private)