Uses of Class
org.glassfish.jersey.internal.routing.RequestSpecificConsumesProducesAcceptor
-
Packages that use RequestSpecificConsumesProducesAcceptor Package Description org.glassfish.jersey.internal.routing Common Jersey internal routing API classes. -
-
Uses of RequestSpecificConsumesProducesAcceptor in org.glassfish.jersey.internal.routing
Methods in org.glassfish.jersey.internal.routing with parameters of type RequestSpecificConsumesProducesAcceptor Modifier and Type Method Description protected MediaTypeContentTypeDeterminer. determineResponseMediaType(Class<?> entityClass, Type entityType, RequestSpecificConsumesProducesAcceptor<?> selectedMethod, List<AcceptableMediaType> acceptableMediaTypes, List<MediaType> methodProducesTypes, Annotation[] handlingMethodAnnotations)
-