Package | Description |
---|---|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
Modifier and Type | Field and Description |
---|---|
(package private) MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor |
MethodSelectingRouter.MethodSelector.selected |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> |
MethodSelectingRouter.MethodSelector.sameFitnessAcceptors |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> |
MethodSelectingRouter.MethodSelector.getSameFitnessList() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
MethodSelectingRouter.MethodSelector.consider(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i) |
private javax.ws.rs.core.MediaType |
MethodSelectingRouter.determineResponseMediaType(java.lang.Class<?> entityClass,
java.lang.reflect.Type entityType,
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod,
java.util.List<AcceptableMediaType> acceptableMediaTypes)
Determine the
MediaType of the Response based on writers suitable for the given entity class,
pre-selected method and acceptable media types. |
private boolean |
MethodSelectingRouter.isReadable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate) |
private boolean |
MethodSelectingRouter.isWriteable(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor candidate) |
private void |
MethodSelectingRouter.reportMethodSelectionAmbiguity(java.util.List<AcceptableMediaType> acceptableTypes,
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected,
java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors) |
private static boolean |
MethodSelectingRouter.usePreSelectedMediaType(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selectedMethod,
java.util.List<AcceptableMediaType> acceptableMediaTypes) |
Modifier and Type | Method and Description |
---|---|
private void |
MethodSelectingRouter.reportMethodSelectionAmbiguity(java.util.List<AcceptableMediaType> acceptableTypes,
MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor selected,
java.util.List<MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor> sameFitnessAcceptors) |
Constructor and Description |
---|
MethodSelector(MethodSelectingRouter.RequestSpecificConsumesProducesAcceptor i) |