Skip navigation links
A B C D E F G H I J K M N O P R S T U V W _ 

A

asBoolean() - Method in enum com.fasterxml.jackson.annotation.OptBoolean
 
asPrimitive() - Method in enum com.fasterxml.jackson.annotation.OptBoolean
 

B

bindItem(ObjectIdGenerator.IdKey, Object) - Method in interface com.fasterxml.jackson.annotation.ObjectIdResolver
Method called when a POJO is deserialized and has an Object Identifier.
bindItem(ObjectIdGenerator.IdKey, Object) - Method in class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 

C

canUseFor(ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Method called to check whether this generator instance can be used for Object Ids of specific generator type and scope; determination is based by passing a configured "blueprint" (prototype) instance; from which the actual instances are created (using ObjectIdGenerator.newForSerialization(java.lang.Object)).
canUseFor(ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 
canUseFor(ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
Since UUIDs are always unique, let's fully ignore scope definition
canUseFor(ObjectIdResolver) - Method in interface com.fasterxml.jackson.annotation.ObjectIdResolver
Method called to check whether this resolver instance can be used for Object Ids of specific resolver type; determination is based by passing a configured "blueprint" (prototype) instance; from which the actual instances are created (using ObjectIdResolver.newForDeserialization(java.lang.Object)).
canUseFor(ObjectIdResolver) - Method in class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 
com.fasterxml.jackson.annotation - package com.fasterxml.jackson.annotation
Public core annotations, most of which are used to configure how Data Mapping/Binding works.
construct(Object, Boolean) - Static method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
construct(PropertyAccessor, JsonAutoDetect.Visibility) - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
Factory method for cnstructing instance with visibility of specified accessor (or, in case of ALL, all of them) set as specified; and the rest (if any) set as JsonAutoDetect.Visibility.DEFAULT).
construct(JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility) - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
construct(JsonFormat) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
construct(JsonFormat.Feature[], JsonFormat.Feature[]) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
construct(Set<String>, boolean, boolean, boolean, boolean) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Factory method that may be used (although is NOT the recommended way) to construct an instance from a full set of properties.
construct(JsonInclude.Include, JsonInclude.Include) - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Factory method to use for constructing an instance for components
construct(JsonInclude.Include, JsonInclude.Include, Class<?>, Class<?>) - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Factory method to use for constructing an instance for components
construct(Nulls, Nulls) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Factory method that may be used (although is NOT the recommended way) to construct an instance from a full set of properties.
creatorEnabled() - Method in enum com.fasterxml.jackson.annotation.PropertyAccessor
 

D

DEFAULT - Static variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
Default instance with baseline visibility checking: Only public fields visible Only public getters, is-getters visible All setters (regardless of access) visible Only public Creators visible
DEFAULT_LOCALE - Static variable in annotation type com.fasterxml.jackson.annotation.JsonFormat
Value that indicates that default Locale (from deserialization or serialization context) should be used: annotation does not define value to use.
DEFAULT_TIMEZONE - Static variable in annotation type com.fasterxml.jackson.annotation.JsonFormat
Value that indicates that default TimeZone (from deserialization or serialization context) should be used: annotation does not define value to use.
defaultVisibility() - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 

E

EMPTY - Static variable in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
empty() - Static method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
empty() - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
empty() - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
EMPTY - Static variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Default instance has no explicitly ignored fields, does not ignore unknowns, does not explicitly allow getters/setters (that is, ignorals apply to both), but does use merging for combining overrides with base settings
empty() - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Accessor for default instances which has "empty" settings; that is: No explicitly defined fields to ignore Does not ignore unknown fields Does not "allow" getters if property ignored (that is, ignorals apply to both setter and getter) Does not "allow" setters if property ignored (that is, ignorals apply to both setter and getter) Does use merge when combining overrides to base settings, such that `true` settings for any of the properties results in `true`, and names of fields are combined (union)
EMPTY - Static variable in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
empty() - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
EMPTY - Static variable in class com.fasterxml.jackson.annotation.JsonSetter.Value
Default instance used in place of "default settings".
empty() - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Accessor for default instances which has "empty" settings; that is: Null handling using global defaults, Nulls.DEFAULT.
equals(Object) - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
equals(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
 
equals(Boolean, Boolean) - Static method in enum com.fasterxml.jackson.annotation.OptBoolean
 

F

fieldEnabled() - Method in enum com.fasterxml.jackson.annotation.PropertyAccessor
 
findIgnoredForDeserialization() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Method called to find names of properties to ignore when used for serialization: functionally same as JsonIgnoreProperties.Value.getIgnored() if JsonIgnoreProperties.Value.getAllowSetters() is false (that is, there is "allowSetters=false" or equivalent), otherwise returns empty Set.
findIgnoredForSerialization() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Method called to find names of properties to ignore when used for serialization: functionally same as JsonIgnoreProperties.Value.getIgnored() if JsonIgnoreProperties.Value.getAllowGetters() is false (that is, there is "allowGetters=false" or equivalent), otherwise returns empty Set.
forContentNulls(Nulls) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
forId(Object) - Static method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
forIgnoredProperties(Set<String>) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
forIgnoredProperties(String...) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
forIgnoreUnknown(boolean) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
forLeniency(boolean) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
forPattern(String) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
forScope(Class<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Factory method to create a blueprint instance for specified scope.
forScope(Class<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
forScope(Class<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 
forScope(Class<?>) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
Can just return base instance since this is essentially scopeless
forShape(JsonFormat.Shape) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
forValueNulls(Nulls) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
forValueNulls(Nulls, Nulls) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
from(JacksonInject) - Static method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
from(JsonAutoDetect) - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
from(JsonFormat) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
from(JsonIgnoreProperties) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
from(JsonInclude) - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Factory method to use for constructing an instance from instance of JsonInclude
from(JsonSetter) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
fromBoolean(Boolean) - Static method in enum com.fasterxml.jackson.annotation.OptBoolean
 

G

generateId(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Method used for generating a new Object Identifier to serialize for given POJO.
generateId(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
generateId(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 
generateId(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
 
get(JsonFormat.Feature) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
getAllowGetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
getAllowSetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
getContentFilter() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
getContentInclusion() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
getContentNulls() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
getCreatorVisibility() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
getDefaultPropertyName() - Method in enum com.fasterxml.jackson.annotation.JsonTypeInfo.Id
 
getFeature(JsonFormat.Feature) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Accessor for checking whether this format value has specific setting for given feature.
getFeatures() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Accessor for getting full set of features enabled/disabled.
getFieldVisibility() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
getGetterVisibility() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
getId() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
getIgnored() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
getIgnoreUnknown() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
getIsGetterVisibility() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
getLenient() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
getLocale() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
getMerge() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
getPattern() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
getScope() - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
 
getSetterVisibility() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
getShape() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
getterEnabled() - Method in enum com.fasterxml.jackson.annotation.PropertyAccessor
 
getTimeZone() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
getUseInput() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
getValueFilter() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
getValueInclusion() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
getValueNulls() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 

H

hashCode() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
hashCode() - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
 
hasId() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
hasLenient() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Accessor for checking whether there is a setting for leniency.
hasLocale() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
hasPattern() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
hasShape() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
hasTimeZone() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 

I

IdKey(Class<?>, Class<?>, Object) - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
 
INDEX_UNKNOWN - Static variable in annotation type com.fasterxml.jackson.annotation.JsonProperty
Marker value used to indicate that no index has been specified.
initialValue() - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
IntSequenceGenerator() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
IntSequenceGenerator(Class<?>, int) - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
isGetterEnabled() - Method in enum com.fasterxml.jackson.annotation.PropertyAccessor
 
isLenient() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Convenience method equivalent to
isNumeric() - Method in enum com.fasterxml.jackson.annotation.JsonFormat.Shape
 
isStructured() - Method in enum com.fasterxml.jackson.annotation.JsonFormat.Shape
 
isValidReferencePropertyName(String, Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Accessor that may be called (after verifying (via ObjectIdGenerator.maySerializeAsObject()) whether given name
isVisible(Member) - Method in enum com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility
 

J

JacksonAnnotation - Annotation Type in com.fasterxml.jackson.annotation
Meta-annotation (annotations used on other annotations) used for marking all annotations that are part of Jackson package.
JacksonAnnotationsInside - Annotation Type in com.fasterxml.jackson.annotation
Meta-annotation (annotations used on other annotations) used for indicating that instead of using target annotation (annotation annotated with this annotation), Jackson should use meta-annotations it has.
JacksonAnnotationValue<A extends Annotation> - Interface in com.fasterxml.jackson.annotation
Marker interface used by value classes like JsonFormat.Value that are used to contain information from one of Jackson annotations, and can be directly instantiated from those annotations, as well as programmatically constructed and possibly merged.
JacksonInject - Annotation Type in com.fasterxml.jackson.annotation
Jackson-specific annotation used for indicating that value of annotated property will be "injected", i.e.
JacksonInject.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JacksonInject annotation, as well as to provide possible overrides from non-annotation sources.
JsonAlias - Annotation Type in com.fasterxml.jackson.annotation
Annotation that can be used to define one or more alternative names for a property, accepted during deserialization as alternative to the official name.
JsonAnyGetter - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define a non-static, no-argument method to be an "any getter"; accessor for getting a set of key/value pairs, to be serialized as part of containing POJO (similar to unwrapping) along with regular property values it has.
JsonAnySetter - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define a logical "any setter" mutator -- either using non-static two-argument method (first argument name of property, second value to set) or a field (of type Map or POJO) - to be used as a "fallback" handler for all otherwise unrecognized properties found from JSON content.
JsonAutoDetect - Annotation Type in com.fasterxml.jackson.annotation
Class annotation that can be used to define which kinds of Methods are to be detected by auto-detection, and with what minimum access level.
JsonAutoDetect.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JsonIgnoreProperties annotation, as well as to provide possible overrides from non-annotation sources.
JsonAutoDetect.Visibility - Enum in com.fasterxml.jackson.annotation
Enumeration for possible visibility thresholds (minimum visibility) that can be used to limit which methods (and fields) are auto-detected.
JsonBackReference - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to indicate that associated property is part of two-way linkage between fields; and that its role is "child" (or "back") link.
JsonClassDescription - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to define a human readable description for annotated type (class).
JsonCreator - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define constructors and factory methods as one to use for instantiating new instances of the associated class.
JsonCreator.Mode - Enum in com.fasterxml.jackson.annotation
 
JsonEnumDefaultValue - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define a default value used when trying to deserialize unknown Enum values.
JsonFilter - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to indicate which logical filter is to be used for filtering out properties of type (class) annotated; association made by this annotation declaring ids of filters, and com.fasterxml.jackson.databind.ObjectMapper (or objects it delegates to) providing matching filters by id.
JsonFormat - Annotation Type in com.fasterxml.jackson.annotation
General-purpose annotation used for configuring details of how values of properties are to be serialized.
JsonFormat.Feature - Enum in com.fasterxml.jackson.annotation
Set of features that can be enabled/disabled for property annotated.
JsonFormat.Features - Class in com.fasterxml.jackson.annotation
Helper class that encapsulates information equivalent to Boolean valued EnumMap.
JsonFormat.Shape - Enum in com.fasterxml.jackson.annotation
Value enumeration used for indicating preferred Shape; translates loosely to JSON types, with some extra values to indicate less precise choices (i.e.
JsonFormat.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JsonFormat annotation.
JsonGetter - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define a non-static, no-argument value-returning (non-void) method to be used as a "getter" for a logical property.
JsonIdentityInfo - Annotation Type in com.fasterxml.jackson.annotation
Annotation used for indicating that values of annotated type or property should be serializing so that instances either contain additional object identifier (in addition actual object properties), or as a reference that consists of an object id that refers to a full serialization.
JsonIdentityReference - Annotation Type in com.fasterxml.jackson.annotation
Optional annotation that can be used for customizing details of a reference to Objects for which "Object Identity" is enabled (see JsonIdentityInfo).
JsonIgnore - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that indicates that the logical property that the accessor (field, getter/setter method or Creator parameter [of JsonCreator-annotated constructor or factory method]) is to be ignored by introspection-based serialization and deserialization functionality.
JsonIgnoreProperties - Annotation Type in com.fasterxml.jackson.annotation
Annotation that can be used to either suppress serialization of properties (during serialization), or ignore processing of JSON properties read (during deserialization).
JsonIgnoreProperties.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JsonIgnoreProperties annotation, as well as to provide possible overrides from non-annotation sources.
JsonIgnoreType - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that indicates that all properties of annotated type are to be ignored during serialization and deserialization.
JsonInclude - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to indicate when value of the annotated property (when used for a field, method or constructor parameter), or all properties of the annotated class, is to be serialized.
JsonInclude.Include - Enum in com.fasterxml.jackson.annotation
Enumeration used with JsonInclude to define which properties of Java Beans are to be included in serialization.
JsonInclude.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JsonInclude annotation.
JsonManagedReference - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to indicate that annotated property is part of two-way linkage between fields; and that its role is "parent" (or "forward") link.
JsonMerge - Annotation Type in com.fasterxml.jackson.annotation
Annotation to specify whether annotated property value should use "merging" approach: merging meaning that the current value is first accessed (with a getter or field) and then modified with incoming data.
JsonProperty - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used to define a non-static method as a "setter" or "getter" for a logical property (depending on its signature), or non-static object field to be used (serialized, deserialized) as a logical property.
JsonProperty.Access - Enum in com.fasterxml.jackson.annotation
Various options for JsonProperty.access() property, specifying how property may be accessed during serialization ("read") and deserialization ("write") (note that the direction of read and write is from perspective of the property, not from external data format: this may be confusing in some contexts).
JsonPropertyDescription - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to define a human readable description for a logical property.
JsonPropertyOrder - Annotation Type in com.fasterxml.jackson.annotation
Annotation that can be used to define ordering (possibly partial) to use when serializing object properties.
JsonRawValue - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that indicates that the annotated method or field should be serialized by including literal String value of the property as is, without quoting of characters.
JsonRootName - Annotation Type in com.fasterxml.jackson.annotation
Annotation similar to XmlRootElement, used to indicate name to use for root-level wrapping, if wrapping is enabled.
JsonSetter - Annotation Type in com.fasterxml.jackson.annotation
Annotation that can be used to define a non-static, single-argument method to be used as a "setter" for a logical property as an alternative to recommended JsonProperty annotation; or (as of 2.9 and later), specify additional aspects of the assigning property a value during serialization.
JsonSetter.Value - Class in com.fasterxml.jackson.annotation
Helper class used to contain information from a single JsonSetter annotation, as well as to provide possible overrides from non-annotation sources.
JsonSubTypes - Annotation Type in com.fasterxml.jackson.annotation
Annotation used with JsonTypeInfo to indicate sub-types of serializable polymorphic types, and to associate logical names used within JSON content (which is more portable than using physical Java class names).
JsonSubTypes.Type - Annotation Type in com.fasterxml.jackson.annotation
Definition of a subtype, along with optional name.
JsonTypeId - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that can be used on a property accessor (field, getter or setter, constructor parameter) to indicate that the property is to contain type id to use when including polymorphic type information.
JsonTypeInfo - Annotation Type in com.fasterxml.jackson.annotation
Annotation used for configuring details of if and how type information is used with JSON serialization and deserialization, to preserve information about actual class of Object instances.
JsonTypeInfo.As - Enum in com.fasterxml.jackson.annotation
Definition of standard type inclusion mechanisms for type metadata.
JsonTypeInfo.Id - Enum in com.fasterxml.jackson.annotation
Definition of different type identifiers that can be included in JSON during serialization, and used for deserialization.
JsonTypeInfo.None - Class in com.fasterxml.jackson.annotation
Deprecated.
Since 2.5, use any Annotation type (such as JsonTypeInfo, if such behavior is needed; this is rarely necessary.
JsonTypeName - Annotation Type in com.fasterxml.jackson.annotation
Annotation used for binding logical name that the annotated class has.
JsonUnwrapped - Annotation Type in com.fasterxml.jackson.annotation
Annotation used to indicate that a property should be serialized "unwrapped"; that is, if it would be serialized as JSON Object, its properties are instead included as properties of its containing Object.
JsonValue - Annotation Type in com.fasterxml.jackson.annotation
Marker annotation that indicates that the value of annotated accessor (either field or "getter" method [a method with non-void return type, no args]) is to be used as the single value to serialize for the instance, instead of the usual method of collecting properties of value.
JsonView - Annotation Type in com.fasterxml.jackson.annotation
Annotation used for indicating view(s) that the property that is defined by method or field annotated is part of.

K

key - Variable in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
Object for which Object Id was generated: can NOT be null.
key(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Method for constructing key to use for ObjectId-to-POJO maps.
key(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
key(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 
key(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
 

M

maySerializeAsObject() - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Accessor that needs to be overridden to return true if the Object Id may be serialized as JSON Object; used by, for example, JSOG handling.
merge(JsonAutoDetect.Value, JsonAutoDetect.Value) - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
merge(JsonFormat.Value, JsonFormat.Value) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Helper method that will try to combine values from two JsonFormat.Value instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).
merge(JsonIgnoreProperties.Value, JsonIgnoreProperties.Value) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Helper method that will try to combine values from two JsonIgnoreProperties.Value instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).
merge(JsonInclude.Value, JsonInclude.Value) - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Helper method that will try to combine values from two JsonInclude.Value instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).
merge(JsonSetter.Value, JsonSetter.Value) - Static method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Helper method that will try to combine values from two JsonSetter.Value instances, using one as base settings, and the other as overrides to use instead of base values when defined; base values are only use if override does not specify a value (matching value is null or logically missing).
mergeAll(JsonFormat.Value...) - Static method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
mergeAll(JsonIgnoreProperties.Value...) - Static method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
mergeAll(JsonInclude.Value...) - Static method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 

N

newForDeserialization(Object) - Method in interface com.fasterxml.jackson.annotation.ObjectIdResolver
Factory method called to create a new instance to use for deserialization: needed since resolvers may have state (a pool of objects).
newForDeserialization(Object) - Method in class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 
newForSerialization(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator
Factory method called to create a new instance to use for serialization: needed since generators may have state (next id to produce).
newForSerialization(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
newForSerialization(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 
newForSerialization(Object) - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
Can just return base instance since this is essentially scopeless
NO_OVERRIDES - Static variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
Empty instance that specifies no overrides, that is, all visibility levels set as JsonAutoDetect.Visibility.DEFAULT.
nonDefaultContentNulls() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Returns same as JsonSetter.Value.getContentNulls() unless value would be Nulls.DEFAULT in which case `null` is returned.
nonDefaultValueNulls() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Returns same as JsonSetter.Value.getValueNulls() unless value would be Nulls.DEFAULT in which case `null` is returned.
None() - Constructor for class com.fasterxml.jackson.annotation.JsonTypeInfo.None
Deprecated.
 
None() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.None
 
noOverrides() - Static method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
Nulls - Enum in com.fasterxml.jackson.annotation
Enumeration used with JsonSetter (for properties `nulls` and `contentNulls`) to define how explicit `null` values from input (if input format has the concept; JSON, for example does) are handled.

O

ObjectIdGenerator<T> - Class in com.fasterxml.jackson.annotation
Definition of API used for constructing Object Identifiers (as annotated using JsonIdentityInfo).
ObjectIdGenerator() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerator
 
ObjectIdGenerator.IdKey - Class in com.fasterxml.jackson.annotation
Simple key class that can be used as a key for ObjectId-to-POJO mappings, when multiple ObjectId types and scopes are used.
ObjectIdGenerators - Class in com.fasterxml.jackson.annotation
ObjectIdGenerators() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators
 
ObjectIdGenerators.IntSequenceGenerator - Class in com.fasterxml.jackson.annotation
Simple sequence-number based generator, which uses basic Java ints (starting with value 1) as Object Identifiers.
ObjectIdGenerators.None - Class in com.fasterxml.jackson.annotation
Abstract marker class used to allow explicitly specifying that no generator is used; which also implies that no Object Id is to be included or used.
ObjectIdGenerators.PropertyGenerator - Class in com.fasterxml.jackson.annotation
Abstract place-holder class which is used to denote case where Object Identifier to use comes from a POJO property (getter method or field).
ObjectIdGenerators.StringIdGenerator - Class in com.fasterxml.jackson.annotation
Implementation that will accept arbitrary (but unique) String Ids on deserialization, and (by default) use random UUID generation similar to ObjectIdGenerators.UUIDGenerator for generation ids.
ObjectIdGenerators.UUIDGenerator - Class in com.fasterxml.jackson.annotation
Implementation that just uses UUIDs as reliably unique identifiers: downside is that resulting String is 36 characters long.
ObjectIdResolver - Interface in com.fasterxml.jackson.annotation
Definition of API used for resolving actual Java object from Object Identifiers (as annotated using JsonIdentityInfo).
OptBoolean - Enum in com.fasterxml.jackson.annotation
Optional Boolean value ("nullean").

P

PropertyAccessor - Enum in com.fasterxml.jackson.annotation
Enumeration used to define kinds of elements (called "property accessors") that annotations like JsonAutoDetect apply to.
PropertyGenerator(Class<?>) - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.PropertyGenerator
 

R

readResolve() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
readResolve() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
readResolve() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
readResolve() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
resolveId(ObjectIdGenerator.IdKey) - Method in interface com.fasterxml.jackson.annotation.ObjectIdResolver
Method called when deserialization encounters the given Object Identifier and requires the POJO associated with it.
resolveId(ObjectIdGenerator.IdKey) - Method in class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 

S

scope - Variable in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
Scope of the Object Id (may be null, to denote global)
setterEnabled() - Method in enum com.fasterxml.jackson.annotation.PropertyAccessor
 
SimpleObjectIdResolver - Class in com.fasterxml.jackson.annotation
Simple implementation of ObjectIdResolver
SimpleObjectIdResolver() - Constructor for class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 
StringIdGenerator() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.StringIdGenerator
 

T

timeZoneAsString() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
Alternate access (compared to JsonFormat.Value.getTimeZone()) which is useful when caller just wants time zone id to convert, but not as JDK provided TimeZone
toString() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
toString() - Method in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
 
type - Variable in class com.fasterxml.jackson.annotation.ObjectIdGenerator.IdKey
Type of ObjectIdGenerator used for generating Object Id

U

USE_DEFAULT_NAME - Static variable in annotation type com.fasterxml.jackson.annotation.JsonProperty
Special value that indicates that handlers should use the default name (derived from method or field name) for property.
UUIDGenerator() - Constructor for class com.fasterxml.jackson.annotation.ObjectIdGenerators.UUIDGenerator
 

V

Value(Object, Boolean) - Constructor for class com.fasterxml.jackson.annotation.JacksonInject.Value
 
Value() - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
 
Value(JsonFormat) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
 
Value(String, JsonFormat.Shape, String, String, JsonFormat.Features, Boolean) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
 
Value(String, JsonFormat.Shape, Locale, TimeZone, JsonFormat.Features, Boolean) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
 
Value(String, JsonFormat.Shape, Locale, String, TimeZone, JsonFormat.Features, Boolean) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
 
Value(String, JsonFormat.Shape, Locale, String, TimeZone, JsonFormat.Features) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
Deprecated.
Value(String, JsonFormat.Shape, String, String, JsonFormat.Features) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
Deprecated.
Value(String, JsonFormat.Shape, Locale, TimeZone, JsonFormat.Features) - Constructor for class com.fasterxml.jackson.annotation.JsonFormat.Value
Deprecated.
Value(Set<String>, boolean, boolean, boolean, boolean) - Constructor for class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
Value(JsonInclude) - Constructor for class com.fasterxml.jackson.annotation.JsonInclude.Value
 
Value(JsonInclude.Include, JsonInclude.Include, Class<?>, Class<?>) - Constructor for class com.fasterxml.jackson.annotation.JsonInclude.Value
 
Value(Nulls, Nulls) - Constructor for class com.fasterxml.jackson.annotation.JsonSetter.Value
 
valueFor() - Method in interface com.fasterxml.jackson.annotation.JacksonAnnotationValue
Introspection method that may be used to find actual annotation that may be used as the source for value instance.
valueFor() - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
valueFor() - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
valueFor() - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
valueFor() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
valueFor() - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
valueFor() - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonCreator.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonFormat.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonFormat.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonInclude.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonProperty.Access
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonTypeInfo.As
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.JsonTypeInfo.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.Nulls
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.OptBoolean
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.fasterxml.jackson.annotation.PropertyAccessor
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonCreator.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonFormat.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonFormat.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonInclude.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonProperty.Access
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonTypeInfo.As
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.JsonTypeInfo.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.Nulls
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.OptBoolean
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.fasterxml.jackson.annotation.PropertyAccessor
Returns an array containing the constants of this enum type, in the order they are declared.

W

willUseInput(boolean) - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
with(JsonFormat.Feature...) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
withAllowGetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withAllowSetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withContentFilter(Class<?>) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Mutant factory that will either Set content as USE_DEFAULTS and contentFilter to filter (if filter not null); or Set content as ALWAYS (if filter null)
withContentInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
withContentNulls(Nulls) - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
withCreatorVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withFeature(JsonFormat.Feature) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withFieldVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withId(Object) - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
withIgnored(Set<String>) - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withIgnored(String...) - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withIgnoreUnknown() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withIsGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withLenient(Boolean) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withLocale(Locale) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withMerge() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
without(JsonFormat.Feature...) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
withoutAllowGetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withoutAllowSetters() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withoutFeature(JsonFormat.Feature) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withoutIgnored() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withoutIgnoreUnknown() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withoutMerge() - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
withOverrides(JsonAutoDetect.Value) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withOverrides(JsonFormat.Features) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Features
 
withOverrides(JsonFormat.Value) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withOverrides(JsonIgnoreProperties.Value) - Method in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Mutant factory method that merges values of this value with given override values, so that any explicitly defined inclusion in overrides has precedence over settings of this value instance.
withOverrides(JsonInclude.Value) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Mutant factory method that merges values of this value with given override values, so that any explicitly defined inclusion in overrides has precedence over settings of this value instance.
withOverrides(JsonSetter.Value) - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
Mutant factory method that merges values of this value with given override values, so that any explicitly defined inclusion in overrides has precedence over settings of this value instance.
withPattern(String) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withSetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
withShape(JsonFormat.Shape) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withTimeZone(TimeZone) - Method in class com.fasterxml.jackson.annotation.JsonFormat.Value
 
withUseInput(Boolean) - Method in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
withValueFilter(Class<?>) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
Mutant factory that will either Set value as USE_DEFAULTS and valueFilter to filter (if filter not null); or Set value as ALWAYS (if filter null)
withValueInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
withValueNulls(Nulls) - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 
withValueNulls(Nulls, Nulls) - Method in class com.fasterxml.jackson.annotation.JsonSetter.Value
 

_

_allowGetters - Variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
_allowSetters - Variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
_contentFilter - Variable in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
_contentInclusion - Variable in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
_creatorVisibility - Variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
_fieldVisibility - Variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
_getterVisibility - Variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
_id - Variable in class com.fasterxml.jackson.annotation.JacksonInject.Value
Id to use to access injected value; if `null`, "default" name, derived from accessor will be used.
_ignored - Variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
Names of properties to ignore.
_ignoreUnknown - Variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
_isGetterVisibility - Variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
_items - Variable in class com.fasterxml.jackson.annotation.SimpleObjectIdResolver
 
_merge - Variable in class com.fasterxml.jackson.annotation.JsonIgnoreProperties.Value
 
_nextValue - Variable in class com.fasterxml.jackson.annotation.ObjectIdGenerators.IntSequenceGenerator
 
_setterVisibility - Variable in class com.fasterxml.jackson.annotation.JsonAutoDetect.Value
 
_useInput - Variable in class com.fasterxml.jackson.annotation.JacksonInject.Value
 
_valueFilter - Variable in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
_valueInclusion - Variable in class com.fasterxml.jackson.annotation.JsonInclude.Value
 
A B C D E F G H I J K M N O P R S T U V W _ 
Skip navigation links

Copyright © 2008–2019 FasterXML. All rights reserved.