- _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.
- _configForReading(MAPPER, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _configForWriting(MAPPER, Annotation[]) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _containedIn(Class<?>, HashSet<ClassKey>) - Static 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.
- _deserDisable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _deserEnable - Variable in class com.fasterxml.jackson.jaxrs.cfg.EndpointConfigBase
-
- _findCustomUntouchable(Class<?>) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _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)
- _locateMapperViaProvider(Class<?>, MediaType) - Method in class com.fasterxml.jackson.jaxrs.base.ProviderBase
-
- _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
-
- _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
-
- _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