- _activeView - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _addSuperTypes(Class<?>, Class<?>, Collection<Class<?>>, boolean) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _annotations - Variable in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
-
- _cfgCheckCanDeserialize - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Whether we want to actually check that Jackson has
a deserializer for given type.
- _cfgCheckCanSerialize - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Whether we want to actually check that Jackson has
a serializer for given type.
- _cfgCustomUntouchables - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Map that contains overrides to default list of untouchable
types: true meaning that entry is untouchable,
false that is is not.
- _config - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _configForReading(MAPPER, Annotation[], Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _configForReading(ObjectReader, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _configForWriting(MAPPER, Annotation[], Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _configForWriting(ObjectWriter, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _containedIn(Class<?>, HashSet<ClassKey>) - Static method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _createGenerator(ObjectWriter, OutputStream, JsonEncoding) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to create a
JsonGenerator for writing
contents into given raw
OutputStream.
- _createNoContentException() - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _createParser(ObjectReader, InputStream) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to create a
JsonParser for reading
contents of given raw
InputStream.
- _defaultAnnotationsToUse - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
- _defaultMapper - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
If no mapper was specified when constructed, and no configuration
calls are made, a default mapper is constructed.
- _defaultReadView - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
View to use for reading if none defined for the end point.
- _defaultWriteView - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
View to use for writing if none defined for the end point.
- _deserDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _deserEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _endpointForReading(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method that will basically fetch representation of the
endpoint that can be used to get ObjectReader to use for deserializing
content
- _endpointForWriting(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _findCustomUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _hasBeenSet - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
-
Simple marker used to optimize out
ThreadLocal access in cases
where this feature is not being used
- _hasBeenSet - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
-
Simple marker used to optimize out
ThreadLocal access in cases
where this feature is not being used
- _isIgnorableForReading(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to check whether given type is a known
"ignorable type" (in context of reading), values of which are not bound
from content.
- _isIgnorableForWriting(ClassKey) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method called to check whether given type is a known
"ignorable type" (in context of reading), values of which
can not be written out.
- _isSpecialReadable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable helper method used to allow handling of somewhat special
types for reading
- _jaxbIntrospectorClass - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
To support optional dependency to Jackson JAXB annotations module
(needed iff JAXB annotations are used for configuration)
- _jaxRSFeatures - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Feature flags set.
- _locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Helper method that is called if no mapper has been explicitly configured.
- _mapper - Variable in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
Mapper provider was constructed with if any, or that was constructed
due to a call to explicitly configure mapper.
- _mapperConfig - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Helper object used for encapsulating configuration aspects
of ObjectMapper
- _maxEntries - Variable in class com.fasterxml.jackson.jaxrs.util.LRUMap
-
- _modifyHeaders(Object, Class<?>, Type, Annotation[], MultivaluedMap<String, Object>, EP_CONFIG) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Overridable method used for adding optional response headers before
serializing response object.
- _noContentExceptionRef - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _rawAnnotations - Variable in class com.fasterxml.jackson.jaxrs.util.EndpointAsBeanProperty
-
- _reader - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _readers - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Cache for resolved endpoint configurations when reading JSON data
- _resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
- _rootName - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _serDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _serEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _setAnnotations(ObjectMapper, Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.cfg.MapperConfiguratorBase
-
- _threadLocal - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectReaderInjector
-
- _threadLocal - Static variable in class com.fasterxml.jackson.jaxrs.cfg.ObjectWriterInjector
-
- _unreadableClasses - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _untouchables - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _unwritableClasses - Static variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _writer - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _writers - Variable in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
Cache for resolved endpoint configurations when writing JSON data