Package | Description |
---|---|
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ReaderModel> |
MessageBodyWorkers.getReaderModelsForType(java.lang.Class<?> type)
Get a list of
MessageBodyReader models that are suitable for the given type . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<MessageBodyFactory.ModelLookupKey,java.util.List<ReaderModel>> |
MessageBodyFactory.mbrLookupCache |
private java.util.Map<java.lang.Class<?>,java.util.List<ReaderModel>> |
MessageBodyFactory.mbrTypeLookupCache |
private static com.google.common.base.Function<ReaderModel,javax.ws.rs.ext.MessageBodyReader> |
MessageBodyFactory.MODEL_TO_READER |
private java.util.List<ReaderModel> |
MessageBodyFactory.readers |
Modifier and Type | Method and Description |
---|---|
java.util.List<ReaderModel> |
MessageBodyFactory.getReaderModelsForType(java.lang.Class<?> type) |
private java.util.List<ReaderModel> |
MessageBodyFactory.processMessageBodyReadersForType(java.lang.Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
private <T> javax.ws.rs.ext.MessageBodyReader<T> |
MessageBodyFactory._getMessageBodyReader(java.lang.Class<T> c,
java.lang.reflect.Type t,
java.lang.annotation.Annotation[] as,
javax.ws.rs.core.MediaType mediaType,
java.util.List<ReaderModel> models,
PropertiesDelegate propertiesDelegate) |
private static void |
MessageBodyFactory.addReaders(java.util.List<ReaderModel> models,
java.util.Set<javax.ws.rs.ext.MessageBodyReader> readers,
boolean custom) |