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_COMPARATORprivate java.util.Map<java.lang.String,java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor>>MethodSelectingRouter. consumesProducesAcceptorsMethod parameters in org.glassfish.jersey.server.internal.routing with type arguments of type MethodSelectingRouter.ConsumesProducesAcceptor Modifier and Type Method Description private voidMethodSelectingRouter. addAllConsumesProducesCombinations(java.util.List<MethodSelectingRouter.ConsumesProducesAcceptor> acceptors, MethodRouting methodRouting)
-