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.RequestSpecificConsumesProducesAcceptorMethodSelectingRouter.MethodSelector. selectedFields 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. sameFitnessAcceptorsMethods 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) voidMethodSelectingRouter.MethodSelector. consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i)private javax.ws.rs.core.MediaTypeMethodSelectingRouter. determineResponseMediaType(java.lang.Class<?> entityClass, java.lang.reflect.Type entityType, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod, java.util.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(java.util.List<AcceptableMediaType> acceptableTypes, MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected, java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors)private static booleanMethodSelectingRouter. 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)
-