- _activeView - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _cfgCheckCanDeserialize - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Whether we want to actually check that Jackson has
a deserializer for given type.
- _cfgCheckCanSerialize - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Whether we want to actually check that Jackson has
a serializer for given type.
- _cfgCustomUntouchables - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Set of types (classes) that provider should ignore for data binding
- _containedIn(Class<?>, HashSet<ClassKey>) - Static method in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
- _defaultAnnotationsToUse - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
-
- _defaultMapper - Variable in class com.fasterxml.jackson.jaxrs.xml.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.xml.annotation.EndpointConfig
-
- _deserEnable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _jaxbIntrospectorClass - Variable in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
-
To support optional dependency to Jackson JAXB annotations module
(needed iff JAXB annotations are used for configuration)
- _mapper - Variable in class com.fasterxml.jackson.jaxrs.xml.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.xml.JacksonXMLProvider
-
Helper object used for encapsulating configuration aspects
of XmlMapper
- _maxEntries - Variable in class com.fasterxml.jackson.jaxrs.xml.util.LRUMap
-
- _providers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Injectable context object used to locate configured
instance of XmlMapper to use for actual
serialization.
- _reader - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _readers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Cache for resolved endpoint configurations when reading XML
- _resolveIntrospector(Annotations) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
-
- _resolveIntrospectors(Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
-
- _rootName - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _serDisable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _serEnable - Variable in class com.fasterxml.jackson.jaxrs.xml.annotation.EndpointConfig
-
- _setAnnotations(XmlMapper, Annotations[]) - Method in class com.fasterxml.jackson.jaxrs.xml.cfg.MapperConfigurator
-
- _unreadableClasses - Static variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
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.xml.JacksonXMLProvider
-
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.xml.JacksonXMLProvider
-
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.xml.annotation.EndpointConfig
-
- _writers - Variable in class com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider
-
Cache for resolved endpoint configurations when writing XML