Uses of Class
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
Packages that use MethodSelectingRouter.ConsumesProducesAcceptor
Package
Description
Jersey server-side internal resource routing classes.
-
Uses of MethodSelectingRouter.ConsumesProducesAcceptor in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type MethodSelectingRouter.ConsumesProducesAcceptorModifier and TypeFieldDescriptionprivate static final Comparator<MethodSelectingRouter.ConsumesProducesAcceptor>
MethodSelectingRouter.CONSUMES_PRODUCES_ACCEPTOR_COMPARATOR
private final Map<String,
List<MethodSelectingRouter.ConsumesProducesAcceptor>> MethodSelectingRouter.consumesProducesAcceptors
Method parameters in org.glassfish.jersey.server.internal.routing with type arguments of type MethodSelectingRouter.ConsumesProducesAcceptorModifier and TypeMethodDescriptionprivate void
MethodSelectingRouter.addAllConsumesProducesCombinations
(List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting)