- _activeView - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _cfgCheckCanDeserialize - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Whether we want to actually check that Jackson has
a deserializer for given type.
- _cfgCheckCanSerialize - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Whether we want to actually check that Jackson has
a serializer for given type.
- _cfgCustomUntouchables - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Set of types (classes) that provider should ignore for data binding
- _containedIn(Class<?>, HashSet<ClassKey>) - Static method in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
- _defaultAnnotationsToUse - Variable in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
- _defaultMapper - Variable in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
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.json.annotation.EndpointConfig
-
- _deserEnable - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _jaxbIntrospectorClass - Variable in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
To support optional dependency to Jackson JAXB annotations module
(needed iff JAXB annotations are used for configuration)
- _jsonp - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _jsonpFunctionName - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
JSONP function name to use for automatic JSONP wrapping, if any;
if null, no JSONP wrapping is done.
- _mapper - Variable in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
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.json.JacksonJsonProvider
-
Helper object used for encapsulating configuration aspects
of ObjectMapper
- _maxEntries - Variable in class com.fasterxml.jackson.jaxrs.json.util.LRUMap
-
- _providers - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Injectable context object used to locate configured
instance of ObjectMapper to use for actual
serialization.
- _reader - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _readers - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Cache for resolved endpoint configurations when reading JSON data
- _resolveIntrospector(Annotations) - Method in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
- _resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
- _rootName - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _serDisable - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _serEnable - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _setAnnotations(ObjectMapper, Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.json.cfg.MapperConfigurator
-
- _unreadableClasses - Static variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
These are classes that we never use for reading
(never try to deserialize instances of these types).
- _untouchables - Static variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Looks like we need to worry about accidental
data binding for types we shouldn't be handling.
- _unwritableClasses - Static variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
These are classes that we never use for writing
(never try to serialize instances of these types).
- _writer - Variable in class com.fasterxml.jackson.jaxrs.json.annotation.EndpointConfig
-
- _writers - Variable in class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
-
Cache for resolved endpoint configurations when writing JSON data