Index

A C D F G H I J M P R S T V _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AdapterConverter - Class in tools.jackson.module.jaxb
 
AdapterConverter(XmlAdapter<?, ?>, JavaType, JavaType, boolean) - Constructor for class tools.jackson.module.jaxb.AdapterConverter
 

C

convert(Object) - Method in class tools.jackson.module.jaxb.AdapterConverter
 

D

DEFAULT_IGNORE_XMLIDREF - Static variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
DEFAULT_NAME_FOR_XML_VALUE - Static variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

F

findAccessType(Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Method for locating JAXB XmlAccessType annotation value for given annotated entity, if it has one, or inherits one from its ancestors (in JAXB sense, package etc).
findAutoDetectVisibility(MapperConfig<?>, AnnotatedClass, VisibilityChecker) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findContentDeserializer(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findContentSerializer(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findDeserializationContentConverter(MapperConfig<?>, AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findDeserializationConverter(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findDeserializer(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findEnumValues(MapperConfig<?>, AnnotatedClass, Enum<?>[], String[]) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findFormat(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findImplicitPropertyName(MapperConfig<?>, AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findKeyDeserializer(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findNameForDeserialization(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findNameForSerialization(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findNamespace(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findObjectIdInfo(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findObjectReferenceInfo(MapperConfig<?>, Annotated, ObjectIdInfo) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findPolymorphicTypeInfo(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findPropertyInclusion(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findRootName(MapperConfig<?>, AnnotatedClass) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSerializationContentConverter(MapperConfig<?>, AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSerializationConverter(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSerializationPropertyOrder(MapperConfig<?>, AnnotatedClass) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSerializationSortAlphabetically(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSerializer(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findSubtypes(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findTypeName(MapperConfig<?>, AnnotatedClass) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
findWrapperName(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
FORMAT_INT - Static variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
FORMAT_STRING - Static variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

G

getInputType(TypeFactory) - Method in class tools.jackson.module.jaxb.AdapterConverter
 
getModuleName() - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
getNameUsedForXmlValue() - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Accessor for getting currently configured placeholder named used for property annotated with XmlValue.
getNameUsedForXmlValue() - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
getNonNillableInclusion() - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
getNonNillableInclusion() - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
getOutputType(TypeFactory) - Method in class tools.jackson.module.jaxb.AdapterConverter
 
getPriority() - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 

H

hasIgnoreMarker(MapperConfig<?>, AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
hasRequiredMarker(MapperConfig<?>, AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

I

isIgnorableType(MapperConfig<?>, AnnotatedClass) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
isJAXBAnnotation(Annotation) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
An annotation is handled if it's in the same package as @XmlElement, including subpackages.
isOutputAsAttribute(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Here we assume fairly simple logic; if there is XmlAttribute to be found, we consider it an attribute; if XmlElement, not-an-attribute; and otherwise we will consider there to be no information.
isOutputAsCData(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
isOutputAsText(MapperConfig<?>, Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

J

JaxbAnnotationIntrospector - Class in tools.jackson.module.jaxb
Annotation introspector that leverages JAXB annotations where applicable to JSON mapping.
JaxbAnnotationIntrospector() - Constructor for class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
JaxbAnnotationIntrospector(boolean) - Constructor for class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
JaxbAnnotationModule - Class in tools.jackson.module.jaxb
Module that can be registered to add support for JAXB annotations.
JaxbAnnotationModule() - Constructor for class tools.jackson.module.jaxb.JaxbAnnotationModule
 
JaxbAnnotationModule(JaxbAnnotationIntrospector) - Constructor for class tools.jackson.module.jaxb.JaxbAnnotationModule
 
JaxbAnnotationModule.Priority - Enum Class in tools.jackson.module.jaxb
Enumeration that defines how we use JAXB Annotations: either as "primary" annotations (before any other already configured introspector -- most likely default JacksonAnnotationIntrospector) or as "secondary" annotations (after any other already configured introspector(s)).

M

MARKER_FOR_DEFAULT - Static variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

P

PackageVersion - Class in tools.jackson.module.jaxb
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class tools.jackson.module.jaxb.PackageVersion
 
PRIMARY - Enum constant in enum class tools.jackson.module.jaxb.JaxbAnnotationModule.Priority
 

R

refineDeserializationType(MapperConfig<?>, Annotated, JavaType) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
refineSerializationType(MapperConfig<?>, Annotated, JavaType) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 

S

SECONDARY - Enum constant in enum class tools.jackson.module.jaxb.JaxbAnnotationModule.Priority
 
setNameUsedForXmlValue(String) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Configuration method that can be used to change default name ("value") used for properties annotated with XmlValue; note that setting it to null will actually avoid name override, and name will instead be derived from underlying method name using standard bean name introspection.
setNameUsedForXmlValue(String) - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
setNonNillableInclusion(JsonInclude.Include) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Method to call to change inclusion criteria used for property annotated with XmlElement or XmlElementWrapper, with nillable set as false.
setNonNillableInclusion(JsonInclude.Include) - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
setPriority(JaxbAnnotationModule.Priority) - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
Method for defining whether JAXB annotations should be added as primary or secondary annotations (compared to already registered annotations).
setupModule(JacksonModule.SetupContext) - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 

T

tools.jackson.module.jaxb - module tools.jackson.module.jaxb
 
tools.jackson.module.jaxb - package tools.jackson.module.jaxb
Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects.

V

valueOf(String) - Static method in enum class tools.jackson.module.jaxb.JaxbAnnotationModule.Priority
Returns the enum constant of this class with the specified name.
values() - Static method in enum class tools.jackson.module.jaxb.JaxbAnnotationModule.Priority
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Method that will return version information stored in and read from jar that contains this class.
version() - Method in class tools.jackson.module.jaxb.JaxbAnnotationModule
 
version() - Method in class tools.jackson.module.jaxb.PackageVersion
 
VERSION - Static variable in class tools.jackson.module.jaxb.PackageVersion
 

_

_adapter - Variable in class tools.jackson.module.jaxb.AdapterConverter
 
_converter(MapperConfig<?>, XmlAdapter<?, ?>, boolean) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_dataHandlerDeserializer - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_dataHandlerSerializer - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_decapitalize(String) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_doFindDeserializationType(Annotated, JavaType) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_findContentAdapter(MapperConfig<?>, Annotated, boolean) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_forSerialization - Variable in class tools.jackson.module.jaxb.AdapterConverter
 
_fullDeserializationType(AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_fullSerializationType(AnnotatedMember) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_getTypeFromXmlElement(Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_ignoreXmlIDREF - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_inputType - Variable in class tools.jackson.module.jaxb.AdapterConverter
 
_introspector - Variable in class tools.jackson.module.jaxb.JaxbAnnotationModule
If the introspector is explicitly set or passed, we'll hold on to that until registration.
_jaxbPackageName - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_nameUsedForXmlValue - Variable in class tools.jackson.module.jaxb.JaxbAnnotationModule
Value to pass to JaxbAnnotationIntrospector.setNameUsedForXmlValue(java.lang.String) if introspector constructed by the module.
_nonNillableInclusion - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
Inclusion value to return for properties annotated with XmlElement and XmlElementWrapper, in case nillable property is left as false.
_nonNillableInclusion - Variable in class tools.jackson.module.jaxb.JaxbAnnotationModule
_okNameForGetter(AnnotatedMethod) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_okNameForMutator(AnnotatedMethod) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_priority - Variable in class tools.jackson.module.jaxb.JaxbAnnotationModule
Priority to use when registering annotation introspector: default value is JaxbAnnotationModule.Priority.PRIMARY.
_propertyNameToString(PropertyName) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_rawDeserializationType(Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_rawSerializationType(Annotated) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_stdManglePropertyName(String, int) - Method in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
 
_targetType - Variable in class tools.jackson.module.jaxb.AdapterConverter
 
_xmlValueName - Variable in class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
When using XmlValue annotation, a placeholder name is assigned to property (unless overridden by explicit name); this configuration value specified what that name is.
A C D F G H I J M P R S T V _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form