Uses of Class
org.glassfish.jersey.server.internal.routing.MethodSelectingRouter.ConsumesProducesAcceptor
-
Packages that use MethodSelectingRouter.ConsumesProducesAcceptor Package Description org.glassfish.jersey.server.internal.routing 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.ConsumesProducesAcceptor Modifier and Type Field Description private static java.util.Comparator<MethodSelectingRouter.ConsumesProducesAcceptor>
MethodSelectingRouter. CONSUMES_PRODUCES_ACCEPTOR_COMPARATOR
private java.util.Map<java.lang.String,java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor>>
MethodSelectingRouter. consumesProducesAcceptors
Method parameters in org.glassfish.jersey.server.internal.routing with type arguments of type MethodSelectingRouter.ConsumesProducesAcceptor Modifier and Type Method Description private void
MethodSelectingRouter. addAllConsumesProducesCombinations(java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting)
-