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.RequestSpecificConsumesProducesAcceptorMethodSelectingRouter.MethodSelector.selectedFields in org.glassfish.jersey.server.internal.routing with type parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifier and TypeFieldDescription(package private) List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> MethodSelectingRouter.MethodSelector.sameFitnessAcceptorsMethods 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) voidMethodSelectingRouter.MethodSelector.consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i) private javax.ws.rs.core.MediaTypeMethodSelectingRouter.determineResponseMediaType(Class<?> entityClass, Type entityType, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, List<AcceptableMediaType> acceptableMediaTypes) Determine theMediaTypeof theResponsebased on writers suitable for the given entity class, pre-selected method and acceptable media types.private booleanMethodSelectingRouter.isReadable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate) private booleanMethodSelectingRouter.isWriteable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate) private voidMethodSelectingRouter.reportMethodSelectionAmbiguity(List<AcceptableMediaType> acceptableTypes, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected, List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors) private static booleanMethodSelectingRouter.usePreSelectedMediaType(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, List<AcceptableMediaType> acceptableMediaTypes) Constructors in org.glassfish.jersey.server.internal.routing with parameters of type MethodSelectingRouter.RequestSpecificConsumesProducesAcceptorModifierConstructorDescription(package private)