- idFromValue(Object) - Method in class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlClassNameIdResolver
-
- idFromValue(Object) - Method in class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver
-
- idResolver(MapperConfig<?>, JavaType, Collection<NamedType>, boolean, boolean) - Method in class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder
-
- indentArraysWith(DefaultXmlPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
- indentObjectsWith(DefaultXmlPrettyPrinter.Indenter) - Method in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
- init(JsonTypeInfo.Id, TypeIdResolver) - Method in class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder
-
- initGenerator() - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
Method called before writing any other output, to optionally
output XML declaration.
- instance(AnnotationIntrospector, AnnotationIntrospector) - Static method in class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- isAttribute() - Method in class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- isClosed() - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- isEnabled(FromXmlParser.Feature) - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- isEnabled(ToXmlGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- isEnabled(FromXmlParser.Feature) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Checked whether specified XML parser feature is enabled.
- isEnabled(ToXmlGenerator.Feature) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Check whether specified XML generator feature is enabled.
- isExpectedStartArrayToken() - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
Since xml representation can not really distinguish between array
and object starts (both are represented with elements), this method
is overridden and taken to mean that expecation is that the current
start element is to mean 'start array', instead of default of
'start object'.
- isIndexedType(JavaType) - Static method in class com.fasterxml.jackson.dataformat.xml.util.TypeUtil
-
Helper method used for figuring out if given raw type is a collection ("indexed") type;
in which case a wrapper element is typically added.
- isIndexedType(Class<?>) - Static method in class com.fasterxml.jackson.dataformat.xml.util.TypeUtil
-
- isInline() - Method in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.FixedSpaceIndenter
-
- isInline() - Method in interface com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Indenter
-
- isInline() - Method in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.Lf2SpacesIndenter
-
- isInline() - Method in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter.NopIndenter
-
- isOutputAsAttribute(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
-
- isOutputAsAttribute(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
-
Here we assume fairly simple logic; if there is XmlAttribute
to be found,
we consider it an attibute; if XmlElement
, not-an-attribute; and otherwise
we will consider there to be no information.
- isOutputAsAttribute(Annotated) - Method in interface com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector
-
Method used to check whether given annotated element
(field, method, constructor parameter) has indicator that suggests
it be output as an XML attribute or not (as element)
- isOutputAsAttribute(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- isOutputAsText(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
-
- isOutputAsText(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
-
- isOutputAsText(Annotated) - Method in interface com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector
-
Method used to check whether given annotated element
(field, method, constructor parameter) has indicator that suggests
it should be serialized as text, without element wrapper.
- isOutputAsText(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- isText() - Method in class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- XML_ATTRIBUTE_NAME - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XML_ATTRIBUTE_VALUE - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XML_END - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XML_END_ELEMENT - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XML_START_ELEMENT - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XML_TEXT - Static variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XmlAnnotationIntrospector - Interface in com.fasterxml.jackson.dataformat.xml
-
Additional extension interface used above and beyond
AnnotationIntrospector
to handle XML-specific configuration.
- XmlAnnotationIntrospector.Pair - Class in com.fasterxml.jackson.dataformat.xml
-
Extension of AnnotationIntrospector.Pair
that can
also dispatch 'XmlAnnotationIntrospector' methods.
- XmlAnnotationIntrospector.Pair(AnnotationIntrospector, AnnotationIntrospector) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- XmlBeanDeserializerModifier - Class in com.fasterxml.jackson.dataformat.xml.deser
-
The main reason for a modifier is to support handling of
'wrapped' Collection types.
- XmlBeanDeserializerModifier(String) - Constructor for class com.fasterxml.jackson.dataformat.xml.deser.XmlBeanDeserializerModifier
-
- XmlBeanPropertyWriter - Class in com.fasterxml.jackson.dataformat.xml.ser
-
Property writer sub-class used for handling element wrapping needed for serializing
collection (array, Collection; possibly Map) types.
- XmlBeanPropertyWriter(BeanPropertyWriter, PropertyName, PropertyName) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanPropertyWriter
-
- XmlBeanPropertyWriter(BeanPropertyWriter, PropertyName, PropertyName, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanPropertyWriter
-
- XmlBeanSerializer - Class in com.fasterxml.jackson.dataformat.xml.ser
-
Specific sub-class of BeanSerializer
needed to take care
of some xml-specific aspects, such as distinction between attributes
and elements.
- XmlBeanSerializer(BeanSerializerBase) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
- XmlBeanSerializer(XmlBeanSerializer, ObjectIdWriter) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
- XmlBeanSerializerModifier - Class in com.fasterxml.jackson.dataformat.xml.ser
-
We need a BeanSerializerModifier
to replace default BeanSerializer
with XML-specific one; mostly to ensure that attribute properties are output
before element properties.
- XmlBeanSerializerModifier() - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializerModifier
-
- XmlFactory - Class in com.fasterxml.jackson.dataformat.xml
-
- XmlFactory() - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Default constructor used to create factory instances.
- XmlFactory(ObjectCodec) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- XmlFactory(XMLInputFactory, XMLOutputFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- XmlFactory(ObjectCodec, XMLInputFactory, XMLOutputFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- XmlFactory(ObjectCodec, int, int, XMLInputFactory, XMLOutputFactory, String) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- XmlFactory(XmlFactory, ObjectCodec) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- XmlInfo - Class in com.fasterxml.jackson.dataformat.xml.util
-
Helper container class used to contain XML specific information
we need to retain to construct proper bean serializer
- XmlInfo(Boolean, String, Boolean) - Constructor for class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- XmlJaxbAnnotationIntrospector - Class in com.fasterxml.jackson.dataformat.xml.jaxb
-
Alternative AnnotationIntrospector
implementation that
builds on introspector from Jackson XC package that uses JAXB annotations,
not Jackson annotations.
- XmlJaxbAnnotationIntrospector() - Constructor for class com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
-
Deprecated.
- XmlJaxbAnnotationIntrospector(TypeFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.jaxb.XmlJaxbAnnotationIntrospector
-
- XmlMapper - Class in com.fasterxml.jackson.dataformat.xml
-
Customized
ObjectMapper
that will read and write XML instead of JSON,
using XML-backed
JsonFactory
implementation (
XmlFactory
).
- XmlMapper() - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
- XmlMapper(XmlFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
- XmlMapper(JacksonXmlModule) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
- XmlMapper(XmlFactory, JacksonXmlModule) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
- XmlPrettyPrinter - Interface in com.fasterxml.jackson.dataformat.xml
-
There are some XML-specific quirks that need extra TLC when
indenting: so we will use a refinement of general purpose one.
- XmlReadContext - Class in com.fasterxml.jackson.dataformat.xml.deser
-
Extension of JsonStreamContext
, which implements
core methods needed, and adds small amount of additional
state data we need.
- XmlReadContext(XmlReadContext, int, int, int) - Constructor for class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- XmlRootNameLookup - Class in com.fasterxml.jackson.dataformat.xml.util
-
Helper class used for efficiently finding root element name used with
XML serializations.
- XmlRootNameLookup() - Constructor for class com.fasterxml.jackson.dataformat.xml.util.XmlRootNameLookup
-
- XmlSerializerProvider - Class in com.fasterxml.jackson.dataformat.xml.ser
-
We need to override some parts of
SerializerProvider
implementation to handle oddities of XML output, like "extra" root element.
- XmlSerializerProvider(XmlRootNameLookup) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- XmlSerializerProvider(XmlSerializerProvider, SerializationConfig, SerializerFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- XmlTextDeserializer - Class in com.fasterxml.jackson.dataformat.xml.deser
-
Delegating deserializer that is used in the special cases where
we may sometimes see a "plain" String value but need to map it
as if it was a property of POJO.
- XmlTextDeserializer(BeanDeserializerBase, SettableBeanProperty) - Constructor for class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
- XmlTextDeserializer(BeanDeserializerBase, int) - Constructor for class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
- XmlTokenStream - Class in com.fasterxml.jackson.dataformat.xml.deser
-
Simple helper class used on top of STAX
XMLStreamReader
to further
abstract out all irrelevant details, and to expose equivalent of flat token
stream with no "fluff" tokens (comments, processing instructions, mixed
content) all of which is just to simplify
actual higher-level conversion to JSON tokens
- XmlTokenStream(XMLStreamReader, Object) - Constructor for class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- XmlTypeResolverBuilder - Class in com.fasterxml.jackson.dataformat.xml
-
Custom specialization of StdTypeResolverBuilder
; needed so that
type id property name can be modified as necessary to make it legal
XML element or attribute name.
- XmlTypeResolverBuilder() - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder
-
- XmlTypeResolverBuilder.XmlClassNameIdResolver - Class in com.fasterxml.jackson.dataformat.xml
-
- XmlTypeResolverBuilder.XmlClassNameIdResolver(JavaType, TypeFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlClassNameIdResolver
-
- XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver - Class in com.fasterxml.jackson.dataformat.xml
-
- XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver(JavaType, TypeFactory) - Constructor for class com.fasterxml.jackson.dataformat.xml.XmlTypeResolverBuilder.XmlMinimalClassNameIdResolver
-
- _arrayIndenter - Variable in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
By default, let's use only spaces to separate array values.
- _asXmlGenerator(JsonGenerator) - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _attributeCount - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _attributeCount - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
Number of attributes to write; these will have been ordered to be the first
properties to write.
- _binaryValue - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _byteArrayBuilder - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
ByteArrayBuilder is needed if 'getBinaryValue' is called.
- _cfgDefaultUseWrapper - Variable in class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
-
- _cfgDefaultUseWrapper - Variable in class com.fasterxml.jackson.dataformat.xml.JacksonXmlModule
-
Determination of whether indexed properties (arrays, Lists) that are not explicitly
annotated (with
JacksonXmlElementWrapper
or equivalent) should default to using implicit wrapper (with same name as property) or not.
- _cfgNameForTextElement - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
In cases where a start element has both attributes and non-empty textual
value, we have to create a bogus property; we will use this as
the property name.
- _cfgNameForTextElement - Variable in class com.fasterxml.jackson.dataformat.xml.JacksonXmlModule
-
Name used for pseudo-property used for returning XML Text value (which does
not have actual element name to use).
- _cfgNameForTextElement - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _cfgNameForTextValue - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlBeanDeserializerModifier
-
Virtual name used for text segments.
- _child - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _closed - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
Flag that indicates whether parser is closed or not.
- _columnNr - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _configureParser(JsonParser) - Method in class com.fasterxml.jackson.dataformat.xml.deser.WrapperHandlingDeserializer
-
- _constructIntrospector() - Method in class com.fasterxml.jackson.dataformat.xml.JacksonXmlModule
-
- _constructStdTypeResolverBuilder() - Method in class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
-
We will override this method so that we can return instance
that cleans up type id property name to be a valid xml name.
- _createJsonParser(InputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Deprecated.
- _createJsonParser(Reader, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Deprecated.
- _createJsonParser(byte[], int, int, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Deprecated.
- _createParser(InputStream, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _createParser(Reader, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _createParser(byte[], int, int, IOContext) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _createXmlWriter(OutputStream) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _createXmlWriter(Writer) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _currentName - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _currentState - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _currentWrapper - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
Wrapping state, if any active (null if none)
- _currText - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _decodeBase64(Base64Variant) - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _defaultPrettyPrinter() - Method in class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
XML indentation differs from JSON indentation, thereby
need to change default pretty-printer
- _elementNameStack - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
To support proper serialization of arrays it is necessary to keep
stack of element names, so that we can "revert" to earlier
- _findXmlName(Annotated) - Method in class com.fasterxml.jackson.dataformat.xml.JacksonXmlAnnotationIntrospector
-
- _getByteArrayBuilder() - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _handleEndObject() - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _handleEOF() - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
Method called when an EOF is encountered between tokens.
- _handleRepeatElement() - Method in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
Method called to handle details of repeating "virtual"
start/end elements, needed for handling 'unwrapped' lists.
- _handleStartObject() - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _initFactories(XMLInputFactory, XMLOutputFactory) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _initialized - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _initializeXmlReader(XMLStreamReader) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _initializeXmlWriter(XMLStreamWriter) - Method in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _initWithRootName(ToXmlGenerator, QName) - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _ioContext - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _isAttribute(BeanPropertyWriter) - Static method in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
- _isAttribute - Variable in class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- _isEmpty(String) - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _isText - Variable in class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- _jdkXmlInFactory - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Hiding place for JDK-serialization unthawed factories...
- _jdkXmlOutFactory - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
Hiding place for JDK-serialization unthawed factories...
- _justHadStartElement - Variable in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
Marker flag set on start element, and cleared if an end element
is encountered.
- _lineNr - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _localName - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _mayBeLeaf - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
We need special handling to keep track of whether a value
may be exposed as simple leaf value.
- _namespace - Variable in class com.fasterxml.jackson.dataformat.xml.util.XmlInfo
-
- _namespaceURI - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _namesToWrap - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _namesToWrap - Variable in class com.fasterxml.jackson.dataformat.xml.deser.WrapperHandlingDeserializer
-
(Simple) Names of properties, for which virtual wrapping is needed
to compensate: these are so-called 'unwrapped' XML lists where property
name is used for elements, and not as List markers.
- _namesToWrap - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _nesting - Variable in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
Number of open levels of nesting.
- _nextAttributeIndex - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
Index of the next attribute of the current START_ELEMENT
to return (as field name and value pair), if any; -1
when no attributes to return
- _nextIsAttribute - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
Marker flag that indicates whether next name to write
implies an attribute (true) or element (false)
- _nextIsUnwrapped - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
Marker flag used to indicate that the next write of a (property)
value should be done without using surrounding start/end
elements.
- _nextLocalName - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
In cases where we need to 'inject' a virtual END_ELEMENT, we may also
need to restore START_ELEMENT afterwards; if so, this is where names
are held.
- _nextName - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
Element or attribute name to use for next output call.
- _nextNamespaceURI - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _nextToken - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _objectCodec - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _objectIndenter - Variable in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
By default, let's use linefeed-adding indenter for separate
object entries.
- _orderAttributesFirst(BeanPropertyWriter[], BeanPropertyWriter[]) - Static method in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
Method for re-sorting lists of bean properties such that attributes are strictly
written before elements.
- _originalXmlWriter - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _parent - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
- _parsingContext - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
Information about parser context, context in which
the next token is to be parsed (root, array, object).
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
Method called to release internal buffers owned by the base
parser.
- _releaseBuffers() - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _repeatElement - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
Flag used to indicate that given element should be "replayed".
- _reportUnimplementedStax2(String) - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
Method called
- _rootNameFromConfig() - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _rootNameLookup - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _rootNames - Variable in class com.fasterxml.jackson.dataformat.xml.util.XmlRootNameLookup
-
For efficient operation, let's try to minimize number of times we
need to introspect root element name to use.
- _serializeObjectId(Object, JsonGenerator, SerializerProvider, TypeSerializer, WritableObjectId) - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
- _serializeXmlNull(JsonGenerator) - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _sourceReference - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _spacesInObjectEntries - Variable in class com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter
-
By default we will add spaces around colons used to
separate object fields and values.
- _startRootArray(ToXmlGenerator, QName) - Method in class com.fasterxml.jackson.dataformat.xml.ser.XmlSerializerProvider
-
- _stax2Emulation - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _textPropertyIndex - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
Index of "text value" property we have, if any; can have at most
one such property.
- _textValue - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _valueInstantiator - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
- _verifyDeserType(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.dataformat.xml.deser.WrapperHandlingDeserializer
-
- _verifyDeserType(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
- _verifyValueWrite(String) - Method in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _wrappedName - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlReadContext
-
Name of property that requires wrapping
- _wrappedQName - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanPropertyWriter
-
Element name used for items in the collection
- _wrapperQName - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanPropertyWriter
-
Element name used as wrapper for collection.
- _xmlFeatures - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _xmlFeatures - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
- _xmlGeneratorFeatures - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _xmlInputFactory - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _xmlModule - Variable in class com.fasterxml.jackson.dataformat.xml.XmlMapper
-
- _xmlNames - Variable in class com.fasterxml.jackson.dataformat.xml.ser.XmlBeanSerializer
-
Array that contains namespace URIs associated with properties, if any;
null if no namespace definitions have been assigned
- _xmlOutputFactory - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _xmlParserFeatures - Variable in class com.fasterxml.jackson.dataformat.xml.XmlFactory
-
- _xmlPrettyPrinter - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-
We may need to use XML-specific indentation as well
- _xmlPrimary - Variable in class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- _xmlReader - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTokenStream
-
- _xmlSecondary - Variable in class com.fasterxml.jackson.dataformat.xml.XmlAnnotationIntrospector.Pair
-
- _xmlTextProperty - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
Actual property that is indicated to be of type "XML Text" (and
is the only element-valued property)
- _xmlTextPropertyIndex - Variable in class com.fasterxml.jackson.dataformat.xml.deser.XmlTextDeserializer
-
Property index of the "XML text property"; needed for finding actual
property instance after resolution and contextualization: instance
may change, but index will remain constant.
- _xmlTokens - Variable in class com.fasterxml.jackson.dataformat.xml.deser.FromXmlParser
-
- _xmlWriter - Variable in class com.fasterxml.jackson.dataformat.xml.ser.ToXmlGenerator
-