- C_BOOLEAN - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_DEFAULT - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_DELEGATE - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_DOUBLE - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_INT - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_LONG - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_PROPS - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- C_STRING - Static variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- CACHE_UNKNOWN_MAPPINGS - Static variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Setting for determining whether mappings for "unknown classes" should be
cached for faster resolution.
- cachedDeserializersCount() - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method that can be used to determine how many deserializers this
provider is caching currently
(if it does caching: default implementation does)
Exact count depends on what kind of deserializers get cached;
default implementation caches only dynamically constructed deserializers,
but not eagerly constructed standard deserializers (which is different
from how serializer provider works).
- cachedSerializersCount() - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Method that can be used to determine how many serializers this
provider is caching currently
(if it does caching: default implementation does)
Exact count depends on what kind of serializers get cached;
default implementation caches all serializers, including ones that
are eagerly constructed (for optimal access speed)
- CalendarSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
- CalendarSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
- CalendarSerializer(Boolean, DateFormat) - Constructor for class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
- call() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- call(Object[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- call() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- call(Object[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- call() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Method that can be used to (try to) call this object without arguments.
- call(Object[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Method that can be used to (try to) call this object with specified arguments.
- call1(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- call1(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- call1(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Method that can be used to (try to) call this object with single arguments.
- CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES - Static variable in class com.fasterxml.jackson.databind.PropertyNamingStrategy
-
- canBeABeanType(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check whether this node is a numeric
node (
JsonNode.isNumber()
would return true) AND its value fits
within Java's 32-bit signed integer type,
int
.
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.NumericNode
-
- canConvertToInt() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check whether this node is a numeric
node (
JsonNode.isNumber()
would return true) AND its value fits
within Java's 64-bit signed integer type,
long
.
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.NumericNode
-
- canConvertToLong() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- canCreateFromBoolean() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromBoolean() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- canCreateFromDouble() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromDouble() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- canCreateFromInt() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromInt() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- canCreateFromLong() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromLong() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- canCreateFromObjectWith() - Method in class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
-
- canCreateFromObjectWith() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromObjectWith() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to check whether a property-based creator
(argument-taking constructor or factory method)
is available to instantiate values from JSON Object
- canCreateFromString() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateFromString() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to check whether a String-based creator
is available for this instantiator
- canCreateUsingDefault() - Method in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector.Vanilla
-
- canCreateUsingDefault() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateUsingDefault() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to check whether a default creator (constructor,
or no-arg static factory method)
is available for this instantiator
- canCreateUsingDelegate() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- canCreateUsingDelegate() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to check whether a delegate-based creator (single-arg
constructor or factory method)
is available for this instantiator
- canDeserialize(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be called to check whether mapper thinks
it could deserialize an Object of given type.
- canDeserialize(JavaType, AtomicReference<Throwable>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- canInstantiate() - Method in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector.Vanilla
-
- canInstantiate() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that will return true if any of canCreateXxx
method
returns true: that is, if there is any way that an instance could
be created.
- canOverrideAccessModifiers() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for determining whether it is ok to try to force override of access
modifiers to be able to get or set values of non-public Methods, Fields;
to invoke non-public Constructors, Methods; or to instantiate non-public
Classes.
- canOverrideAccessModifiers() - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Convenience method for accessing serialization view in use (if any); equivalent to:
- canReadObjectId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- canReadTypeId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- canReuse() - Method in class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- canSerialize(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be called to check whether mapper thinks
it could serialize an instance of given Class.
- canSerialize(Class<?>, AtomicReference<Throwable>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- canSerialize(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- canSerialize(Class<?>, AtomicReference<Throwable>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for checking whether instances of given type can be serialized,
and optionally why (as per
Throwable
returned).
- canUseFor(ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
-
We must override this method, to prevent errors when scopes are the same,
but underlying class (on which to access property) is different.
- canWriteBinaryNatively() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Since we can efficiently store byte[]
, yes.
- canWriteObjectId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- canWriteTypeId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- chainedTransformer(NameTransformer, NameTransformer) - Static method in class com.fasterxml.jackson.databind.util.NameTransformer
-
Method that constructs transformer that applies given transformers
as a sequence; essentially combines separate transform operations
into one logical transformation.
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerModifier
-
- characterEscapes - Variable in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
Caller may want to specify character escaping details, either as
defaults, or on call-by-call basis.
- checkAndFixAccess(Member) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method called to check if we can use the passed method or constructor
(wrt access restriction -- public methods can be called, others
usually not); and if not, if there is a work-around for
the problem.
- checkUnresolvedObjectId() - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
- checkUnresolvedObjectId() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method called to ensure that every object id encounter during processing
are resolved.
- childInstance() - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
Constructor used to create "child" instances; mostly to
allow delegation from explicitly defined local overrides
(local type variables for methods, constructors) to
contextual (class-defined) ones.
- ClassIntrospector - Class in com.fasterxml.jackson.databind.introspect
-
Helper class used to introspect features of POJO value classes
used with Jackson.
- ClassIntrospector() - Constructor for class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
- ClassIntrospector.MixInResolver - Interface in com.fasterxml.jackson.databind.introspect
-
Interface used for decoupling details of how mix-in annotation
definitions are accessed (via this interface), and how
they are stored (defined by classes that implement the interface)
- ClassKey - Class in com.fasterxml.jackson.databind.type
-
Key class, used as an efficient and accurate key
for locating per-class values, such as
JsonSerializer
s.
- ClassKey() - Constructor for class com.fasterxml.jackson.databind.type.ClassKey
-
- ClassKey(Class<?>) - Constructor for class com.fasterxml.jackson.databind.type.ClassKey
-
- ClassNameIdResolver - Class in com.fasterxml.jackson.databind.jsontype.impl
-
TypeIdResolver
implementation
that converts between fully-qualified
Java class names and (JSON) Strings.
- ClassNameIdResolver(JavaType, TypeFactory) - Constructor for class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- ClassSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
Also: default bean access will not do much good with Class.class.
- ClassSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.std.ClassSerializer
-
- ClassUtil - Class in com.fasterxml.jackson.databind.util
-
- ClassUtil() - Constructor for class com.fasterxml.jackson.databind.util.ClassUtil
-
- clear() - Method in class com.fasterxml.jackson.databind.util.LRUMap
-
- clearCache() - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that will clear up any cached type definitions that may
be cached by this
TypeFactory
instance.
- clearProblemHandlers() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- clone() - Method in class com.fasterxml.jackson.databind.util.ISO8601DateFormat
-
- clone() - Method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- close() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
- close() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- close() - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- close() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- close() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- collect() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method that orchestrates collection activities, and needs to be called
after creating the instance.
- collectAndResolveSubtypes(AnnotatedMember, MapperConfig<?>, AnnotationIntrospector, JavaType) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
- collectAndResolveSubtypes(AnnotatedClass, MapperConfig<?>, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
- collectAndResolveSubtypes(AnnotatedMember, MapperConfig<?>, AnnotationIntrospector, JavaType) - Method in class com.fasterxml.jackson.databind.jsontype.SubtypeResolver
-
Method for finding out all reachable subtypes for a property specified
by given element (method or field)
- collectAndResolveSubtypes(AnnotatedClass, MapperConfig<?>, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.jsontype.SubtypeResolver
-
Method for finding out all reachable subtypes for given type.
- collectFeatureDefaults(Class<F>) - Static method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method that calculates bit set (flags) of all features that
are enabled by default.
- CollectionDeserializer - Class in com.fasterxml.jackson.databind.deser.std
-
Basic serializer that can take JSON "Array" structure and
construct a
Collection
instance, with typed contents.
- CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, ValueInstantiator) - Constructor for class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Constructor for context-free instances, where we do not yet know
which property is using this deserializer.
- CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, ValueInstantiator, JsonDeserializer<Object>) - Constructor for class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Constructor used when creating contextualized instances.
- CollectionDeserializer(CollectionDeserializer) - Constructor for class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Copy-constructor that can be used by sub-classes to allow
copy-on-write styling copying of settings of an existing instance.
- CollectionDeserializer.CollectionReferringAccumulator - Class in com.fasterxml.jackson.databind.deser.std
-
- CollectionDeserializer.CollectionReferringAccumulator(Class<?>, Collection<Object>) - Constructor for class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.CollectionReferringAccumulator
-
- CollectionLikeType - Class in com.fasterxml.jackson.databind.type
-
Type that represents things that act similar to
Collection
;
but may or may not be instances of that interface.
- CollectionLikeType(Class<?>, JavaType, Object, Object, boolean) - Constructor for class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- CollectionSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
Fallback serializer for cases where Collection is not known to be
of type for which more specializer serializer exists (such as
index-accessible List).
- CollectionSerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
-
- CollectionSerializer(CollectionSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
-
- CollectionType - Class in com.fasterxml.jackson.databind.type
-
Type that represents Java Collection types (Lists, Sets).
- collectProperties(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver, boolean, String) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- collectPropertiesWithBuilder(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver, boolean) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- com.fasterxml.jackson.databind - package com.fasterxml.jackson.databind
-
Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper
class, as well
as convenience methods included in
JsonParser
- com.fasterxml.jackson.databind.annotation - package com.fasterxml.jackson.databind.annotation
-
Annotations that directly depend on classes in databinding bundle
(not just Jackson core) and can not be included
in Jackson core annotations package (because it can not have any
external dependencies).
- com.fasterxml.jackson.databind.cfg - package com.fasterxml.jackson.databind.cfg
-
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (com.fasterxml.jackson.databind
).
- com.fasterxml.jackson.databind.deser - package com.fasterxml.jackson.databind.deser
-
Contains implementation classes of deserialization part of
data binding.
- com.fasterxml.jackson.databind.deser.impl - package com.fasterxml.jackson.databind.deser.impl
-
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
- com.fasterxml.jackson.databind.deser.std - package com.fasterxml.jackson.databind.deser.std
-
Contains public standard implementations of abstraction that
Jackson uses.
- com.fasterxml.jackson.databind.exc - package com.fasterxml.jackson.databind.exc
-
- com.fasterxml.jackson.databind.ext - package com.fasterxml.jackson.databind.ext
-
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
- com.fasterxml.jackson.databind.introspect - package com.fasterxml.jackson.databind.introspect
-
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
- com.fasterxml.jackson.databind.jsonFormatVisitors - package com.fasterxml.jackson.databind.jsonFormatVisitors
-
- com.fasterxml.jackson.databind.jsonschema - package com.fasterxml.jackson.databind.jsonschema
-
Classes needed for JSON schema support (currently just ability
to generate schemas using serialization part of data mapping)
- com.fasterxml.jackson.databind.jsontype - package com.fasterxml.jackson.databind.jsontype
-
Package that contains interfaces that define how to implement
functionality for dynamically resolving type during deserialization.
- com.fasterxml.jackson.databind.jsontype.impl - package com.fasterxml.jackson.databind.jsontype.impl
-
- com.fasterxml.jackson.databind.module - package com.fasterxml.jackson.databind.module
-
- com.fasterxml.jackson.databind.node - package com.fasterxml.jackson.databind.node
-
Contains concrete
JsonNode
implementations
Jackson uses for the Tree model.
- com.fasterxml.jackson.databind.ser - package com.fasterxml.jackson.databind.ser
-
Contains implementation classes of serialization part of
data binding.
- com.fasterxml.jackson.databind.ser.impl - package com.fasterxml.jackson.databind.ser.impl
-
Contains implementation classes of serialization part of
data binding.
- com.fasterxml.jackson.databind.ser.std - package com.fasterxml.jackson.databind.ser.std
-
- com.fasterxml.jackson.databind.type - package com.fasterxml.jackson.databind.type
-
Package that contains concrete implementations of
JavaType
, as
well as the factory (
TypeFactory
) for
constructing instances from various input data types
(like
Class
,
Type
)
and programmatically (for structured types, arrays,
List
s and
Map
s).
- com.fasterxml.jackson.databind.util - package com.fasterxml.jackson.databind.util
-
Utility classes for Mapper package.
- compareTo(POJOPropertyBuilder) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- compareTo(ClassKey) - Method in class com.fasterxml.jackson.databind.type.ClassKey
-
- compileString(String) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for constructing a specialized textual object that can typically
be serialized faster than basic
String
(depending
on escaping needed if any, char-to-byte encoding if needed).
- complete(JsonParser, DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
-
- complete(JsonParser, DeserializationContext, PropertyValueBuffer, PropertyBasedCreator) - Method in class com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
-
Variant called when creation of the POJO involves buffering of creator properties
as well as property-based creator.
- completeAndClearBuffer(Object[], int) - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
Method called to indicate that the buffering process is now
complete; and to construct a combined exactly-sized result
array.
- completeAndClearBuffer(Object[], int, Class<T>) - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
- completeAndClearBuffer(Object[], int, List<Object>) - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
- completeAndClearBuffer(T, int) - Method in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- ConfigFeature - Interface in com.fasterxml.jackson.databind.cfg
-
Interface that actual SerializationFeature enumerations used by
MapperConfig
implementations must implement.
- configure(MapperFeature, boolean) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for changing state of an on/off mapper feature for
this mapper instance.
- configure(SerializationFeature, boolean) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for changing state of an on/off serialization feature for
this object mapper.
- configure(DeserializationFeature, boolean) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for changing state of an on/off deserialization feature for
this object mapper.
- configure(JsonParser.Feature, boolean) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for changing state of specified JsonParser.Feature
s
for parser instances this object mapper creates.
- configure(JsonGenerator.Feature, boolean) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for changing state of an on/off JsonGenerator
feature for
generator instances this object mapper creates.
- configureFromBooleanCreator(AnnotatedWithParams) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- configureFromDoubleCreator(AnnotatedWithParams) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- configureFromIntCreator(AnnotatedWithParams) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- configureFromLongCreator(AnnotatedWithParams) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- configureFromObjectSettings(AnnotatedWithParams, AnnotatedWithParams, JavaType, CreatorProperty[], AnnotatedWithParams, CreatorProperty[]) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
Method for setting properties related to instantiating values
from JSON Object.
- configureFromStringCreator(AnnotatedWithParams) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- configureIncompleteParameter(AnnotatedParameter) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- construct(JavaType, PropertyName, ObjectIdGenerator<?>, JsonDeserializer<?>, SettableBeanProperty, ObjectIdResolver) - Static method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Factory method called by
BeanSerializerBase
with the initial information based on standard settings for the type
for which serializer is being built.
- construct(JavaType, PropertyName, ObjectIdGenerator<?>, JsonDeserializer<?>, SettableBeanProperty) - Static method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Deprecated.
- construct(DeserializationContext, ValueInstantiator, SettableBeanProperty[]) - Static method in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
Factory method used for building actual instances: resolves deserializers
and checks for "null values".
- construct(Class<?>, AnnotationIntrospector, ClassIntrospector.MixInResolver) - Static method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Factory method that instantiates an instance.
- construct(MapperConfig<?>, JavaType, Collection<NamedType>, boolean, boolean) - Static method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- construct(JavaType, JsonSerializer<Object>) - Static method in class com.fasterxml.jackson.databind.ObjectWriter.Prefetch
-
- construct(JavaType, TypeSerializer) - Static method in class com.fasterxml.jackson.databind.ObjectWriter.Prefetch
-
- construct(boolean, String) - Static method in class com.fasterxml.jackson.databind.PropertyMetadata
-
Deprecated.
- construct(boolean, String, Integer, String) - Static method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- construct(String, String) - Static method in class com.fasterxml.jackson.databind.PropertyName
-
- construct(String, BeanPropertyDefinition, Annotations, JavaType) - Static method in class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
-
- construct(JavaType, PropertyName, ObjectIdGenerator<?>, boolean) - Static method in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
Factory method called by
BeanSerializerBase
with the initial information based on standard settings for the type
for which serializer is being built.
- construct(JavaType, String, ObjectIdGenerator<?>, boolean) - Static method in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
Deprecated.
- construct(Class<?>, SerializationConfig, BeanDescription, JsonFormat.Value) - Static method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
- construct(String[], JavaType, boolean, TypeSerializer, JsonSerializer<Object>, JsonSerializer<Object>, Object) - Static method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- construct(JavaType, Object, Object) - Static method in class com.fasterxml.jackson.databind.type.ArrayType
-
- construct(Class<?>, JavaType) - Static method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- construct(Class<?>, JavaType) - Static method in class com.fasterxml.jackson.databind.type.CollectionType
-
- construct(Class<?>, JavaType, JavaType) - Static method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- construct(Class<?>, JavaType, JavaType) - Static method in class com.fasterxml.jackson.databind.type.MapType
-
- construct(Class<?>) - Static method in class com.fasterxml.jackson.databind.type.SimpleType
-
- construct(SerializationConfig, Class<Enum<?>>) - Static method in class com.fasterxml.jackson.databind.util.EnumValues
-
- construct(MapperConfig<?>, AnnotatedMember) - Static method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- construct(MapperConfig<?>, AnnotatedMember, String) - Static method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- construct(MapperConfig<?>, AnnotatedMember, PropertyName) - Static method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- construct(MapperConfig<?>, AnnotatedMember, PropertyName, PropertyMetadata, JsonInclude.Include) - Static method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- construct(Class<?>[]) - Static method in class com.fasterxml.jackson.databind.util.ViewMatcher
-
- constructAnySetter(DeserializationContext, BeanDescription, AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method called to construct fallback
SettableAnyProperty
for handling unknown bean properties, given a method that
has been designated as such setter.
- constructArrayType(Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructArrayType(JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructBeanDeserializerBuilder(DeserializationContext, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Overridable method that constructs a
BeanDeserializerBuilder
which is used to accumulate information needed to create deserializer
instance.
- constructBeanSerializer(SerializerProvider, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method called to construct serializer for serializing specified bean type.
- constructBeanSerializerBuilder(BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- constructCalendar(Date) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method for constructing Calendar instance set
to specified time, to be modified and used by caller.
- constructCollectionLikeType(Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructCollectionLikeType(Class<?>, JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructCollectionType(Class<? extends Collection>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructCollectionType(Class<? extends Collection>, JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructCreatorProperty(DeserializationContext, BeanDescription, PropertyName, int, AnnotatedParameter, Object) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Method that will construct a property object that represents
a logical property passed via Creator (constructor or static
factory method)
- constructDelegatingKeyDeserializer(DeserializationConfig, JavaType, JsonDeserializer<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
-
- constructEnumKeyDeserializer(EnumResolver<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
-
- constructEnumKeyDeserializer(EnumResolver<?>, AnnotatedMethod) - Static method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
-
- constructEnumResolver(Class<?>, DeserializationConfig, AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- constructFilteredBeanWriter(BeanPropertyWriter, Class<?>[]) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method called to construct a filtered writer, for given view
definitions.
- constructFor(Class<ET>, AnnotationIntrospector) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
Factory method for constructing resolver that maps from Enum.name() into
Enum value
- constructForNonPOJO(BeanDescription) - Static method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
Factory method used when constructing instances for non-POJO types, like
Map
s.
- constructFromCanonical(String) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Factory method for constructing a
JavaType
out of its canonical
representation (see
ResolvedType.toCanonical()
).
- constructFromName(MapperConfig<?>, Class<Enum<?>>) - Static method in class com.fasterxml.jackson.databind.util.EnumValues
-
- constructFromToString(MapperConfig<?>, Class<Enum<?>>) - Static method in class com.fasterxml.jackson.databind.util.EnumValues
-
- constructMap() - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- constructMapLikeType(Class<?>, JavaType, JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructMapLikeType(Class<?>, Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructMapType(Class<? extends Map>, JavaType, JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method for constructing a
MapType
instance
- constructMapType(Class<? extends Map>, Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method for constructing a
MapType
instance
- constructObjectIdHandler(SerializerProvider, BeanDescription, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- constructParametricType(Class<?>, Class<?>...) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructParametricType(Class<?>, JavaType...) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructParametrizedType(Class<?>, Class<?>, Class<?>...) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Factory method for constructing
JavaType
that
represents a parameterized type.
- constructParametrizedType(Class<?>, Class<?>, JavaType...) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Factory method for constructing
JavaType
that
represents a parameterized type.
- constructPropertyBuilder(SerializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- constructPropertyCollector(MapperConfig<?>, AnnotatedClass, JavaType, boolean, String) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
Overridable method called for creating
POJOPropertiesCollector
instance
to use; override is needed if a custom sub-class is to be used.
- constructRawCollectionLikeType(Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that can be used to construct "raw" Collection-like type; meaning that its
parameterization is unknown.
- constructRawCollectionType(Class<? extends Collection>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that can be used to construct "raw" Collection type; meaning that its
parameterization is unknown.
- constructRawMapLikeType(Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that can be used to construct "raw" Map-like type; meaning that its
parameterization is unknown.
- constructRawMapType(Class<? extends Map>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that can be used to construct "raw" Map type; meaning that its
parameterization is unknown.
- constructSettableProperty(DeserializationContext, BeanDescription, BeanPropertyDefinition, Type) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method that will construct a regular bean property setter using
the given setter method.
- constructSetterlessProperty(DeserializationContext, BeanDescription, BeanPropertyDefinition) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method that will construct a regular bean property setter using
the given setter method.
- constructSimpleType(Class<?>, JavaType[]) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Deprecated.
Since 2.5, use variant that takes one more argument
- constructSimpleType(Class<?>, Class<?>, JavaType[]) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructSpecializedType(JavaType, Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- constructSpecializedType(JavaType, Class<?>) - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Convenience method for constructing subtypes, retaining generic
type parameter (if any)
- constructSpecializedType(JavaType, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Factory method for creating a subtype of given base type, as defined
by specified subclass; but retaining generic type information if any.
- constructType(Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Helper method that will construct
JavaType
for given
raw class.
- constructType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Helper method that will construct
JavaType
for given
type reference
This is a simple short-cut for:
- constructType(Type) - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Convenience method for constructing
JavaType
for given JDK
type (usually
Class
)
- constructType(Class<?>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method, functionally equivalent to:
- constructType(Type) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method for constructing
JavaType
out of given
type (typically
java.lang.Class
), but without explicit
context.
- constructType(Type) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructType(Type, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructType(Type, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructType(Type, JavaType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- constructUnsafe(Class<?>) - Static method in class com.fasterxml.jackson.databind.type.SimpleType
-
Method used by core Jackson classes: NOT to be used by application code.
- constructUnsafe(Class<?>, AnnotationIntrospector) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
This method is needed because of the dynamic nature of constructing Enum
resolvers.
- constructUnsafeUsingMethod(Class<?>, Method) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
Method used when actual String serialization is indicated using @JsonValue
on a method.
- constructUnsafeUsingToString(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- constructUsingMethod(Class<ET>, Method) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- constructUsingToString(Class<ET>) - Static method in class com.fasterxml.jackson.databind.util.EnumResolver
-
Factory method for constructing resolver that maps from Enum.toString() into
Enum value
- constructValueInstantiator(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- constructViewBased(BeanPropertyWriter, Class<?>[]) - Static method in class com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter
-
- constructWithoutSuperTypes(Class<?>, AnnotationIntrospector, ClassIntrospector.MixInResolver) - Static method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- containedType(int) - Method in class com.fasterxml.jackson.databind.JavaType
-
- containedType(int) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- containedType(int) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- containedType(int) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- containedType(int) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- containedTypeCount() - Method in class com.fasterxml.jackson.databind.JavaType
-
- containedTypeCount() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- containedTypeCount() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- containedTypeCount() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- containedTypeCount() - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- containedTypeName(int) - Method in class com.fasterxml.jackson.databind.JavaType
-
- containedTypeName(int) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
Not sure what symbolic name is used internally, if any;
let's follow naming of Collection types here.
- containedTypeName(int) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
Not sure if we should count on this, but type names
for core interfaces use "E" for element type
- containedTypeName(int) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
Not sure if we should count on this, but type names
for core interfaces are "K" and "V" respectively.
- containedTypeName(int) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- containedTypeOrUnknown(int) - Method in class com.fasterxml.jackson.databind.JavaType
-
Convenience method that is functionally same as:
JavaType t = containedType(index);
if (t == null) {
t = TypeFactory.unknownType();
}
and typically used to eliminate need for null checks for common case
where we just want to check if containedType is available first; and
if not, use "unknown type" (which translates to java.lang.Object
basically).
- ContainerBuilder - Class in com.fasterxml.jackson.databind.util
-
Helper class used for constructing "untyped"
List
,
Map
and
Object[]
values.
- ContainerBuilder(int) - Constructor for class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- ContainerDeserializerBase<T> - Class in com.fasterxml.jackson.databind.deser.std
-
Intermediate base deserializer class that adds more shared accessor
so that other classes can access information about contained (value)
types
- ContainerDeserializerBase(JavaType) - Constructor for class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
- ContainerDeserializerBase(Class<?>) - Constructor for class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
- ContainerNode<T extends ContainerNode<T>> - Class in com.fasterxml.jackson.databind.node
-
This intermediate base class is used for all container nodes,
specifically, array and object nodes.
- ContainerNode(JsonNodeFactory) - Constructor for class com.fasterxml.jackson.databind.node.ContainerNode
-
- ContainerSerializer<T> - Class in com.fasterxml.jackson.databind.ser
-
Intermediate base class for serializers used for serializing
types that contain element(s) of other types, such as arrays,
Collection
s (
Lists
,
Sets
etc) and
Map
s and iterable things
(
Iterator
s).
- ContainerSerializer(Class<T>) - Constructor for class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
- ContainerSerializer(JavaType) - Constructor for class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
- ContainerSerializer(Class<?>, boolean) - Constructor for class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Alternate constructor that is (alas!) needed to work
around kinks of generic type handling
- ContainerSerializer(ContainerSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
- contains(LinkedNode<ST>, ST) - Static method in class com.fasterxml.jackson.databind.util.LinkedNode
-
Convenience method that can be used to check if a linked list
with given head node (which may be null to indicate empty list)
contains given value
- contentSchema() - Method in class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- contentSchema() - Method in class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
-
- contentSchema() - Method in class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
-
- ContextAttributes - Class in com.fasterxml.jackson.databind.cfg
-
Helper class used for storing and accessing per-call attributes.
- ContextAttributes() - Constructor for class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
- ContextAttributes.Impl - Class in com.fasterxml.jackson.databind.cfg
-
- ContextAttributes.Impl(Map<Object, Object>) - Constructor for class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- ContextAttributes.Impl(Map<Object, Object>, Map<Object, Object>) - Constructor for class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- ContextualDeserializer - Interface in com.fasterxml.jackson.databind.deser
-
Add-on interface that
JsonDeserializer
s can implement to get a callback
that can be used to create contextual (context-dependent) instances of
deserializer to use for handling properties of supported type.
- ContextualKeyDeserializer - Interface in com.fasterxml.jackson.databind.deser
-
Add-on interface that
KeyDeserializer
s can implement to get a callback
that can be used to create contextual instances of key deserializer to use for
handling Map keys of supported type.
- ContextualSerializer - Interface in com.fasterxml.jackson.databind.ser
-
Add-on interface that
JsonSerializer
s can implement to get a callback
that can be used to create contextual instances of serializer to use for
handling properties of supported type.
- convert(JsonNode, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
-
- convert(IN) - Method in interface com.fasterxml.jackson.databind.util.Converter
-
Main conversion method.
- convert(IN) - Method in class com.fasterxml.jackson.databind.util.StdConverter
-
- Converter<IN,OUT> - Interface in com.fasterxml.jackson.databind.util
-
Helper interface for things that convert Objects of
one type to another.
- Converter.None - Class in com.fasterxml.jackson.databind.util
-
This marker class is only to be used with annotations, to
indicate that no converter is to be used.
- Converter.None() - Constructor for class com.fasterxml.jackson.databind.util.Converter.None
-
- converterInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.HandlerInstantiator
-
Method called to construct a Converter instance used for specified class.
- converterInstance(Annotated, Object) - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Helper method to use to construct a
Converter
, given a definition
that may be either actual converter instance, or Class for instantiating one.
- convertValue(Object) - Method in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
Method called to convert from "delegate value" (which was deserialized
from JSON using standard Jackson deserializer for delegate type)
into desired target type.
- convertValue(Object, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method for doing two-step conversion from given value, into
instance of given value type.
- convertValue(Object, TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- convertValue(Object, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- convertValue(Object) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Method called to convert from source Java value into delegate
value (which will be serialized using standard Jackson serializer for delegate type)
- copy() - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
Method needed to ensure that
ObjectMapper.copy()
will work
properly; specifically, that caches are cleared, but settings
will otherwise remain identical; and that no sharing of state
occurs.
- copy() - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl
-
- copy() - Method in class com.fasterxml.jackson.databind.MappingJsonFactory
-
- copy() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for creating a new
ObjectMapper
instance that
has same initial configuration as this instance.
- copy() - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Method needed to ensure that
ObjectMapper.copy()
will work
properly; specifically, that caches are cleared, but settings
will otherwise remain identical; and that no sharing of state
occurs.
- copy() - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl
-
- copyCurrentEvent(JsonParser) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- copyCurrentStructure(JsonParser) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- CORE_TYPE_BOOL - Static variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- CORE_TYPE_INT - Static variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- CORE_TYPE_LONG - Static variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- CORE_TYPE_STRING - Static variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- CoreXMLDeserializers - Class in com.fasterxml.jackson.databind.ext
-
Container deserializers that handle "core" XML types: ones included in standard
JDK 1.5.
- CoreXMLDeserializers() - Constructor for class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers
-
- CoreXMLDeserializers.Std - Class in com.fasterxml.jackson.databind.ext
-
- CoreXMLDeserializers.Std(Class<?>, int) - Constructor for class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std
-
- CoreXMLSerializers - Class in com.fasterxml.jackson.databind.ext
-
Provider for serializers of XML types that are part of full JDK 1.5, but
that some alleged 1.5 platforms are missing (Android, GAE).
- CoreXMLSerializers() - Constructor for class com.fasterxml.jackson.databind.ext.CoreXMLSerializers
-
- CoreXMLSerializers.XMLGregorianCalendarSerializer - Class in com.fasterxml.jackson.databind.ext
-
- CoreXMLSerializers.XMLGregorianCalendarSerializer() - Constructor for class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- CoreXMLSerializers.XMLGregorianCalendarSerializer(JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- couldDeserialize() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- couldDeserialize() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- couldSerialize() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- couldSerialize() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- create(AnnotationIntrospector, AnnotationIntrospector) - Static method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
Helper method for constructing a Pair from two given introspectors (if
neither is null); or returning non-null introspector if one is null
(and return just null if both are null)
- createArrayDeserializer(DeserializationContext, ArrayType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createArrayDeserializer(DeserializationContext, ArrayType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to create (or, for completely immutable deserializers,
reuse) a deserializer that can convert JSON content into values of
specified Java type.
- createArrayNode() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Note: return type is co-variant, as basic ObjectCodec
abstraction can not refer to concrete node types (as it's
part of core package, whereas impls are part of mapper
package)
- createArrayNode() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- createBeanDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method that
DeserializerCache
s call to create a new
deserializer for types other than Collections, Maps, arrays and
enums.
- createBeanDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to create (or, for completely immutable deserializers,
reuse) a deserializer that can convert JSON content into values of
specified Java "bean" (POJO) type.
- createBufferInstance(JsonParser) - Method in class com.fasterxml.jackson.databind.deser.std.TokenBufferDeserializer
-
- createBuilderBasedDeserializer(DeserializationContext, JavaType, BeanDescription, Class<?>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
- createBuilderBasedDeserializer(DeserializationContext, JavaType, BeanDescription, Class<?>) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to create a deserializer that will use specified Builder
class for building value instances.
- createCollectionDeserializer(DeserializationContext, CollectionType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createCollectionDeserializer(DeserializationContext, CollectionType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- createCollectionLikeDeserializer(DeserializationContext, CollectionLikeType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createCollectionLikeDeserializer(DeserializationContext, CollectionLikeType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Although most of post-processing is done in resolve(), we only get
access to referring property's annotations here; and this is needed
to support per-property ObjectIds.
- createContextual(DeserializationContext, BeanProperty) - Method in interface com.fasterxml.jackson.databind.deser.ContextualDeserializer
-
Method called to see if a different (or differently configured) deserializer
is needed to deserialize values of specified property.
- createContextual(DeserializationContext, BeanProperty) - Method in interface com.fasterxml.jackson.databind.deser.ContextualKeyDeserializer
-
Method called to see if a different (or differently configured) key deserializer
is needed to deserialize keys of specified Map property.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Method called to finalize setup of this deserializer,
when it is known for which property deserializer is needed
for.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer.FactoryBasedDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
Method called to finalize setup of this deserializer,
when it is known for which property deserializer is needed for.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Method called to finalize setup of this deserializer,
when it is known for which property deserializer is needed for.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
Method called to finalize setup of this deserializer,
when it is known for which property deserializer is needed for.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
-
Contextualization is needed to see whether we can "inline" deserialization
of String values, or if we have to use separate value deserializer.
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- createContextual(DeserializationContext, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
We only use contextualization for optimizing the case where no customization
occurred; if so, can slip in a more streamlined version.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
-
Method called to see if a different (or differently configured) serializer
is needed to serialize values of specified property.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
This method is needed to resolve contextual annotations like
per-property overrides, as well as do recursive call
to createContextual
of content serializer, if
known statically.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
To support some level of per-property configuration, we will need
to make things contextual.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
We can try to find the actual serializer for value, if we can
statically figure out what the result type must be.
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- createContextual(SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- createDeserializationContext(JsonParser, DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Internal helper method called to create an instance of
DeserializationContext
for deserializing a single root value.
- createDeserializationContext(JsonParser, DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Internal helper method called to create an instance of
DeserializationContext
for deserializing a single root value.
- createDummy(JavaType) - Static method in class com.fasterxml.jackson.databind.ser.BeanSerializer
-
Method for constructing dummy bean serializer; one that
never outputs any properties
- createDummy() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Factory method for constructing an "empty" serializer; one that
outputs no properties (but handles JSON objects properly, including
type information)
- createEnumDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Factory method for constructing serializers of
Enum
types.
- createEnumDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- createFromBoolean(DeserializationContext, boolean) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromBoolean(DeserializationContext, boolean) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- createFromDouble(DeserializationContext, double) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromDouble(DeserializationContext, double) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- createFromInt(DeserializationContext, int) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromInt(DeserializationContext, int) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- createFromLong(DeserializationContext, long) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromLong(DeserializationContext, long) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- createFromObjectWith(DeserializationContext, Object[]) - Method in class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
-
- createFromObjectWith(DeserializationContext, Object[]) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromObjectWith(DeserializationContext, Object[]) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method called to create value instance from JSON Object when
instantiation arguments are passed; this is done, for example when passing information
specified with "Creator" annotations.
- createFromString(DeserializationContext, String) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createFromString(DeserializationContext, String) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- createInstance(DeserializationConfig, JsonParser, InjectableValues) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
Method called to create actual usable per-deserialization
context instance.
- createInstance(DeserializationConfig, JsonParser, InjectableValues) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl
-
- createInstance(SerializationConfig, SerializerFactory) - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Overridable method, used to create a non-blueprint instances from the blueprint.
- createInstance(SerializationConfig, SerializerFactory) - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.Impl
-
- createInstance(Class<T>, boolean) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method that can be called to try to create an instantiate of
specified type.
- createKeyDeserializer(DeserializationContext, JavaType) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createKeyDeserializer(DeserializationContext, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to find if factory knows how to create a key deserializer
for specified type; currently this means checking if a module has registered
possible deserializers.
- createKeySerializer(SerializationConfig, JavaType, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- createKeySerializer(SerializationConfig, JavaType, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
Method called to create serializer to use for serializing JSON property names (which must
be output as JsonToken.FIELD_NAME
) for Map that has specified declared
key type, and is for specified property (or, if property is null, as root value)
- createMapDeserializer(DeserializationContext, MapType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createMapDeserializer(DeserializationContext, MapType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- createMapLikeDeserializer(DeserializationContext, MapLikeType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createMapLikeDeserializer(DeserializationContext, MapLikeType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- createMatcher(ObjectReader, MatchStrength) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.AccessorForReader
-
- createObjectNode() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Note: return type is co-variant, as basic ObjectCodec
abstraction can not refer to concrete node types (as it's
part of core package, whereas impls are part of mapper
package)
- createObjectNode() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- createObjectNode() - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
- createParserWithMatch() - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Convenience method for trying to construct a JsonParser
for
parsing content which is assumed to be in detected data format.
- createSchemaNode(String) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
- createSchemaNode(String, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
- createSerializer(SerializerProvider, JavaType) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- createSerializer(SerializerProvider, JavaType) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Main serializer constructor method.
- createSerializer(SerializerProvider, JavaType) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
Method called to create (or, for immutable serializers, reuse) a serializer for given type.
- createTreeDeserializer(DeserializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- createTreeDeserializer(DeserializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to create and return a deserializer that can construct
JsonNode(s) from JSON content.
- createTypeSerializer(SerializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method called to construct a type serializer for values with given declared
base type.
- createTypeSerializer(SerializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
Method called to create a type information serializer for given base type,
if one is needed.
- createUsingDefault(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector.Vanilla
-
- createUsingDefault(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createUsingDefault(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method called to create value instance from a JSON value when
no data needs to passed to creator (constructor, factory method);
typically this will call the default constructor of the value object.
- createUsingDelegate(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- createUsingDelegate(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method to called to create value instance from JSON Object using
an intermediate "delegate" value to pass to createor method
- CreatorCollector - Class in com.fasterxml.jackson.databind.deser.impl
-
Container class for storing information on creators (based on annotations,
visibility), to be able to build actual instantiator later on.
- CreatorCollector(BeanDescription, boolean) - Constructor for class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- CreatorCollector.Vanilla - Class in com.fasterxml.jackson.databind.deser.impl
-
- CreatorCollector.Vanilla(int) - Constructor for class com.fasterxml.jackson.databind.deser.impl.CreatorCollector.Vanilla
-
- creatorProperties() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Accessor for finding properties that represents values to pass
through property-based creator method (constructor or
factory method)
- CreatorProperty - Class in com.fasterxml.jackson.databind.deser
-
This concrete sub-class implements property that is passed
via Creator (constructor or static factory method).
- CreatorProperty(PropertyName, JavaType, PropertyName, TypeDeserializer, Annotations, AnnotatedParameter, int, Object, PropertyMetadata) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- CreatorProperty(String, JavaType, PropertyName, TypeDeserializer, Annotations, AnnotatedParameter, int, Object, boolean) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Deprecated.
- CreatorProperty(CreatorProperty, PropertyName) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- CreatorProperty(CreatorProperty, String) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Deprecated.
- CreatorProperty(CreatorProperty, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- CreatorProperty(CreatorProperty, SettableBeanProperty) - Constructor for class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- currentNode() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- currentNumericNode() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- customSerializers() - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- customSerializers() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- failForEmpty(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
-
- FailingDeserializer - Class in com.fasterxml.jackson.databind.deser.impl
-
Special bogus "serializer" that will throw
JsonMappingException
if an attempt is made to deserialize
a value.
- FailingDeserializer(String) - Constructor for class com.fasterxml.jackson.databind.deser.impl.FailingDeserializer
-
- FailingSerializer - Class in com.fasterxml.jackson.databind.ser.impl
-
- FailingSerializer(String) - Constructor for class com.fasterxml.jackson.databind.ser.impl.FailingSerializer
-
- FALSE - Static variable in class com.fasterxml.jackson.databind.node.BooleanNode
-
- fieldNames() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- fieldNames() - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- FieldProperty - Class in com.fasterxml.jackson.databind.deser.impl
-
This concrete sub-class implements property that is set
directly assigning to a Field.
- FieldProperty(BeanPropertyDefinition, JavaType, TypeDeserializer, Annotations, AnnotatedField) - Constructor for class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- FieldProperty(FieldProperty, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- FieldProperty(FieldProperty, PropertyName) - Constructor for class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- FieldProperty(FieldProperty) - Constructor for class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
Constructor used for JDK Serialization when reading persisted object
- fields() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- fields() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- fields() - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method to use for accessing all fields (with both names
and values) of this JSON Object.
- FileSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
For now, File objects get serialized by just outputting
absolute (but not canonical) name as String value
- FileSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.std.FileSerializer
-
- filterBeanProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Overridable method that can filter out properties.
- filterBeanProps(DeserializationContext, BeanDescription, BeanDeserializerBuilder, List<BeanPropertyDefinition>, Set<String>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Helper method called to filter out explicit ignored properties,
as well as properties that have "ignorable types".
- FilteredBeanPropertyWriter - Class in com.fasterxml.jackson.databind.ser.impl
-
Decorated
BeanPropertyWriter
that will filter out properties
that are not to be included in currently active JsonView.
- FilteredBeanPropertyWriter() - Constructor for class com.fasterxml.jackson.databind.ser.impl.FilteredBeanPropertyWriter
-
- filterOutAllExcept(Set<String>) - Static method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
Factory method to construct filter that filters out all properties except
ones includes in set
- filterOutAllExcept(String...) - Static method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
- FilterProvider - Class in com.fasterxml.jackson.databind.ser
-
Interface for objects that providers instances of
PropertyFilter
that match given ids.
- FilterProvider() - Constructor for class com.fasterxml.jackson.databind.ser.FilterProvider
-
- find(String) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
- find(int) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
- find(Class<?>, String) - Static method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers
-
- find(Class<?>, String) - Static method in class com.fasterxml.jackson.databind.deser.std.JdkDeserializers
-
- find(Class<?>, String) - Static method in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers
-
- find(String, Class<?>[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- find(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- find(SerializerCache.TypeKey) - Method in class com.fasterxml.jackson.databind.ser.impl.JsonSerializerMap
-
- findAndAddPrimarySerializer(Class<?>, SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
Method called if initial lookup fails, when looking for a primary
serializer (one that is directly attached to a property).
- findAndAddPrimarySerializer(JavaType, SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
- findAndAddRootValueSerializer(Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
Method called if initial lookup fails, when looking for a root value
serializer: one that is not directly attached to a property, but needs to
have
TypeSerializer
wrapped
around it.
- findAndAddRootValueSerializer(JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
- findAndAddSecondarySerializer(Class<?>, SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
Method called if initial lookup fails, when looking for a non-primary
serializer (one that is not directly attached to a property).
- findAndAddSecondarySerializer(JavaType, SerializerProvider, BeanProperty) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
- findAndAddVirtualProperties(MapperConfig<?>, AnnotatedClass, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for adding possible virtual properties to be serialized along
with regular properties.
- findAndAddVirtualProperties(MapperConfig<?>, AnnotatedClass, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findAndAddVirtualProperties(MapperConfig<?>, AnnotatedClass, List<BeanPropertyWriter>) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findAndRegisterModules() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method that is functionally equivalent to:
mapper.registerModules(mapper.findModules());
- findAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.PropertyWriter
-
Convenience method for accessing annotation that may be associated
either directly on property, or, if not, via enclosing class (context).
- findAnyGetter() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findAnyGetter() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Method used to locate the method of introspected class that
implements JsonAnyGetter
.
- findAnySetter() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method used to locate the method of introspected class that
implements JsonAnySetter
.
- findAnySetter() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findArrayDeserializer(ArrayType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findArrayDeserializer(ArrayType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate serializer for specified array type.
- findArrayDeserializer(ArrayType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findArraySerializer(SerializationConfig, ArrayType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findArraySerializer(SerializationConfig, ArrayType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findArraySerializer(SerializationConfig, ArrayType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified array type.
- findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if annotations indicate changes to minimum visibility levels
needed for auto-detecting property elements (fields, methods, constructors).
- findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findBackReference(String) - Method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
Method called by BeanDeserializer
to resolve back reference
part of managed references.
- findBackReference(String) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- findBackReference(String) - Method in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
- findBackReference(String) - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- findBackReference(String) - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
- findBackReferenceProperties() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for locating all back-reference properties (setters, fields) bean has
- findBackReferenceProperties() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate deserializer for specified value type which does not belong to any other
category (not an Enum, Collection, Map, Array or tree node)
- findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers
-
- findBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findBeanProperties(SerializerProvider, BeanDescription, BeanSerializerBuilder) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method used to collect all actual serializable properties.
- findBeanSerializer(SerializerProvider, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- findClass(String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method to use for locating Class for given name.
- findClass(String, TypeParser.MyTokenizer) - Method in class com.fasterxml.jackson.databind.type.TypeParser
-
- findClass(String) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate serializer for specified
Collection
(List, Set etc) type.
- findCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate serializer for specified
"Collection-like" type (one that acts
like
Collection
but does not implement it).
- findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified "Collection-like" type (type that acts like
Collection
,
but does not implement it).
- findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, TypeSerializer, JsonSerializer<Object>) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified
Collection
type.
- findConstructor(Class<T>, boolean) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- findContentDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a deserializer definition for content (values) of
associated Collection
, array
or
Map
property.
- findContentDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findContentDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findContentSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a serializer definition for content (values) of
associated Collection
, array
or Map
property.
- findContentSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findContentSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findContextualValueDeserializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for finding a value deserializer, and creating a contextual
version if necessary, for value reached via specified property.
- findConverter(DeserializationContext, Annotated) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- findConverter(SerializerProvider, Annotated) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- findConvertingContentDeserializer(DeserializationContext, BeanProperty, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Helper method that can be used to see if specified property has annotation
indicating that a converter is to be used for contained values (contents
of structured types; array/List/Map values)
- findConvertingContentSerializer(SerializerProvider, BeanProperty, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Helper method that can be used to see if specified property has annotation
indicating that a converter is to be used for contained values (contents
of structured types; array/List/Map values)
- findConvertingDeserializer(DeserializationContext, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method that can be used to see if specified property is annotated
to indicate use of a converter for property value (in case of container types,
it is container type itself, not key or content type).
- findConvertingDeserializer(DeserializationContext, Annotated, JsonDeserializer<Object>) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Helper method that will check whether given annotated entity (usually class,
but may also be a property accessor) indicates that a
Converter
is to
be used; and if so, to construct and return suitable serializer for it.
- findConvertingSerializer(SerializerProvider, Annotated, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Helper method that will check whether given annotated entity (usually class,
but may also be a property accessor) indicates that a
Converter
is to
be used; and if so, to construct and return suitable serializer for it.
- findConvertingSerializer(SerializerProvider, BeanPropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Helper method that can be used to see if specified property is annotated
to indicate use of a converter for property value (in case of container types,
it is container type itself, not key or content type).
- findCreatorBinding(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
- findCreatorBinding(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findCreatorBinding(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findCreatorParameterNames() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Deprecated.
Since 2.5, does not seem to be used at all.
- findCreatorProperty(String) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
- findCreatorProperty(int) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
- findCreatorPropertyNames() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Deprecated.
Since 2.4, use findCreatorParameterNames()
instead.
- findDefaultConstructor() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method that will locate the no-arg constructor for this class,
if it has one, and that constructor has not been marked as
ignorable.
- findDefaultConstructor() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findDefaultDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Helper method called to find one of default serializers for "well-known"
platform types: JDK-provided types, and small number of public Jackson
API types.
- findDeserializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding
Converter
that annotated property
has indicated needs to be used for values of container type
(this also means that method should only be called for properties
of container types, List/Map/array properties).
- findDeserializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing additional narrowing type definition that a
method can have, to define more specific content type to use;
content refers to Map values and Collection/array elements.
- findDeserializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding
Converter
that annotated entity
(property or class) has indicated to be used as part of
deserialization.
- findDeserializationConverter() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for finding
Converter
used for serializing instances
of this class.
- findDeserializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializationConverter() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findDeserializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing additional narrowing type definition that a
method can have, to define more specific key type to use.
- findDeserializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializationType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing annotated type definition that a
method can have, to be used as the type for serialization
instead of the runtime type.
- findDeserializationType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializationType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializeAndSet(JsonParser, DeserializationContext, Object, String) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
- findDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a deserializer definition on specified method
or field.
- findDeserializer(Class<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
Factory method for trying to find a deserializer for one of supported
types that have simple from-String serialization.
- findDeserializer(DeserializationContext, JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Helper method used to locate deserializers for properties the
type this deserializer handles contains (usually for properties of
bean types)
- findDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
-
- findDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findDeserializerFromAnnotation(DeserializationContext, Annotated) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Helper method called to check if a class or method
has annotation that tells which class to use for deserialization.
- findDeserializerFromAnnotation(DeserializationContext, Annotated) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Helper method called to check if a class or method
has annotation that tells which class to use for deserialization.
- findEnum(String) - Method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate deserializer for specified
Enum
type.
- findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findEnumType(EnumSet<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method that can be used to dynamically figure out
enumeration type of given
EnumSet
, without having
access to its declaration.
- findEnumType(EnumMap<?, ?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method that can be used to dynamically figure out
enumeration type of given
EnumSet
, without having
access to its declaration.
- findEnumType(Enum<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method that can be used to dynamically figure out formal
enumeration type (class) for given enumeration.
- findEnumType(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method that can be used to dynamically figure out formal
enumeration type (class) for given class of an enumeration value.
- findEnumValue(Enum<?>) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for determining the String value to use for serializing
given enumeration entry; used when serializing enumerations
as Strings (the standard method).
- findEnumValue(Enum<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findExpectedFormat(JsonFormat.Value) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for checking what is the expected format for POJO, as
defined by defaults and possible annotations.
- findExpectedFormat(JsonFormat.Value) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findExplicitNames() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Method called to find out set of explicit names for accessors
bound together due to implicit name.
- findFactoryMethod(Class<?>...) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method that can be called to find if introspected class declares
a static "valueOf" factory method that returns an instance of
introspected type, given one of acceptable types.
- findFactoryMethod(Class<?>...) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findFilter(Object) - Method in class com.fasterxml.jackson.databind.ser.FilterProvider
-
- findFilter(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
Deprecated.
- findFilterId(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Deprecated.
Since 2.3: use the one that takes generic Annotated
- findFilterId(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding if annotated class has associated filter; and if so,
to return id that is used to locate filter.
- findFilterId(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
Deprecated.
- findFilterId(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findFilterId(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findFilterId(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findFilterId(SerializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method called to find filter that is configured to be used with bean
serializer being built, if any.
- findFormat(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding format annotations for property or class.
- findFormat(InputStream) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Method to call to find format that content (accessible via given
InputStream
) given has, as per configuration of this detector
instance.
- findFormat(byte[]) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Method to call to find format that given content (full document)
has, as per configuration of this detector instance.
- findFormat(byte[], int, int) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Method to call to find format that given content (full document)
has, as per configuration of this detector instance.
- findFormat(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findFormat(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findId(Object) - Method in class com.fasterxml.jackson.databind.util.ObjectIdMap
-
Method that is called to figure out whether we have already
seen given POJO: if yes, we will return its id (first looking
it up as necessary); if not, we will mark down that we have
seen it but return null.
- findIgnoreUnknownProperties(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether an annotation indicates that all unknown properties
- findIgnoreUnknownProperties(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findIgnoreUnknownProperties(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findImplicitPropertyName(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding implicit name for a property that given annotated
member (field, method, creator parameter) may represent.
- findImplicitPropertyName(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findImplicitPropertyName(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findInclusion() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to check if this property has specific inclusion override
associated with it or not.
- findInclusion() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- findInclusion() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- findInjectables() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findInjectables() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findInjectableValue(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Method that can be called to locate value to be injected for this
property, if it is configured for this.
- findInjectableValue(Object, BeanProperty, Object) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- findInjectableValue(Object, DeserializationContext, BeanProperty, Object) - Method in class com.fasterxml.jackson.databind.InjectableValues
-
Method called to find value identified by id valueId
to
inject as value of specified property during deserialization, passing
POJO instance in which value will be injected if it is available
(will be available when injected via field or setter; not available
when injected via constructor or factory method argument).
- findInjectableValue(Object, DeserializationContext, BeanProperty, Object) - Method in class com.fasterxml.jackson.databind.InjectableValues.Std
-
- findInjectableValueId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method called to find out whether given member expectes a value
to be injected, and if so, what is the identifier of the value
to use during injection.
- findInjectableValueId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findInjectableValueId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findJsonValueMethod() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for locating the getter method that is annotated with
JsonValue
annotation,
if any.
- findJsonValueMethod() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findKeyDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a deserializer definition for keys of
associated Map
property.
- findKeyDeserializer(DeserializationContext, DeserializerFactory, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method called to get hold of a deserializer to use for deserializing
keys for
Map
.
- findKeyDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in interface com.fasterxml.jackson.databind.deser.KeyDeserializers
-
- findKeyDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
-
- findKeyDeserializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method, functionally same as:
- findKeyDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findKeyDeserializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findKeyDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers
-
- findKeySerializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a serializer definition for keys of associated Map
property.
- findKeySerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findKeySerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findKeySerializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to get the serializer to use for serializing
non-null Map keys.
- findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate deserializer for specified
Map
type.
- findMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate serializer for specified
"Map-like" type (one that acts
like
Map
but does not implement it).
- findMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified "Map-like" type (type that acts like
Map
,
but does not implement it).
- findMapSerializer(SerializationConfig, MapType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findMapSerializer(SerializationConfig, MapType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findMapSerializer(SerializationConfig, MapType, BeanDescription, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified
Map
type.
- findMethod(String, Class<?>[]) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findMethod(String, Class<?>[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- findMethod(String, Class<?>[]) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findMixInClassFor(Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method that will check if there are "mix-in" classes (with mix-in
annotations) for given class
- findMixInClassFor(Class<?>) - Method in interface com.fasterxml.jackson.databind.introspect.ClassIntrospector.MixInResolver
-
Method that will check if there are "mix-in" classes (with mix-in
annotations) for given class
- findMixInClassFor(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- findModules() - Static method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for locating available methods, using JDK
ServiceLoader
facility, along with module-provided SPI.
- findModules(ClassLoader) - Static method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for locating available methods, using JDK
ServiceLoader
facility, along with module-provided SPI.
- findNameForDeserialization(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given property accessors (method,
field) has an annotation that suggests property name to use
for deserialization (reading JSON into POJOs).
- findNameForDeserialization(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findNameForDeserialization(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findNameForSerialization(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given property accessors (method,
field) has an annotation that suggests property name to use
for serialization.
- findNameForSerialization(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findNameForSerialization(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findNamingStrategy(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
- findNamingStrategy(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findNamingStrategy(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findNewName() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Deprecated.
- findNonContextualValueDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- findNullKeySerializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to find a serializer to use for null values for given
declared type.
- findNullSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a serializer definition for serializer to use
for nulls (null values) of associated property or type.
- findNullSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findNullSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findNullValueSerializer(BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to get the serializer to use for serializing null
values for specified property.
- findObjectId(Object, ObjectIdGenerator<?>, ObjectIdResolver) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
- findObjectId(Object, ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
Deprecated.
- findObjectId(Object, ObjectIdGenerator<?>, ObjectIdResolver) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method called to find and return entry corresponding to given
Object Id: will add an entry if necessary, and never returns null
- findObjectId(Object, ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Deprecated.
- findObjectId(Object, ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
- findObjectId(Object, ObjectIdGenerator<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to find the Object Id for given POJO, if one
has been generated.
- findObjectId(int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- findObjectIdInfo(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given annotated thing
(type, or accessor) indicates that values
referenced (values of type of annotated class, or
values referenced by annotated property; latter
having precedence) should include Object Identifier,
and if so, specify details of Object Identity used.
- findObjectIdInfo(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findObjectIdInfo() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to check whether this logical property indicates that
value POJOs should be written using additional Object Identifier
(or, when multiple references exist, all but first AS Object Identifier).
- findObjectIdInfo(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findObjectIdInfo() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- findObjectReferenceInfo(Annotated, ObjectIdInfo) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for figuring out additional properties of an Object Identity reference
- findObjectReferenceInfo(Annotated, ObjectIdInfo) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findObjectReferenceInfo(Annotated, ObjectIdInfo) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findOptionalStdDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Overridable method called after checking all other types.
- findOptionalStdSerializer(SerializerProvider, JavaType, BeanDescription, boolean) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Overridable method called after checking all other types.
- findParent(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for finding a JSON Object that contains specified field,
within this node or its descendants.
- findParent(String) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- findParent(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- findParent(String) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- findParents(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for finding a JSON Object that contains specified field,
within this node or its descendants.
- findParents(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- findParents(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- findParents(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- findParents(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- findPath(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- findPath(String) - Method in class com.fasterxml.jackson.databind.node.BaseJsonNode
-
- findPOJOBuilder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding Builder object to use for constructing
value instance and binding data (sort of combining value
instantiators that can construct, and deserializers
that can bind data).
- findPOJOBuilder() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for checking if the POJO type has annotations to
indicate that a builder is to be used for instantiating
instances and handling data binding, instead of standard
bean deserializer.
- findPOJOBuilder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPOJOBuilder() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findPOJOBuilder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPOJOBuilderClass() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method for finding Class to use as POJO builder, if any.
- findPOJOBuilderConfig(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
- findPOJOBuilderConfig() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for finding configuration for POJO Builder class.
- findPOJOBuilderConfig(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPOJOBuilderConfig() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findPOJOBuilderConfig(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPrimaryPropertySerializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- findPrimaryPropertySerializer(Class<?>, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- findProperties() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findProperties() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findPropertiesToIgnore(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding list of properties to ignore for given class
(null is returned if not specified).
- findPropertiesToIgnore(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertiesToIgnore(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findProperty(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- findProperty(String) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Accessor for finding the property with given name, if POJO
has one.
- findProperty(int) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Alternate find method that tries to locate a property with given
property index
.
- findProperty(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- findPropertyContentTypeDeserializer(DeserializationConfig, JavaType, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Method called to find and create a type information deserializer for values of
given container (list, array, map) property, if one is needed.
- findPropertyContentTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if given structured property entity (field or method that
has nominal value of Map, Collection or array type) has annotations
that indicate that specific type resolver is to be used for handling type
information of contained values.
- findPropertyContentTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertyContentTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPropertyContentTypeSerializer(JavaType, SerializationConfig, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method called to create a type information serializer for values of given
container property
if one is needed.
- findPropertyDefaultValue(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding suggested default value (as simple textual serialization)
for the property.
- findPropertyDefaultValue(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertyDefaultValue(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPropertyDescription(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method used to check whether specified property member (accessor
or mutator) defines human-readable description to use for documentation.
- findPropertyDescription(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertyDescription(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPropertyFilter(Object, Object) - Method in class com.fasterxml.jackson.databind.ser.FilterProvider
-
- findPropertyFilter(Object, Object) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
- findPropertyFilter(SerializerProvider, Object, Object) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Helper method used to locate filter that is needed, based on filter id
this serializer was constructed with.
- findPropertyIndex(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method used to check whether specified property member (accessor
or mutator) defines numeric index, and if so, what is the index value.
- findPropertyIndex(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertyIndex(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPropertyTypeDeserializer(DeserializationConfig, JavaType, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Method called to create a type information deserializer for values of
given non-container property, if one is needed.
- findPropertyTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if given property entity (field or method) has annotations
that indicate that specific type resolver is to be used for handling instances.
- findPropertyTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findPropertyTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findPropertyTypeSerializer(JavaType, SerializationConfig, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method called to create a type information serializer for values of given
non-container property
if one is needed.
- findReferenceType(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if given member indicates that it is part
of a reference (parent/child).
- findReferenceType(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findReferenceType() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to find whether property is part of a bi-directional
reference.
- findReferenceType(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findReferenceType() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- findRootName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for locating name used as "root name" (for use by
some serializers when outputting root-level object -- mostly
for XML compatibility purposes) for given class, if one
is defined.
- findRootName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findRootName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findRootName(JavaType, MapperConfig<?>) - Method in class com.fasterxml.jackson.databind.util.RootNameLookup
-
- findRootName(Class<?>, MapperConfig<?>) - Method in class com.fasterxml.jackson.databind.util.RootNameLookup
-
- findRootValueDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for finding a deserializer for root-level value.
- findSerializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding
Converter
that annotated property
has indicated needs to be used for values of container type
(this also means that method should only be called for properties
of container types, List/Map/array properties).
- findSerializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationContentConverter(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding possible widening type definition that a property
value can have, to define less specific key type to use for serialization.
- findSerializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationContentType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding
Converter
that annotated entity
(property or class) has indicated to be used as part of
serialization.
- findSerializationConverter() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for finding
Converter
used for serializing instances
of this class.
- findSerializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationConverter() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findSerializationConverter(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationInclusion(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given annotated entity (class, method,
field) defines which Bean/Map properties are to be included in
serialization.
- findSerializationInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findSerializationInclusion(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Method for determining whether null properties should be written
out for a Bean of introspected type.
- findSerializationInclusion(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationInclusionForContent(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether content (entries) of a
Map
property
are to be included during serialization or not.
- findSerializationInclusionForContent(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- findSerializationInclusionForContent(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationInclusionForContent(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findSerializationInclusionForContent(Annotated, JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for finding possible widening type definition that a property
value can have, to define less specific key type to use for serialization.
- findSerializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationKeyType(Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationPropertyOrder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing defined property serialization order (which may be
partial).
- findSerializationPropertyOrder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationPropertyOrder(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationSortAlphabetically(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether an annotation indicates that serialized properties
for which no explicit is defined should be alphabetically (lexicograpically)
ordered
- findSerializationSortAlphabetically(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Deprecated.
- findSerializationSortAlphabetically(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
Deprecated.
- findSerializationSortAlphabetically(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationSortAlphabetically(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationSortAlphabetically(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
Deprecated.
- findSerializationType(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing annotated type definition that a
method/field can have, to be used as the type for serialization
instead of the runtime type.
- findSerializationType(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationType(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializationType(Annotated, boolean, JavaType) - Method in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
Method that will try to determine statically defined type of property
being serialized, based on annotations (for overrides), and alternatively
declared type (if static typing for serialization is enabled).
- findSerializationTyping(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for accessing declared typing mode annotated (if any).
- findSerializationTyping(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializationTyping(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for getting a serializer definition on specified method
or field.
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers
-
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
-
- findSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSerializer(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.Serializers.Base
-
- findSerializer(SerializationConfig, JavaType, BeanDescription) - Method in interface com.fasterxml.jackson.databind.ser.Serializers
-
Method called by serialization framework first time a serializer is needed for
specified type, which is not of a container type (for which other methods are
called).
- findSerializerByAddonType(SerializationConfig, JavaType, BeanDescription, boolean) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Reflection-based serialized find method, which checks if
given class implements one of recognized "add-on" interfaces.
- findSerializerByAnnotations(SerializerProvider, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method called to see if one of primary per-class annotations
(or related, like implementing of
JsonSerializable
)
determines the serializer to use.
- findSerializerByLookup(JavaType, SerializationConfig, BeanDescription, boolean) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method that will use fast lookup (and identity comparison) methods to
see if we know serializer to use for given type.
- findSerializerByPrimaryType(SerializerProvider, JavaType, BeanDescription, boolean) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method for checking if we can determine serializer to use based on set of
known primary types, checking for set of known base types (exact matches
having been compared against with findSerializerByLookup
).
- findSerializerFromAnnotation(SerializerProvider, Annotated) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Helper method called to check if a class or method
has an annotation
(@link com.fasterxml.jackson.databind.annotation.JsonSerialize#using)
that tells the class to use for serialization.
- findSingleArgConstructor(Class<?>...) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method that can be called to locate a single-arg constructor that
takes specified exact type (will not accept supertype constructors)
- findSingleArgConstructor(Class<?>...) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- findStandardImpl(Class<?>) - Static method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers
-
Accessor for checking to see if there is a standard serializer for
given primitive value type.
- findStdDeserializer(DeserializationContext, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method called by
BeanDeserializerFactory
to see if there might be a standard
deserializer registered for given type.
- findStringBasedKeyDeserializer(DeserializationConfig, JavaType) - Static method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializers
-
- findSubtypes(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for locating annotation-specified subtypes related to annotated
entity (class, method, field).
- findSubtypes(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findSubtypes(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findSuperTypes(Class<?>, Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method that will find all sub-classes and implemented interfaces
of a given class or interface.
- findSuperTypes(Class<?>, Class<?>, List<Class<?>>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- findSuppressableContentValue(SerializationConfig, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.Deserializers.Base
-
- findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanDescription) - Method in interface com.fasterxml.jackson.databind.deser.Deserializers
-
Method called to locate deserializer for specified JSON tree node type.
- findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- findType(String) - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- findTypeDeserializer(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- findTypeDeserializer(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method called to find and create a type information deserializer for given base type,
if one is needed.
- findTypeDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Helper method that is needed to properly handle polymorphic referenced
types, such as types referenced by
AtomicReference
,
or various "optional" types.
- findTypedValueSerializer(Class<?>, boolean, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to locate regular serializer, matching type serializer,
and if both found, wrap them in a serializer that calls both in correct
sequence.
- findTypedValueSerializer(JavaType, boolean, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to locate regular serializer, matching type serializer,
and if both found, wrap them in a serializer that calls both in correct
sequence.
- findTypeId(int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- findTypeMapping(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.AbstractTypeResolver
-
Try to locate a subtype for given abstract type, to either resolve
to a concrete type, or at least to a more-specific (and hopefully supported)
abstract type, one which may have registered deserializers.
- findTypeMapping(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver
-
- findTypeName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if specified type has explicit name.
- findTypeName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findTypeName(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findTypeParameters(JavaType, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method that is to figure out actual type parameters that given
class binds to generic types defined by given (generic)
interface or class.
- findTypeParameters(Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- findTypeParameters(Class<?>, Class<?>, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if given class has annotations that indicate
that specific type resolver is to be used for handling instances.
- findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findUnwrappingNameTransformer(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method called to check whether given property is marked to be "unwrapped"
when being serialized (and appropriately handled in reverse direction,
i.e.
- findUnwrappingNameTransformer(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findUnwrappingNameTransformer(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findValue(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.impl.ValueInjector
-
- findValue(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for finding a JSON Object field with specified name in this
node or its child nodes, and returning value it has.
- findValue(String) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- findValue(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- findValue(String) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- findValueDeserializer(DeserializationContext, DeserializerFactory, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method called to get hold of a deserializer for a value of given type;
or if no such deserializer can be found, a default handler (which
may do a best-effort generic serialization or just simply
throw an exception when invoked).
- findValueInstantiator(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method getting
ValueInstantiator
to use for given
type (class): return value can either be an instance of
instantiator, or class of instantiator to create.
- findValueInstantiator(DeserializationContext, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Value instantiator is created both based on creator annotations,
and on optional externally provided instantiators (registered through
module interface).
- findValueInstantiator(DeserializationContext, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Method that is to find all creators (constructors, factory methods)
for the bean type to deserialize.
- findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiators.Base
-
- findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in interface com.fasterxml.jackson.databind.deser.ValueInstantiators
-
Method called to find the
ValueInstantiator
to use for creating
instances of specified type during deserialization.
- findValueInstantiator(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findValueInstantiator(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class com.fasterxml.jackson.databind.module.SimpleValueInstantiators
-
- findValues(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for finding JSON Object fields with specified name, and returning
found ones as a List.
- findValues(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- findValues(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- findValues(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- findValues(String, List<JsonNode>) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- findValuesAsText(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- findValuesAsText(String, List<String>) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- findValuesAsText(String, List<String>) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- findValuesAsText(String, List<String>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- findValuesAsText(String, List<String>) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- findValueSerializer(Class<?>, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to get hold of a serializer for a value of given type;
or if no such serializer can be found, a default handler (which
may do a best-effort generic serialization or just simply
throw an exception when invoked).
- findValueSerializer(JavaType, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- findValueSerializer(Class<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method variant used when we do NOT want contextualization to happen; it will need
to be handled at a later point, but caller wants to be able to do that
as needed; sometimes to avoid infinite loops
- findValueSerializer(JavaType) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method variant used when we do NOT want contextualization to happen; it will need
to be handled at a later point, but caller wants to be able to do that
as needed; sometimes to avoid infinite loops
- findViews(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking if annotated property (represented by a field or
getter/setter method) has definitions for views it is to be included in.
- findViews(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- findViews() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to find View-inclusion definitions for the property.
- findViews(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- findViews() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- findWrapperName(Annotated) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method used to check if specified property has annotation that indicates
that it should be wrapped in an element; and if so, name to use.
- findWrapperName(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- finishArray(int) - Method in class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- finishArray(int, Class<T>) - Method in class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- finishBuild(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
- finishBuild(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- finishList(int) - Method in class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- finishMap(int) - Method in class com.fasterxml.jackson.databind.util.ContainerBuilder
-
- firstToken() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- fixAccess() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
- FloatNode - Class in com.fasterxml.jackson.databind.node
-
JsonNode
implementation for efficiently containing 32-bit
`float` values.
- FloatNode(float) - Constructor for class com.fasterxml.jackson.databind.node.FloatNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Returns 32-bit floating value for this node,
if and only if
this node is numeric (
JsonNode.isNumber()
returns true).
- floatValue() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- floatValue() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- flush() - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- flush() - Method in class com.fasterxml.jackson.databind.ser.SerializerCache
-
Method called by StdSerializerProvider#flushCachedSerializers() to
clear all cached serializers
- flush() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- flushCachedDeserializers() - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- flushCachedSerializers() - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Method that will drop all serializers currently cached by this provider.
- forcedNarrowBy(Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
- forClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that only has
information regarding annotations class itself (or its supertypes) has,
but nothing on methods or constructors.
- forCreation(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forCreation(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that has
information necessary for creating instances of given
class ("creator"), as well as class annotations, but
no information on member methods
- forDeserialization(POJOPropertiesCollector) - Static method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Factory method to use for constructing an instance to use for building
deserializers.
- forDeserialization(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forDeserialization(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that has all
information needed for deserialization purposes.
- forDeserializationWithBuilder(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forDeserializationWithBuilder(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that has all
information needed for constructing deserializers that use
intermediate Builder objects.
- forDirectClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forDirectClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that only has
information regarding annotations class itself has (but NOT including
its supertypes), but nothing on methods or constructors.
- format(JsonValueFormat) - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor.Base
-
- format(JsonValueFormat) - Method in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor
-
Method called to indicate configured format for value type being visited.
- format(Date, StringBuffer, FieldPosition) - Method in class com.fasterxml.jackson.databind.util.ISO8601DateFormat
-
- format(Date) - Static method in class com.fasterxml.jackson.databind.util.ISO8601Utils
-
Format a date into 'yyyy-MM-ddThh:mm:ssZ' (GMT timezone, no milliseconds precision)
- format(Date, boolean) - Static method in class com.fasterxml.jackson.databind.util.ISO8601Utils
-
Format a date into 'yyyy-MM-ddThh:mm:ss[.sss]Z' (GMT timezone)
- format(Date, boolean, TimeZone) - Static method in class com.fasterxml.jackson.databind.util.ISO8601Utils
-
Format date into yyyy-MM-ddThh:mm:ss[.sss][Z|[+-]hh:mm]
- format(Date, StringBuffer, FieldPosition) - Method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- forOtherUse(MapperConfig<?>, JavaType, AnnotatedClass) - Static method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Factory method to use for constructing an instance to use for purposes
other than building serializers or deserializers; will only have information
on class, not on properties.
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.TypeDeserializer
-
Method called to create contextual version, to be used for
values of given property.
- forProperty(BeanProperty) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to create contextual version, to be used for
values of given property.
- forScope(Class<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator
-
- forScope(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
-
- forSerialization(POJOPropertiesCollector) - Static method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Factory method to use for constructing an instance to use for building
serializers.
- forSerialization(SerializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- forSerialization(SerializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.ClassIntrospector
-
Factory method that constructs an introspector that has all
information needed for serialization purposes.
- forType(Class<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.PrimitiveArrayDeserializers
-
- forType(Class<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- forType(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
to data bind into specified type.
- forType(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
to data bind into specified type.
- forType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
to data bind into specified type.
- forType(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specific type
as the root type for serialization, instead of runtime dynamic
type of the root object itself.
- forType(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specific type
as the root type for serialization, instead of runtime dynamic
type of the root object itself.
- forType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- forValue(String) - Static method in enum com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatTypes
-
- from(JsonParser, Object, String, Collection<Object>) - Static method in exception com.fasterxml.jackson.databind.exc.IgnoredPropertyException
-
Factory method used for constructing instances of this exception type.
- from(JsonParser, String, Object, Class<?>) - Static method in exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
- from(JsonParser, Object, String, Collection<Object>) - Static method in exception com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
-
Factory method used for constructing instances of this exception type.
- from(JsonParser, String) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- from(JsonParser, String, Throwable) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- from(HashMap<SerializerCache.TypeKey, JsonSerializer<Object>>) - Static method in class com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
-
Factory method for creating the "blueprint" lookup map.
- from(BeanPropertyFilter) - Static method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
- fromMemberAnnotations(POJOPropertyBuilder.WithMember<T>) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Helper method used for finding annotation values, from accessors
relevant to current usage (deserialization, serialization)
- FromStringDeserializer<T> - Class in com.fasterxml.jackson.databind.deser.std
-
Base class for simple deserializers that only accept JSON String
values as the source.
- FromStringDeserializer(Class<?>) - Constructor for class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
- FromStringDeserializer.Std - Class in com.fasterxml.jackson.databind.deser.std
-
"Chameleon" deserializer that works on simple types that are deserialized
from a simple String.
- FromStringDeserializer.Std(Class<?>, int) - Constructor for class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
-
- fromUnexpectedIOE(IOException) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- generateId(Object) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedObjectIdGenerator
-
- generateId(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
-
- generateId(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- generateJsonSchema(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- generateJsonSchema(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
- generator - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Blueprint generator instance: actual instance will be
fetched from
SerializerProvider
using this as
the key.
- generator - Variable in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
Blueprint generator instance: actual instance will be
fetched from
SerializerProvider
using this as
the key.
- generator - Variable in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- get(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationMap
-
- get(int) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for accessing value of the specified element of
an array node.
- get(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method for accessing value of the specified field of
an object node.
- get(int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- get(String) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- get(int) - Method in class com.fasterxml.jackson.databind.node.ContainerNode
-
- get(String) - Method in class com.fasterxml.jackson.databind.node.ContainerNode
-
- get(int) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- get(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- get(int) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- get(String) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- get(Object) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Method that can be used to access value of the property this
Object describes, from given bean instance.
- get(Class<A>) - Method in interface com.fasterxml.jackson.databind.util.Annotations
-
Main access method used to find value for given annotation.
- get(Object) - Method in class com.fasterxml.jackson.databind.util.LRUMap
-
- get(int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- getAccessor() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to find accessor (getter, field to access) to use for accessing
value of the property.
- getAccessor() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getAccessor() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Method used to find accessor (getter, field to access) to use for accessing
value of the property.
- getActiveView() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for finding currently active view, if any (null if none)
- getActiveView() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
- getActiveView() - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Accessor for locating currently active view, if any;
returns null if no view has been set.
- getActiveView() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getActiveView() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getAllAnnotations() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Internal helper method used to access annotation information;
not exposed to developers since instances are mutable.
- getAllAnnotations() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getAllAnnotations() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
- getAlwaysAsId() - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- getAndFilter(Object, JsonGenerator, SerializerProvider, PropertyFilter) - Method in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
- getAndSerialize(Object, JsonGenerator, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Method that can be used to find actual JDK element that this instance
represents.
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Since there is no matching JDK element, this method will
always return null
- getAnnotated() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getAnnotation(Class<A>) - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method for finding annotation associated with this property;
meaning annotation associated with one of entities used to
access property.
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Accessor for annotations; all annotations associated with parameters
are properly passed and accessible.
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.PropertyWriter
-
Method for accessing annotations directly declared for property that this
writer is associated with.
- getAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- getAnnotationCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getAnnotationCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getAnnotationCount() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Convenience method for accessing serialization view in use (if any); equivalent to:
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- getAnnotationIntrospector() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getAnnotations() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getAnyGetter() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getAnyGetter() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getAnySetter() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getAnySetterMethod() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getArrayBuilders() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for accessing object useful for building arrays of
primitive types (such as int[]).
- getArrayComparator(Object) - Static method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
Helper method used for constructing simple value comparator used for
comparing arrays for content equality.
- getAttribute(Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
Accessor for value of specified attribute
- getAttribute(Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- getAttribute(Object) - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Method for accessing attributes available in this context.
- getAttribute(Object) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getAttribute(Object) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getAttributes() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for accessing per-instance shared (baseline/default)
attribute values; these are used as the basis for per-call
attributes.
- getAttributes() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
- getAttributes() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- getAttributes() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- getBase64Variant() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getBase64Variant() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method called during deserialization if Base64 encoded content
needs to be decoded.
- getBase64Variant() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method for accessing the default Base64 encoding
used for decoding base64 encoded binary content.
- getBaseSettings() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- getBeanClass() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- getBeanClass() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- getBeanDescription() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getBeanType() - Method in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
-
- getBigIntegerValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getBigIntegerValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.databind.node.TextNode
-
Method for accessing textual contents assuming they were
base64 encoded; if so, they are decoded and resulting binary
data is returned.
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getBinaryValue(Base64Variant) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getBindingCount() - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- getBlueprintISO8601Format() - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Deprecated.
Since 2.4 not to be used.
- getBlueprintRFC1123Format() - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Deprecated.
Since 2.4 not to be used.
- getBooleanBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getBuilderConfig() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getBuildMethod() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getByteBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getClassAnnotations() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for accessing collection of annotations the bean
class has.
- getClassAnnotations() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getClassAnnotations() - Method in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- getClassDef() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getClassDescription(Object) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method used to construct appropriate description
when passed either type (Class) or an instance; in latter
case, class of instance is to be used.
- getClassInfo() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for accessing low-level information about Class this
item describes.
- getClassInfo() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getClassInfo() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getClassIntrospector() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getClassIntrospector() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getCodec() - Method in class com.fasterxml.jackson.databind.MappingJsonFactory
-
We'll override the method to return more specific type; co-variance
helps here
- getCodec() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getCodec() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- getCodec() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getConfig() - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Accessor to currently active configuration (both per-request configs
and per-mapper config).
- getConfig() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getConfig() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getConfig() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- getConfig() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- getConfig() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method for accessing configuration for the serialization processing.
- getConstructorParameter() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getConstructorParameter() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getConstructorParameter() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getConstructorParameters() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getConstructorParameters() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getConstructorParameters() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getConstructors() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- getConstructors() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getConstructors() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
Accesor for deserializer use for deserializing content values.
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
- getContentDeserializer() - Method in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Accessor for serializer used for serializing contents
(List and array elements, Map values etc) of the
container for which this serializer is used, if it is
known statically.
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
-
- getContentSerializer() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
Accessor for declared type of contained value elements; either exact
type, or one of its supertypes.
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Accessor for finding declared (static) element type for
type this serializer is used for.
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
-
- getContentType() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- getContentType() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- getContentType() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- getContextAnnotation(Class<A>) - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method for finding annotation associated with context of
this property; usually class in which member is declared
(or its subtype if processing subtype).
- getContextAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getContextAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getContextAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getContextAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.PropertyWriter
-
Method for accessing annotations declared in context of the property that this
writer is associated with; usually this means annotations on enclosing class
for property.
- getContextAnnotation(Class<A>) - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- getContextClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
Accessor for
AnnotatedClass
that was the type that was resolved
and that contains this member: this is either the
Class
in which member was declared, or one of its super types.
- getContextualType() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getConverter() - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- getCreatorIndex() - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- getCreatorIndex() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Method for accessing index of the creator property: for other
types of properties will simply return -1.
- getCurrentLocation() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Convenience method, functionally equivalent to:
iterator.getParser().getCurrentLocation()
- getCurrentLocation() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getCurrentLocation() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getCurrentName() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getCurrentName() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getDataStream() - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Method to use for accessing input for which format detection has been done.
- getDateFormat() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getDateFormat() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for accessing currently configured (textual) date format
that will be used for reading or writing date values (in case
of writing, only if textual output is configured; not if dates
are to be serialized as time stamps).
- getDateFormat() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getDateFormat() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getDecimalValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getDecimalValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
Actual physical class in which this memmber was declared.
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getDeclaringClass() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getDefault() - Static method in class com.fasterxml.jackson.databind.ser.std.StdKeySerializers
-
- getDefaultBean() - Method in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- getDefaultConstructor() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getDefaultCreator() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getDefaultCreator() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to try to access member (constructor,
static factory method) that is used as the "default creator"
(creator that is called without arguments; typically default
[zero-argument] constructor of the type).
- getDefaultFilter() - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
- getDefaultImpl() - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- getDefaultImpl() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- getDefaultImpl() - Method in class com.fasterxml.jackson.databind.jsontype.TypeDeserializer
-
Accessor for "default implementation" type; optionally defined
class to use in cases where type id is not
accessible for some reason (either missing, or can not be
resolved)
- getDefaultImpl() - Method in interface com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder
-
Accessor for currently configured default type; implementation
class that may be used in case no valid type information is
available during type resolution
- getDefaultNullKeySerializer() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getDefaultNullValueSerializer() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getDefaultSchemaNode() - Static method in class com.fasterxml.jackson.databind.jsonschema.JsonSchema
-
Deprecated.
Get the default schema node.
- getDefaultTimeZone() - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- getDefaultTyper(JavaType) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method called to locate a type info handler for types that do not have
one explicitly declared via annotations (or other configuration).
- getDefaultValue() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- getDefaultValue(String, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- getDefaultVisibilityChecker() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for object used for determining whether specific property elements
(method, constructors, fields) can be auto-detected based on
their visibility (access modifiers).
- getDefaultVisibilityChecker() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- getDefaultVisibilityChecker() - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- getDelegateCreator() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getDelegateCreator() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to try to access member (constructor,
static factory method) that is used as the "delegate creator".
- getDelegatee() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- getDelegatee() - Method in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
- getDelegatee() - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- getDelegatee() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Accessor that can be used to determine if this deserializer uses
another deserializer for actual deserialization, by delegating
calls.
- getDelegatee() - Method in class com.fasterxml.jackson.databind.JsonSerializer
-
Accessor that can be used to determine if this serializer uses
another serializer for actual serialization, by delegating
calls.
- getDelegatee() - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- getDelegateType(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getDelegateType(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be used to determine what is the type of delegate
type to use, if any; if no delegates are used, will return null.
- getDescForKnownTypeIds() - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- getDescForKnownTypeIds() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
Helper method used to get a simple description of all known type ids,
for use in error messages.
- getDescForKnownTypeIds() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- getDescription() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- getDeserializationConfig() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that returns
the shared default
DeserializationConfig
object
that defines configuration settings for deserialization.
- getDeserializationContext() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getDeserializationFeatures() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- getDeserializer() - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
- getDeserializer(Class<?>) - Static method in class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
-
Factory method for accessing deserializer for specific node type
- getDoubleBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getDoubleValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getDoubleValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getEmbeddedObject() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getEmbeddedObject() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getEmpty() - Static method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
- getEmpty() - Static method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- getEmptyValue() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- getEmptyValue() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Method called to determine value to be used for "empty" values
(most commonly when deserializing from empty JSON Strings).
- getEnum(int) - Method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- getEnumClass() - Method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- getEnumClass() - Method in class com.fasterxml.jackson.databind.util.EnumValues
-
- getEnums() - Method in class com.fasterxml.jackson.databind.util.EnumResolver
-
- getEnumValues() - Method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
- getErasedSignature() - Method in class com.fasterxml.jackson.databind.JavaType
-
Method for accessing signature without generic
type information, in form compatible with all versions
of JVM, and specifically used for type descriptions
when generating byte code.
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.JavaType
-
Method for accessing signature without generic
type information, in form compatible with all versions
of JVM, and specifically used for type descriptions
when generating byte code.
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- getErasedSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.TypeBase
-
- getFactory() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getFactory() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to get hold of JsonFactory
that this
mapper uses if it needs to construct JsonParser
s
and/or JsonGenerator
s.
- getFactory() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- getFactory() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- getFactoryConfig() - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- getFactoryConfig() - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- getFactoryMethods() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- getFactoryMethods() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getFalse() - Static method in class com.fasterxml.jackson.databind.node.BooleanNode
-
- getFeatureMask() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- getField() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getField() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getField() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getFieldCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getFieldName() - Method in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
- getFilteredProperties() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getFilterId() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getFilterProvider() - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Method for getting provider used for locating filters given
id (which is usually provided with filter annotations).
- getFilterProvider() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Convenience method for accessing provider to find serialization filters used,
equivalent to calling:
- getFloatBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getFloatValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getFloatValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getFormatName() - Method in class com.fasterxml.jackson.databind.MappingJsonFactory
-
Sub-classes need to override this method (as of 1.8)
- getFrom() - Method in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
- getFromObjectArguments(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
-
- getFromObjectArguments(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getFromObjectArguments(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- getFullName() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method for getting full name definition, including possible
format-specific additional properties (such as namespace when
using XML backend).
- getFullName() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getFullName() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getFullName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getFullName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getFullName() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getFullName() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getFullName() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getFullName() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getFullName() - Method in class com.fasterxml.jackson.databind.ser.PropertyWriter
-
- getFullName() - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- getFullName() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getFunction() - Method in class com.fasterxml.jackson.databind.util.JSONPObject
-
- getGeneratorType() - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- getGenericParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getGenericParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getGenericParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getGenericParameterTypes() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getGenericPropertyType() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Get the generic property type of this property writer.
- getGenericPropertyType() - Method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
- getGenericReturnType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getGenericSignature() - Method in class com.fasterxml.jackson.databind.JavaType
-
Method for accessing signature that contains generic
type information, in form compatible with JVM 1.5
as per JLS.
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.JavaType
-
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- getGenericSignature(StringBuilder) - Method in class com.fasterxml.jackson.databind.type.TypeBase
-
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Full generic type of the annotated element; definition
of what exactly this means depends on sub-class.
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
For methods, this returns declared return type, which is only
useful with getters (setters do not return anything; hence "void"
type is returned here)
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getGenericType() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getGetter() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getGetter() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getGetter() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getHandlerInstantiator() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getHandlerInstantiator() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getId() - Method in class com.fasterxml.jackson.databind.deser.UnresolvedId
-
The id which is unresolved.
- getIdType() - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
- getIgnoredPropertyNames() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
- getIgnoredPropertyNames() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getIgnoredPropertyNames() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Accessor for set of properties that are explicitly marked to be ignored
via per-property markers (but NOT class annotations).
- getIncompleteParameter() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getIncompleteParameter() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
If an incomplete creator was found, this is the first parameter that
needs further annotation to help make the creator complete.
- getIndex() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Accessor for index of this parameter within argument list
- getIndex() - Method in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
- getIndex() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- getInjectables() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getInjectables() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getInjectableValueId() - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- getInjectableValueId() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Accessor for id of injectable value, if this bean property supports
value injection.
- getInputType(TypeFactory) - Method in interface com.fasterxml.jackson.databind.util.Converter
-
Method that can be used to find out actual input (source) type; this
usually can be determined from type parameters, but may need
to be implemented differently from programmatically defined
converters (which can not change static type parameter bindings).
- getInputType(TypeFactory) - Method in class com.fasterxml.jackson.databind.util.StdConverter
-
- getInstance() - Static method in class com.fasterxml.jackson.databind.node.MissingNode
-
- getInstance() - Static method in class com.fasterxml.jackson.databind.node.NullNode
-
- getIntBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getInternalName() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Accessor that can be used to determine implicit name from underlying
element(s) before possible renaming.
- getInternalName() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getInternalName() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getInternalSetting(Object) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Method for accessing value of specified internal setting.
- getIntValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getIntValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getISO8601Format(TimeZone) - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Deprecated.
Since 2.4; use variant that takes Locale
- getISO8601Format(TimeZone, Locale) - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Method for getting a non-shared DateFormat instance
that uses specified timezone and can handle simple ISO-8601
compliant date format.
- getJsonFactory() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getJsonFactory() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- getJsonFactory() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- getJsonValueMethod() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getKey() - Method in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
- getKeyClass() - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- getKeySerializer() - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Accessor for currently assigned key serializer.
- getKeyType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- getKeyType() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- getKnownPropertyIds() - Method in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
- getKnownPropertyNames() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- getKnownPropertyNames() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- getKnownPropertyNames() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Method that will
either return null to indicate that type being deserializers
has no concept of properties; or a collection of identifiers
for which toString
will give external property
name.
- getLocale() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getLocale() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for accessing the default
Locale
to use
for formatting, unless overridden by local annotations.
- getLocale() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for accessing default Locale to use: convenience method for
- getLocale() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method for accessing default Locale to use: convenience method for
- getLocalizedMessage() - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- getLocation() - Method in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
-
- getLocation() - Method in class com.fasterxml.jackson.databind.deser.UnresolvedId
-
- getLongBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getLongValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getLongValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getManagedReferenceName() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getMapClass() - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- getMapperVersion() - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Method that returns version information about
ObjectMapper
that implements this context.
- getMask() - Method in interface com.fasterxml.jackson.databind.cfg.ConfigFeature
-
Returns bit mask for this feature instance
- getMask() - Method in enum com.fasterxml.jackson.databind.DeserializationFeature
-
- getMask() - Method in enum com.fasterxml.jackson.databind.MapperFeature
-
- getMask() - Method in enum com.fasterxml.jackson.databind.SerializationFeature
-
- getMatchedFormatName() - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Accessor for getting brief textual name of matched format if any (null
if none).
- getMatchStrength() - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Method for accessing strength of the match, if any; if no match,
will return MatchStrength.INCONCLUSIVE
.
- getMechanism() - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- getMechanism() - Method in class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
-
- getMechanism() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- getMechanism() - Method in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
Accessor for mechanism that this resolver uses for determining
type id from type.
- getMember() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method for accessing primary physical entity that represents the property;
annotated field, method or constructor property.
- getMember() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getMember() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getMember() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getMemberMethodCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getMessage() - Method in exception com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
-
- getMessage() - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method is overridden so that we can properly inject description
of problem path, if such is defined.
- getMessageSuffix() - Method in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
- getMetadata() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Accessor for additional optional information about property.
- getMetadata() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getMetadata() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getMetadata() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method for accessing additional metadata.
- getMetadata() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getMetadata() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getMetadata() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
We will indicate that property is optional, since there is nothing
to indicate whether it might be required.
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Returns modifiers of the constructor, as parameters do not
have independent modifiers.
- getModifiers() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getModuleName() - Method in class com.fasterxml.jackson.databind.Module
-
Method that returns a display that can be used by Jackson
for informational purposes, as well as in associating extensions with
module that provides them.
- getModuleName() - Method in class com.fasterxml.jackson.databind.module.SimpleModule
-
- getMutator() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to find mutator (constructor parameter, setter, field) to use for
changing value of the property.
- getMutator() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getMutator() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Method used to find mutator (constructor parameter, setter, field) to use for
changing value of the property.
- getName() - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
-
- getName() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method to get logical name of the property
- getName() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getName() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Parameters have no names in bytecode (unlike in source code),
will always return empty String ("").
- getName() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Accessor for name used for external representation (in JSON).
- getName() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getName() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getName() - Method in class com.fasterxml.jackson.databind.jsontype.NamedType
-
- getName() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getName() - Method in class com.fasterxml.jackson.databind.ser.PropertyWriter
-
- getName() - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- getName() - Method in interface com.fasterxml.jackson.databind.util.Named
-
- getName() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getNamespace() - Method in class com.fasterxml.jackson.databind.PropertyName
-
- getNodeFactory() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- getNodeFactory() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method, functionally equivalent to:
- getNodeFactory() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to get hold of
JsonNodeFactory
that this mapper will use when directly constructing
root
JsonNode
instances for Trees.
- getNodeType() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Return the type of this node
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.BinaryNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.BooleanNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.MissingNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.NullNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.NumericNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.POJONode
-
- getNodeType() - Method in class com.fasterxml.jackson.databind.node.TextNode
-
- getNonConstructorMutator() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getNonConstructorMutator() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getNonConstructorMutator() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getNullValue() - Method in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
- getNullValue() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- getNullValue() - Method in class com.fasterxml.jackson.databind.deser.std.JsonNodeDeserializer
-
- getNullValue() - Method in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer
-
- getNullValue() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Method that can be called to determine value to be used for
representing null values (values deserialized when JSON token
is JsonToken.VALUE_NULL
).
- getNumberType() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getNumberType() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getNumberValue() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getNumberValue() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getObjectId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getObjectIdInfo() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Accessor for getting information about Object Id expected to
be used for this POJO type, if any.
- getObjectIdInfo() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getObjectIdInfo() - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- getObjectIdInfo() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Accessor to find out whether type specified requires inclusion
of Object Identifier.
- getObjectIdReader() - Method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
Overridden to return true for those instances that are
handling value for which Object Identity handling is enabled
(either via value type or referring property).
- getObjectIdReader() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Overridden to return true for those instances that are
handling value for which Object Identity handling is enabled
(either via value type or referring property).
- getObjectIdReader() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getObjectIdReader() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- getObjectIdReader() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Accessor that can be used to check whether this deserializer
is expecting to possibly get an Object Identifier value instead of full value
serialization, and if so, should be able to resolve it to actual
Object instance to return as deserialized value.
- getObjectIdWriter() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getOuterClass(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method for finding enclosing class for non-static inner classes
- getOutputContext() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- getOutputType(TypeFactory) - Method in interface com.fasterxml.jackson.databind.util.Converter
-
Method that can be used to find out actual output (target) type; this
usually can be determined from type parameters, but may need
to be implemented differently from programmatically defined
converters (which can not change static type parameter bindings).
- getOutputType(TypeFactory) - Method in class com.fasterxml.jackson.databind.util.StdConverter
-
- getOwner() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Accessor for 'owner' of this parameter; method or constructor that
has this parameter as member of its argument list.
- getOwner() - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Fallback access method that allows modules to refer to the
ObjectMapper
that provided this context.
- getParameter(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getParameterAnnotations(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getParameterCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getParameterCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getParameterCount() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getParameters(Object[]) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.JavaType
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
No parameterization for array types themselves; element type
may obviously have parameterization.
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.MapType
-
- getParameterSource() - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- getParameterType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getParser() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for accessing the currently active parser.
- getParser() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Accessor for getting underlying parser this iterator uses.
- getParserSchema() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Accessor for accessing
FormatSchema
that the underlying parser
(as per
MappingIterator.getParser()
) is using, if any; only parser of schema-aware
formats use schemas.
- getParsingContext() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getParsingContext() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getPath() - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method for accessing full structural path within type hierarchy
down to problematic property.
- getPathReference() - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method for accesing description of path that lead to the
problem that triggered this exception
- getPathReference(StringBuilder) - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- getPojo() - Method in class com.fasterxml.jackson.databind.node.POJONode
-
Method that can be used to access the POJO this node wraps.
- getPrefix() - Method in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
- getPrimaryMember() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to find the property member (getter, setter, field) that has
the highest precedence in current context (getter method when serializing,
if available, and so forth), if any.
- getPrimaryMember() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getPrimaryMember() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getProblemHandlers() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method for getting head of the problem handler chain.
- getProperties() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Method that allows accessing all properties that this
builder currently contains.
- getProperties() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getProperties() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getPropertiesInInsertionOrder() - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Method that will re-create initial insertion-ordering of
properties contained in this map.
- getProperty() - Method in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- getPropertyCount() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Accessor for checking number of deserialized properties.
- getPropertyIndex() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Method for accessing unique index of this property; indexes are
assigned once all properties of a
BeanDeserializer
have
been collected.
- getPropertyMap() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getPropertyName() - Method in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Convenience method for accessing logical property name that could
not be mapped.
- getPropertyName() - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.TypeDeserializer
-
Name of property that contains type information, if
property-based inclusion is used.
- getPropertyName() - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Name of property that contains type information, if
property-based inclusion is used.
- getPropertyNamingStrategy() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getPropertyNamingStrategy() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getPropertyNamingStrategy() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getPropertyType() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getPropertyType() - Method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
- getProvider() - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor.Base
-
- getProvider() - Method in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWithSerializerProvider
-
- getProvider() - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor.Base
-
- getProvider() - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor.Base
-
- getRawClass() - Method in class com.fasterxml.jackson.databind.JavaType
-
- getRawClass() - Method in class com.fasterxml.jackson.databind.type.HierarchicType
-
- getRawParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getRawParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getRawParameterType(int) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getRawParameterTypes() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getRawReturnType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getRawSerializationType() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
"Raw" type (type-erased class) of the annotated element; definition
of what exactly this means depends on sub-class.
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
For methods, this returns declared return type, which is only
useful with getters (setters do not usually return anything;
hence "void" type is returned here)
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getRawType() - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getReader() - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Accessor for JsonFactory
that represents format that data matched.
- getReadOnlyLookupMap() - Method in class com.fasterxml.jackson.databind.ser.SerializerCache
-
Method that can be called to get a read-only instance populated from the
most recent version of the shared lookup Map.
- getReferringClass() - Method in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Method for accessing type (class) that is missing definition to allow
binding of the unrecognized property.
- getRequired() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- getResolverType() - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- getRFC1123Format(TimeZone, Locale) - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Method for getting a non-shared DateFormat instance
that uses specific timezone and can handle RFC-1123
compliant date format.
- getRFC1123Format(TimeZone) - Static method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Deprecated.
Since 2.4; use variant that takes Locale
- getRoid() - Method in exception com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
-
- getRootCause(Throwable) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method that can be used to find the "root cause", innermost
of chained (wrapped) exceptions.
- getRootName() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ext.DOMSerializer
-
- getSchema(SerializerProvider, Type) - Method in interface com.fasterxml.jackson.databind.jsonschema.SchemaAware
-
Get the representation of the schema to which this serializer will conform.
- getSchema(SerializerProvider, Type, boolean) - Method in interface com.fasterxml.jackson.databind.jsonschema.SchemaAware
-
Get the representation of the schema to which this serializer will conform.
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.impl.FailingSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.impl.UnknownSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Deprecated.
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.BooleanSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.ClassSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.FileSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.NullSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.NumberSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.RawSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.SerializableSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.SqlTimeSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ByteArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- getSchema(SerializerProvider, Type, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicBooleanSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicIntegerSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicLongSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdJdkSerializers.AtomicReferenceSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdKeySerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdScalarSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Default implementation simply claims type is "string"; usually
overriden by custom serializers.
- getSchema(SerializerProvider, Type, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Default implementation simply claims type is "string"; usually
overriden by custom serializers.
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.StringSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.TokenBufferSerializer
-
- getSchema(SerializerProvider, Type) - Method in class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
-
- getSchemaNode() - Method in class com.fasterxml.jackson.databind.jsonschema.JsonSchema
-
Deprecated.
Method for accessing root JSON object of the contained schema.
- getScope() - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- getSerializationConfig() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that returns the shared default
SerializationConfig
object that defines configuration settings for serialization.
- getSerializationFeatures() - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- getSerializationInclusion() - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- getSerializationType() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getSerializationType() - Method in class com.fasterxml.jackson.databind.util.JSONPObject
-
- getSerializationType() - Method in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
- getSerializationView() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getSerializedName() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getSerializer() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getSerializerFactory() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getSerializerProvider() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- getSetter() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
- getSetter() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getSetter() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- getShortBuilder() - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
- getSimpleName() - Method in class com.fasterxml.jackson.databind.PropertyName
-
- getStaticMethods() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- getStdKeySerializer(SerializationConfig, Class<?>, boolean) - Static method in class com.fasterxml.jackson.databind.ser.std.StdKeySerializers
-
- getStdKeySerializer(JavaType) - Static method in class com.fasterxml.jackson.databind.ser.std.StdKeySerializers
-
- getSubType() - Method in class com.fasterxml.jackson.databind.type.HierarchicType
-
- getSubtypeResolver() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getSubtypeResolver() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Accessor for object used for finding out all reachable subtypes
for supertypes; needed when a logical type name is used instead
of class name (or custom scheme).
- getSubtypeResolver() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for accessing subtype resolver in use.
- getSuffix() - Method in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
- getSuperType() - Method in class com.fasterxml.jackson.databind.type.HierarchicType
-
- getTargetType() - Method in exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
- getText() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getText() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTextCharacters() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getTextCharacters() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTextLength() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getTextLength() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTextOffset() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getTextOffset() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTimeZone() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getTimeZone() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for accessing the default
TimeZone
to use
for formatting, unless overridden by local annotations.
- getTimeZone() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method for accessing default TimeZone to use: convenience method for
- getTimeZone() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method for accessing default TimeZone to use: convenience method for
- getTokenLocation() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- getTokenLocation() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTrue() - Static method in class com.fasterxml.jackson.databind.node.BooleanNode
-
- getType() - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
-
- getType() - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for accessing declared type of bean being introspected,
including full generic type information (from declaration)
- getType() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Method to get declared type of the property.
- getType() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getType() - Method in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- getType() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getType() - Method in class com.fasterxml.jackson.databind.deser.UnresolvedId
-
The type of object which was expected.
- getType(TypeBindings) - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Full generic type of the annotated element; definition
of what exactly this means depends on sub-class.
- getType(TypeBindings) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
As per [JACKSON-468], we need to also allow declaration of local
type bindings; mostly it will allow defining bounds.
- getType(TypeBindings) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
As per [JACKSON-468], we need to also allow declaration of local
type bindings; mostly it will allow defining bounds.
- getType(TypeBindings, TypeVariable<?>[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
- getType() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- getType() - Method in class com.fasterxml.jackson.databind.jsontype.NamedType
-
- getType() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.DatabindContext
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- getTypeFactory() - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Accessor for finding
TypeFactory
that is currently configured
by the context.
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Accessor for getting currently configured
TypeFactory
instance.
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- getTypeFactory() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- getTypeHandler() - Method in class com.fasterxml.jackson.databind.JavaType
-
Method for accessing type handler associated with this type, if any
- getTypeHandler() - Method in class com.fasterxml.jackson.databind.type.TypeBase
-
- getTypeId() - Method in class com.fasterxml.jackson.databind.Module
-
Method that returns an id that may be used to determine if two
Module
instances are considered to be of same type, for purpose of preventing
multiple registrations of "same type of" module
(see
MapperFeature.IGNORE_DUPLICATE_MODULE_REGISTRATIONS
)
If `null` is returned, every instance is considered unique.
- getTypeId() - Method in class com.fasterxml.jackson.databind.module.SimpleModule
-
Since instances are likely to be custom, implementation returns
null
if (but only if!) this class is directly instantiated;
but class name (default impl) for sub-classes.
- getTypeId() - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- getTypeId() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- getTypeIdResolver() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- getTypeIdResolver() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- getTypeIdResolver() - Method in class com.fasterxml.jackson.databind.jsontype.TypeDeserializer
-
Accessor for object that handles conversions between
types and matching type ids.
- getTypeIdResolver() - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Accessor for object that handles conversions between
types and matching type ids.
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeDeserializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.TypeDeserializer
-
Accessor for type information inclusion method
that deserializer uses; indicates how type information
is (expected to be) embedded in JSON input.
- getTypeInclusion() - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Accessor for type information inclusion method
that serializer uses; indicates how type information
is embedded in resulting JSON.
- getTypeProperty() - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- getTypeResolverBuilder() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getUnknownTypeSerializer(Class<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method called to get the serializer to use if provider
can not determine an actual type-specific serializer
to use; typically when none of
SerializerFactory
instances are able to construct a serializer.
- getUnrecognizedPropertyName() - Method in exception com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException
-
- getUnresolvedId() - Method in exception com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
-
- getUnresolvedIds() - Method in exception com.fasterxml.jackson.databind.deser.UnresolvedForwardReference
-
- getValue() - Method in exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
Optional method that can be used to access the value of
this member on given object, if this is a supported
operation for member type.
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- getValue(Object) - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- getValue() - Method in class com.fasterxml.jackson.databind.util.JSONPObject
-
- getValue() - Method in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
- getValueClass() - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- getValueDeserializer() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getValueHandler() - Method in class com.fasterxml.jackson.databind.JavaType
-
Method for accessing value handler associated with this type, if any
- getValueHandler() - Method in class com.fasterxml.jackson.databind.type.TypeBase
-
- getValueInstantiator() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- getValueInstantiator() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- getValueType() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- getValueType() - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- getValueType() - Method in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
- getValueType() - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Exact structured type deserializer handles, if known.
- getValueTypeDesc() - Method in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector.Vanilla
-
- getValueTypeDesc() - Method in class com.fasterxml.jackson.databind.deser.std.JsonLocationInstantiator
-
- getValueTypeDesc() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getValueTypeDesc() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that returns description of the value type this instantiator
handles.
- getValueTypeDeserializer() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getViews() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getVisibilityChecker() - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- getVisibilityChecker() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for accessing currently configured visibility checker;
object used for determining whether given property element
(method, field, constructor) can be auto-detected or not.
- getWithArgsCreator() - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- getWithArgsCreator() - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
Method that can be called to try to access member (constructor,
static factory method) that is used as the "non-default creator"
(constructor or factory method that takes one or more arguments).
- getWrapperName() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
If property is indicated to be wrapped, name of
wrapper element to use.
- getWrapperName() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- getWrapperName() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- getWrapperName() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Accessor for finding wrapper name to use for property (if any).
- getWrapperName() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- getWrapperName() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- getWrapperName() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- id - Variable in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
Deprecated.
- id - Variable in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- idFromBaseType() - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
- idFromBaseType() - Method in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
Method that can be called to figure out type id to use for instances
of base type (declared type of property).
- idFromValue(Object) - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- idFromValue(Object) - Method in class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
-
- idFromValue(Object) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- idFromValue(Object) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- idFromValue(Object) - Method in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
Method called to serialize type of the type of given value
as a String to include in serialized JSON content.
- idFromValueAndType(Object, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- idFromValueAndType(Object, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- idFromValueAndType(Object, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- idFromValueAndType(Object, Class<?>) - Method in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
Alternative method used for determining type from combination of
value and type, using suggested type (that serializer provides)
and possibly value of that type.
- idProperty - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
- idResolver(MapperConfig<?>, JavaType, Collection<NamedType>, boolean, boolean) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
Helper method that will either return configured custom
type id resolver, or construct a standard resolver
given configuration.
- idType - Variable in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
- idWritten - Variable in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- IgnoredPropertyException - Exception in com.fasterxml.jackson.databind.exc
-
Specialized
JsonMappingException
sub-class used to indicate
case where an explicitly ignored property is encountered, and mapper
is configured to consider this an error.
- IgnoredPropertyException(String, JsonLocation, Class<?>, String, Collection<Object>) - Constructor for exception com.fasterxml.jackson.databind.exc.IgnoredPropertyException
-
- include(BeanPropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
-
- include(PropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
-
- include(BeanPropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
Method called to determine whether property will be included
(if 'true' returned) or filtered out (if 'false' returned)
- include(PropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
Method called to determine whether property will be included
(if 'true' returned) or filtered out (if 'false' returned)
- include(BeanPropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
-
- include(PropertyWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
-
- includeElement(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter
-
Method that defines what to do with container elements
(values contained in an array or
Collection
:
default implementation simply writes them out.
- inclusion(JsonTypeInfo.As) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- inclusion(JsonTypeInfo.As) - Method in interface com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder
-
Method for specifying mechanism to use for including type metadata
in JSON.
- IndexedListSerializer - Class in com.fasterxml.jackson.databind.ser.impl
-
This is an optimized serializer for Lists that can be efficiently
traversed by index (as opposed to others, such as
LinkedList
that can not}.
- IndexedListSerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - Constructor for class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
- IndexedListSerializer(IndexedListSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
- IndexedStringListSerializer - Class in com.fasterxml.jackson.databind.ser.impl
-
Efficient implement for serializing
List
s that contains Strings and are random-accessible.
- IndexedStringListSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- IndexedStringListSerializer(JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- InetAddressSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
- InetAddressSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.std.InetAddressSerializer
-
- InetSocketAddressSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
- InetSocketAddressSerializer() - Constructor for class com.fasterxml.jackson.databind.ser.std.InetSocketAddressSerializer
-
- init(JsonTypeInfo.Id, TypeIdResolver) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- init(JavaType) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
- init(JavaType) - Method in interface com.fasterxml.jackson.databind.jsontype.TypeIdResolver
-
Method that will be called once before any type resolution calls;
used to initialize instance with configuration.
- init(JsonTypeInfo.Id, TypeIdResolver) - Method in interface com.fasterxml.jackson.databind.jsontype.TypeResolverBuilder
-
Initialization method that is called right after constructing
the builder instance.
- init(boolean) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- initialCapacity() - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
Helper method that can be used to check how much free capacity
will this instance start with.
- initialize(JsonParser) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method called by
ObjectMapper
and
ObjectReader
to modify those
JsonParser.Feature
settings
that have been configured via this config instance.
- initialize(JsonGenerator) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Method called by
ObjectMapper
and
ObjectWriter
to modify those
JsonGenerator.Feature
settings
that have been configured via this config instance.
- inject(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Method to find value to inject, and inject it to this property.
- inject(SettableBeanProperty[]) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- inject(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.impl.ValueInjector
-
- InjectableValues - Class in com.fasterxml.jackson.databind
-
Abstract class that defines API for objects that provide value to
"inject" during deserialization.
- InjectableValues() - Constructor for class com.fasterxml.jackson.databind.InjectableValues
-
- InjectableValues.Std - Class in com.fasterxml.jackson.databind
-
Simple standard implementation which uses a simple Map to
store values to inject, identified by simple String keys.
- InjectableValues.Std() - Constructor for class com.fasterxml.jackson.databind.InjectableValues.Std
-
- InjectableValues.Std(Map<String, Object>) - Constructor for class com.fasterxml.jackson.databind.InjectableValues.Std
-
- injectValues(DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- InnerClassProperty - Class in com.fasterxml.jackson.databind.deser.impl
-
This sub-class is used to handle special case of value being a
non-static inner class.
- InnerClassProperty(SettableBeanProperty, Constructor<?>) - Constructor for class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- InnerClassProperty(InnerClassProperty, AnnotatedConstructor) - Constructor for class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
Constructor used with JDK Serialization; needed to handle transient
Constructor, wrap/unwrap in/out-of Annotated variant.
- InnerClassProperty(InnerClassProperty, JsonDeserializer<?>) - Constructor for class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- InnerClassProperty(InnerClassProperty, PropertyName) - Constructor for class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- insert(int, JsonNode) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method for inserting specified child node as an element
of this Array.
- insert(int, int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified numeric value
at specified position in this array.
- insert(int, Integer) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Alternative method that we need to avoid bumping into NPE issues
with auto-unboxing.
- insert(int, long) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified numeric value
at specified position in this array.
- insert(int, Long) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Alternative method that we need to avoid bumping into NPE issues
with auto-unboxing.
- insert(int, float) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified numeric value
at specified position in this array.
- insert(int, Float) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Alternative method that we need to avoid bumping into NPE issues
with auto-unboxing.
- insert(int, double) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified numeric value
at specified position in this array.
- insert(int, Double) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Alternative method that we need to avoid bumping into NPE issues
with auto-unboxing.
- insert(int, BigDecimal) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified numeric value
at specified position in this array.
- insert(int, String) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified String
at specified position in this array.
- insert(int, boolean) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified String
at specified position in this array.
- insert(int, Boolean) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Alternative method that we need to avoid bumping into NPE issues
with auto-unboxing.
- insert(int, byte[]) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert specified binary value
at specified position in this array
(note: when written as JSON, will be Base64 encoded)
- insertAnnotationIntrospector(AnnotationIntrospector) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Method for registering specified
AnnotationIntrospector
as the highest
priority introspector (will be chained with existing introspector(s) which
will be used as fallbacks for cases this introspector does not handle)
- insertArray(int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method for creating an array node, inserting it at the
specified point in the array,
and returning the newly created array
(note: NOT 'this' array)
- insertId(Object, Object) - Method in class com.fasterxml.jackson.databind.util.ObjectIdMap
-
- insertInList(T[], T) - Static method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
Helper method for constructing a new array that contains specified
element followed by contents of the given array.
- insertInListNoDup(T[], T) - Static method in class com.fasterxml.jackson.databind.util.ArrayBuilders
-
Helper method for constructing a new array that contains specified
element followed by contents of the given array but never contains
duplicates.
- insertNull(int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will insert a null value
at specified position in this array.
- insertObject(int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method for creating an
ObjectNode
, appending it at the end
of this array, and returning the
newly created node
(note: NOT 'this' array)
- insertPOJO(int, Object) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method that will construct a POJONode and
insert it at specified position in this array.
- instance - Static variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Globally shareable thread-safe instance which has no additional custom deserializers
registered
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.NullifyingDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigDecimalDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.BigIntegerDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.NumberDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.StringDeserializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
Deprecated.
Since 2.3, construct a new instance, needs to be resolved
- instance - Static variable in class com.fasterxml.jackson.databind.ext.OptionalHandlerFactory
-
- instance - Static variable in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
Deprecated.
- instance - Static variable in class com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector
-
Static immutable and shareable instance that can be used as
"null" introspector: one that never finds any annotation
information.
- instance - Static variable in class com.fasterxml.jackson.databind.node.JsonNodeFactory
-
Default singleton instance that construct "standard" node instances:
given that this class is stateless, a globally shared singleton
can be used.
- instance - Static variable in class com.fasterxml.jackson.databind.node.NullNode
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Like
BasicSerializerFactory
, this factory is stateless, and
thus a single shared global (== singleton) instance can be used
without thread-safety issues.
- instance - Static variable in class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- instance() - Method in class com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.DateSerializer
-
Default instance that is used when no contextual configuration
is needed.
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.NullSerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.NumberSerializer
-
Static instance that is only to be used for
Number
.
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.SerializableSerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.CalendarKeySerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.StdKeySerializers.DateKeySerializer
-
- instance - Static variable in class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
-
Singleton instance to use.
- instance - Static variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
Globally shared singleton.
- instance() - Static method in class com.fasterxml.jackson.databind.util.EmptyIterator
-
- instance - Static variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
A singleton instance can be used for cloning purposes, as a blueprint of sorts.
- instantiateBean(boolean) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method called to create a "default instance" of the bean, currently
only needed for obtaining default field values which may be used for
suppressing serialization of fields that have "not changed".
- instantiateBean(boolean) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- instantiationException(Class<?>, Throwable) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method for constructing instantiation exception for specified type,
to indicate problem with physically constructing instance of
specified class (missing constructor, exception from constructor)
- instantiationException(Class<?>, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- INT_DESC - Static variable in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- internalMap() - Method in class com.fasterxml.jackson.databind.util.EnumValues
-
Method used for serialization and introspection by core Jackson code.
- internSimpleName() - Method in class com.fasterxml.jackson.databind.PropertyName
-
- IntNode - Class in com.fasterxml.jackson.databind.node
-
Numeric node that contains simple 32-bit integer values.
- IntNode(int) - Constructor for class com.fasterxml.jackson.databind.node.IntNode
-
- introspect(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method that will introspect full bean properties for the purpose
of building a bean deserializer
- introspect(JavaType) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Method that will introspect full bean properties for the purpose
of building a bean serializer
- introspectClassAnnotations(Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for getting bean description that only contains class
annotations: useful if no getter/setter/creator information is needed.
- introspectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for getting bean description that only contains class
annotations: useful if no getter/setter/creator information is needed.
- introspectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Accessor for getting bean description that only contains class
annotations: useful if no getter/setter/creator information is needed.
- introspectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Accessor for getting bean description that only contains class
annotations: useful if no getter/setter/creator information is needed.
- introspectDirectClassAnnotations(Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for getting bean description that only contains immediate class
annotations: ones from the class, and its direct mix-in, if any, but
not from super types.
- introspectDirectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for getting bean description that only contains immediate class
annotations: ones from the class, and its direct mix-in, if any, but
not from super types.
- introspectDirectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Accessor for getting bean description that only contains immediate class
annotations: ones from the class, and its direct mix-in, if any, but
not from super types.
- introspectDirectClassAnnotations(JavaType) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Accessor for getting bean description that only contains immediate class
annotations: ones from the class, and its direct mix-in, if any, but
not from super types.
- introspectForBuilder(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- introspectForCreation(JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method that will introspect subset of bean properties needed to
construct bean instance.
- intValue() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Returns integer value for this node,
if and only if
this node is numeric (
JsonNode.isNumber()
returns true).
- intValue() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.NumericNode
-
- intValue() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- InvalidFormatException - Exception in com.fasterxml.jackson.databind.exc
-
Specialized sub-class of
JsonMappingException
that is used when the underlying problem appears to be that
of bad formatting of a value to deserialize.
- InvalidFormatException(String, Object, Class<?>) - Constructor for exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
- InvalidFormatException(String, JsonLocation, Object, Class<?>) - Constructor for exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
- isAbstract() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isAbstract() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
For some odd reason, modifiers for array classes would
claim they are abstract types.
- isAnnotationBundle(Annotation) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given annotation is considered an
annotation bundle: if so, all meta-annotations it has will
be used instead of annotation ("bundle") itself.
- isAnnotationBundle(Annotation) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- isAnnotationBundle(Annotation) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
Annotations with meta-annotation JacksonAnnotationsInside
are considered bundles.
- isAnnotationProcessingEnabled() - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for determining whether annotation processing is enabled or not
(default settings are typically that it is enabled; must explicitly disable).
- isArray() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isArrayType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isArrayType() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- isBackReference() - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
-
- isBigDecimal() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isBigDecimal() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- isBigInteger() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isBigInteger() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- isBinary() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check if this node represents
binary data (Base64 encoded).
- isBogusClass(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isBoolean() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check if this node was created from
JSON boolean value (literals "true" and "false").
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
-
Because of costs associated with constructing Enum resolvers,
let's cache instances by default.
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
Because of costs associated with constructing Enum resolvers,
let's cache instances by default.
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
Because of costs associated with constructing Enum resolvers,
let's cache instances by default.
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Turns out that these are expensive enough to create so that caching
does make sense.
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- isCachable() - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Method called to see if deserializer instance is cachable and
usable for other properties of same type (type for which instance
was created).
- isCglibGetCallbacks(AnnotatedMethod) - Static method in class com.fasterxml.jackson.databind.util.BeanUtil
-
This method was added to address [JACKSON-53]: need to weed out
CGLib-injected "getCallbacks".
- isClosed() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- isClosed() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- isClosed() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- isCollectionLikeType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isCollectionLikeType() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- isCollectionMapOrArray(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isComplete() - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- isConcrete() - Method in class com.fasterxml.jackson.databind.JavaType
-
Convenience method for checking whether underlying Java type
is a concrete class or not: abstract classes and interfaces
are not.
- isConcrete() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
For some odd reason, modifiers for array classes would
claim they are abstract types.
- isConcrete(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method that checks if given class is a concrete one;
that is, not an interface or abstract class.
- isConcrete(Member) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isContainerNode() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isContainerType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isContainerType() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- isContainerType() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- isContainerType() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- isContainerType() - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- isCreatorVisible(Member) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Method for checking whether given method is auto-detectable
as Creator, with respect to its visibility (not considering
method signature or name, just visibility)
- isCreatorVisible(AnnotatedMember) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
- isCreatorVisible(Member) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isCreatorVisible(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isDefaultDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Method that can be called to determine if given deserializer is the default
deserializer Jackson uses; as opposed to a custom deserializer installed by
a module or calling application.
- isDefaultKeyDeserializer(KeyDeserializer) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- isDefaultSerializer(JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Method that can be called to determine if given serializer is the default
serializer Jackson uses; as opposed to a custom serializer installed by
a module or calling application.
- isDouble() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isDouble() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- isEmpty(XMLGregorianCalendar) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
Deprecated.
- isEmpty(SerializerProvider, XMLGregorianCalendar) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- isEmpty() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- isEmpty(T) - Method in class com.fasterxml.jackson.databind.JsonSerializer
-
- isEmpty(SerializerProvider, T) - Method in class com.fasterxml.jackson.databind.JsonSerializer
-
Method called to check whether given serializable value is
considered "empty" value (for purposes of suppressing serialization
of empty values).
- isEmpty() - Method in class com.fasterxml.jackson.databind.PropertyName
-
Method that is basically equivalent of:
- isEmpty(T) - Method in class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Deprecated.
- isEmpty(SerializerProvider, List<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
- isEmpty(SerializerProvider, Iterator<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
- isEmpty(SerializerProvider, Map.Entry<?, ?>) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- isEmpty(SerializerProvider, String[]) - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
- isEmpty(SerializerProvider, Collection<?>) - Method in class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
-
- isEmpty(T) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- isEmpty(SerializerProvider, EnumMap<? extends Enum<?>, ?>) - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- isEmpty(SerializerProvider, EnumSet<? extends Enum<?>>) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
-
- isEmpty(SerializerProvider, Iterable<?>) - Method in class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
- isEmpty(SerializerProvider, Map<?, ?>) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- isEmpty(SerializerProvider, Object[]) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- isEmpty(T) - Method in class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
-
Deprecated.
- isEmpty(SerializerProvider, T) - Method in class com.fasterxml.jackson.databind.ser.std.StaticListSerializerBase
-
- isEmpty(SerializerProvider, boolean[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
-
- isEmpty(SerializerProvider, byte[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ByteArraySerializer
-
- isEmpty(SerializerProvider, char[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.CharArraySerializer
-
- isEmpty(SerializerProvider, double[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
-
- isEmpty(SerializerProvider, float[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
-
- isEmpty(SerializerProvider, int[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
-
- isEmpty(SerializerProvider, long[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
-
- isEmpty(SerializerProvider, short[]) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
-
- isEmpty(Object) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Deprecated.
- isEmpty(SerializerProvider, Object) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- isEmpty(String) - Method in class com.fasterxml.jackson.databind.ser.std.StringSerializer
-
Deprecated.
- isEmpty(SerializerProvider, String) - Method in class com.fasterxml.jackson.databind.ser.std.StringSerializer
-
- isEmpty(Object) - Method in class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
-
Deprecated.
- isEmpty(SerializerProvider, Object) - Method in class com.fasterxml.jackson.databind.ser.std.ToStringSerializer
-
- isEmpty(UUID) - Method in class com.fasterxml.jackson.databind.ser.std.UUIDSerializer
-
Deprecated.
- isEmpty(SerializerProvider, UUID) - Method in class com.fasterxml.jackson.databind.ser.std.UUIDSerializer
-
- isEnabled(MapperFeature) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Accessor for simple mapper features (which are shared for
serialization, deserialization)
- isEnabled(MapperFeature) - Method in class com.fasterxml.jackson.databind.DatabindContext
-
Convenience method for checking whether specified serialization
feature is enabled or not.
- isEnabled(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- isEnabled(JsonParser.Feature, JsonFactory) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- isEnabled(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method for checking whether specified on/off
feature is enabled
- isEnabled(MapperFeature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(DeserializationFeature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(SerializationFeature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(JsonFactory.Feature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(JsonParser.Feature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(JsonGenerator.Feature) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
- isEnabled(MapperFeature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- isEnabled(SerializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for checking whether given serialization-specific
feature is enabled.
- isEnabled(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for checking whether given deserialization-specific
feature is enabled.
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- isEnabled(JsonFactory.Feature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method, equivalent to:
- isEnabled(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- isEnabled(MapperFeature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- isEnabled(SerializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- isEnabled(MapperFeature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- isEnabled(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- isEnabled(SerializationFeature) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- isEnabled(JsonGenerator.Feature, JsonFactory) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Accessor method that first checks if we have any overrides
for feature, and only if not, checks state of passed-in
factory.
- isEnabled(SerializationFeature) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Convenience method for checking whether specified serialization
feature is enabled or not.
- isEnabled(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- isEnumType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isExplicitlyIncluded() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Accessor that can be called to check whether property was included
due to an explicit marker (usually annotation), or just by naming
convention.
- isExplicitlyIncluded() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- isExplicitlyIncluded() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- isExplicitlyNamed() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Accessor that can be called to check whether property name was
due to an explicit marker (usually annotation), or just by naming
convention or use of "use-default-name" marker (annotation).
- isExplicitlyNamed() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- isExplicitlyNamed() - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- isFactoryMethod(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- isFieldVisible(Field) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Method for checking whether given field is auto-detectable
as property, with respect to its visibility (not considering
method signature or name, just visibility)
- isFieldVisible(AnnotatedField) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
- isFieldVisible(Field) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isFieldVisible(AnnotatedField) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isFinal() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isFloat() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isFloat() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- isFloatingPointNumber() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isFloatingPointNumber() - Method in class com.fasterxml.jackson.databind.node.DecimalNode
-
- isFloatingPointNumber() - Method in class com.fasterxml.jackson.databind.node.DoubleNode
-
- isFloatingPointNumber() - Method in class com.fasterxml.jackson.databind.node.FloatNode
-
- isGeneric() - Method in class com.fasterxml.jackson.databind.type.HierarchicType
-
- isGetterVisible(Method) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Method for checking whether given method is auto-detectable
as regular getter, with respect to its visibility (not considering
method signature or name, just visibility)
- isGetterVisible(AnnotatedMethod) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
- isGetterVisible(Method) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isGetterVisible(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isGroovyMetaClassGetter(AnnotatedMethod) - Static method in class com.fasterxml.jackson.databind.util.BeanUtil
-
Another helper method to deal with rest of [JACKSON-103]
- isGroovyMetaClassSetter(AnnotatedMethod) - Static method in class com.fasterxml.jackson.databind.util.BeanUtil
-
- isIgnorableType(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether properties that have specified type
(class, not generics aware) should be completely ignored for
serialization and deserialization purposes.
- isIgnorableType(DeserializationConfig, BeanDescription, Class<?>, Map<Class<?>, Boolean>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Helper method that will check whether given raw type is marked as always ignorable
(for purpose of ignoring properties with type)
- isIgnorableType(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- isIgnorableType(AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- isIndexedList(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- isInt() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check whether contained value
is a number represented as Java int
.
- isInt() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- isIntegralNumber() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isIntegralNumber() - Method in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- isIntegralNumber() - Method in class com.fasterxml.jackson.databind.node.IntNode
-
- isIntegralNumber() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- isIntegralNumber() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- isInterface() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isIsGetterVisible(Method) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Method for checking whether given method is auto-detectable
as is-getter, with respect to its visibility (not considering
method signature or name, just visibility)
- isIsGetterVisible(AnnotatedMethod) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
- isIsGetterVisible(Method) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isIsGetterVisible(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isJacksonStdImpl(Object) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Method that can be called to determine if given Object is the default
implementation Jackson uses; as opposed to a custom serializer installed by
a module or calling application.
- isJacksonStdImpl(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isLocalType(Class<?>, boolean) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isLong() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check whether contained value
is a number represented as Java long
.
- isLong() - Method in class com.fasterxml.jackson.databind.node.LongNode
-
- isManagedReference() - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty
-
- isMapLikeType() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isMapLikeType() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- isMissingNode() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isNaturalTypeWithStdHandling(Class<?>, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- isNonStaticInnerClass(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
- isNull() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check if this node was created from
JSON literal null value.
- isNumber() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- ISO8601DateFormat - Class in com.fasterxml.jackson.databind.util
-
Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY.
- ISO8601DateFormat() - Constructor for class com.fasterxml.jackson.databind.util.ISO8601DateFormat
-
- ISO8601Utils - Class in com.fasterxml.jackson.databind.util
-
Utilities methods for manipulating dates in iso8601 format.
- ISO8601Utils() - Constructor for class com.fasterxml.jackson.databind.util.ISO8601Utils
-
- isObject() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isPojo() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check if the node is a wrapper
for a POJO ("Plain Old Java Object" aka "bean".
- isPotentialBeanType(Class<?>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Helper method used to skip processing for types that we know
can not be (i.e.
- isPotentialBeanType(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Helper method used to skip processing for types that we know
can not be (i.e.
- isPrimitive() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isProxyType(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method used to weed out dynamic Proxy types; types that do
not expose concrete method API that we could use to figure out
automatic Bean (property) based serialization.
- isPublic() - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
- isRequired() - Method in interface com.fasterxml.jackson.databind.BeanProperty
-
Whether value for property is marked as required using
annotations or associated schema.
- isRequired() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- isRequired() - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- isRequired() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to check if this property is expected to have a value;
and if none found, should either be considered invalid (and most likely
fail deserialization), or handled by other means (by providing default
value)
- isRequired() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- isRequired() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- isSetterVisible(Method) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Method for checking whether given method is auto-detectable
as setter, with respect to its visibility (not considering
method signature or name, just visibility)
- isSetterVisible(AnnotatedMethod) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
- isSetterVisible(Method) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isSetterVisible(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- isShort() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be used to check whether contained value
is a number represented as Java short
.
- isShort() - Method in class com.fasterxml.jackson.databind.node.ShortNode
-
- isTextual() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that checks whether this node represents basic JSON String
value.
- isThrowable() - Method in class com.fasterxml.jackson.databind.JavaType
-
- isTrueCollectionType() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
Method that can be used for checking whether this type is a
"real" Collection type; meaning whether it represents a parameterized
subtype of
Collection
or just something that acts
like one.
- isTrueMapType() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
Method that can be used for checking whether this type is a
"real" Collection type; meaning whether it represents a parameterized
subtype of
Collection
or just something that acts
like one.
- isTypeId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method for checking whether given accessor claims to represent
type id: if so, its value may be used as an override,
instead of generated type id.
- isTypeId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- isTypeId() - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method used to check whether this logical property has a marker
to indicate it should be used as the type id for polymorphic type
handling.
- isTypeId(AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- isTypeId() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- isTypeIdVisible() - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- isUnknownTypeSerializer(JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- isUnwrapping() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Accessor that will return true if this bean property has to support
"unwrapping"; ability to replace POJO structural wrapping with optional
name prefix and/or suffix (or in some cases, just removal of wrapper name).
- isUnwrapping() - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
- isUnwrappingSerializer() - Method in class com.fasterxml.jackson.databind.JsonSerializer
-
Accessor for checking whether this serializer is an
"unwrapping" serializer; this is necessary to know since
it may also require caller to suppress writing of the
leading property name.
- isUnwrappingSerializer() - Method in class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
-
- isUnwrappingSerializer() - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
-
- isValidReferencePropertyName(String, JsonParser) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Convenience method, equivalent to calling:
readerInstance.generator.isValidReferencePropertyName(name, parser);
and used to determine whether Object Ids handled by the underlying
generator may be in form of (JSON) Objects.
- isValueNode() - Method in class com.fasterxml.jackson.databind.JsonNode
-
- isVirtual() - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
TODO: move to
BeanProperty
in near future, once all standard
implementations define it.
- isVirtual() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Note: will be defined in
BeanProperty
; as of now is not yet.
- isVirtual() - Method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
- isVisibleForView(Class<?>) - Method in class com.fasterxml.jackson.databind.util.ViewMatcher
-
- item - Variable in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
- itemsFormat(JsonFormatVisitable, JavaType) - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor.Base
-
- itemsFormat(JsonFormatTypes) - Method in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor.Base
-
- itemsFormat(JsonFormatVisitable, JavaType) - Method in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor
-
Visit method called for structured types, as well as possibly
for leaf types (especially if handled by custom serializers).
- itemsFormat(JsonFormatTypes) - Method in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor
-
- IterableSerializer - Class in com.fasterxml.jackson.databind.ser.std
-
- IterableSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
- IterableSerializer(IterableSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
- iterator() - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Accessor for traversing over all contained properties.
- iterator() - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- iterator() - Method in class com.fasterxml.jackson.databind.JsonNode
-
Same as calling
JsonNode.elements()
; implemented so that
convenience "for-each" loop can be used for looping over elements
of JSON Array constructs.
- iterator() - Method in class com.fasterxml.jackson.databind.util.ArrayIterator
-
- IteratorSerializer - Class in com.fasterxml.jackson.databind.ser.impl
-
- IteratorSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
- IteratorSerializer(IteratorSerializer, BeanProperty, TypeSerializer, JsonSerializer<?>) - Constructor for class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
- rawClass(Type) - Static method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Static helper method that can be called to figure out type-erased
call for given JDK type.
- RawSerializer<T> - Class in com.fasterxml.jackson.databind.ser.std
-
This is a simple dummy serializer that will just output raw values by calling
toString() on value to serialize.
- RawSerializer(Class<?>) - Constructor for class com.fasterxml.jackson.databind.ser.std.RawSerializer
-
Constructor takes in expected type of values; but since caller
typically can not really provide actual type parameter, we will
just take wild card and coerce type.
- rawType(int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- read() - Method in class com.fasterxml.jackson.databind.util.ByteBufferBackedInputStream
-
- read(byte[], int, int) - Method in class com.fasterxml.jackson.databind.util.ByteBufferBackedInputStream
-
- ReadableObjectId - Class in com.fasterxml.jackson.databind.deser.impl
-
Simple value container for containing information about single Object Id
during deserialization
- ReadableObjectId(Object) - Constructor for class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
Deprecated.
- ReadableObjectId(ObjectIdGenerator.IdKey) - Constructor for class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
- ReadableObjectId.Referring - Class in com.fasterxml.jackson.databind.deser.impl
-
- ReadableObjectId.Referring(UnresolvedForwardReference, Class<?>) - Constructor for class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId.Referring
-
- readAll() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Convenience method for reading all entries accessible via
this iterator; resulting container will be a
ArrayList
.
- readAll(L) - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Convenience method for reading all entries accessible via
this iterator
- readAll(C) - Method in class com.fasterxml.jackson.databind.MappingIterator
-
Convenience method for reading all entries accessible via
this iterator
- readBinaryValue(Base64Variant, OutputStream) - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- readBinaryValue(Base64Variant, OutputStream) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- reader() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
with
default settings.
- reader(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
with
specified feature enabled (compared to settings that this
mapper instance has).
- reader(DeserializationFeature, DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
with
specified features enabled (compared to settings that this
mapper instance has).
- reader(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
read or update instances of specified type
- reader(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
read or update instances of specified type
- reader(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
read or update instances of specified type
- reader(JsonNodeFactory) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- reader(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
pass specific schema object to
JsonParser
used for
reading content.
- reader(InjectableValues) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
use specified injectable values.
- reader(Base64Variant) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
use specified Base64 encoding variant for Base64-encoded binary data.
- reader(ContextAttributes) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
use specified default attributes.
- readerForUpdating(Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
update given Object (usually Bean, but can be a Collection or Map
as well, but NOT an array) with JSON data.
- readerWithView(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
deserialize objects using specified JSON View (filter).
- readIdProperty(String) - Method in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
Helper method called to see if given non-creator property is the "id property";
and if so, handle appropriately.
- readObjectReference(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Method called to read value that is expected to be an Object Reference
(that is, value of an Object Id used to refer to another object).
- ReadOnlyClassToSerializerMap - Class in com.fasterxml.jackson.databind.ser.impl
-
Optimized lookup table for accessing two types of serializers; typed
and non-typed.
- readPropertyValue(JsonParser, BeanProperty, Class<T>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method that may be used by composite or container deserializers,
for reading one-off values for the composite type, taking into account
annotations that the property (passed to this method -- usually property that
has custom serializer that called this method) has.
- readPropertyValue(JsonParser, BeanProperty, JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- readResolve() - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
Minor optimization: let's canonicalize back to placeholders in cases
where there is no real data to consider
- readResolve() - Method in class com.fasterxml.jackson.databind.PropertyName
-
- readResolve() - Method in class com.fasterxml.jackson.databind.util.LRUMap
-
- readResolve() - Method in class com.fasterxml.jackson.databind.util.RootNameLookup
-
Need to override to reproduce cache object via constructor, instead
of serialize/deserialize (since we do NOT want to retain cached data)
- readTree(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed
using set of
JsonNode
instances.
- readTree(InputStream) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed
using set of
JsonNode
instances.
- readTree(Reader) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed
using set of
JsonNode
instances.
- readTree(String) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed using set of
JsonNode
instances.
- readTree(byte[]) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed using set of
JsonNode
instances.
- readTree(File) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed using set of
JsonNode
instances.
- readTree(URL) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content as tree expressed using set of
JsonNode
instances.
- readTree(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that binds content read using given parser, using
configuration of this reader, except that content is bound as
JSON tree instead of configured root value type.
- readTree(InputStream) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that reads content from given input source,
using configuration of this reader, and binds it as JSON Tree.
- readTree(Reader) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that reads content from given input source,
using configuration of this reader, and binds it as JSON Tree.
- readTree(String) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that reads content from given JSON input String,
using configuration of this reader, and binds it as JSON Tree.
- readValue(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Convenience method that may be used by composite or container deserializers,
for reading one-off values contained (for sequences, it is more efficient
to actually fetch deserializer once for the whole collection).
- readValue(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- readValue(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content into a non-container
type (it can be an array type, however): typically a bean, array
or a wrapper type (like
Boolean
).
- readValue(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content into a Java type, reference
to which is passed as argument.
- readValue(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content into a Java type, reference
to which is passed as argument.
- readValue(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(File, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given file into given Java type.
- readValue(File, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given file into given Java type.
- readValue(File, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given file into given Java type.
- readValue(URL, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given resource into given Java type.
- readValue(URL, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given resource into given Java type.
- readValue(URL, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(String, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given JSON content String.
- readValue(String, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given JSON content String.
- readValue(String, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to deserialize JSON content from given JSON content String.
- readValue(Reader, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(Reader, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(Reader, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(InputStream, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(InputStream, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(InputStream, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], int, int, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], int, int, TypeReference) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(byte[], int, int, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValue(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read using given parser, using
configuration of this reader, including expected result type.
- readValue(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that binds content read using given parser, using
configuration of this reader, except that expected value type
is specified with the call (instead of currently configured root type).
- readValue(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that binds content read using given parser, using
configuration of this reader, except that expected value type
is specified with the call (instead of currently configured root type).
- readValue(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that binds content read using given parser, using
configuration of this reader, except that expected value type
is specified with the call (instead of currently configured root type).
- readValue(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValue(InputStream) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given input source,
using configuration of this reader.
- readValue(Reader) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given input source,
using configuration of this reader.
- readValue(String) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given JSON string,
using configuration of this reader.
- readValue(byte[]) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given byte array,
using configuration of this reader.
- readValue(byte[], int, int) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given byte array,
using configuration of this reader.
- readValue(File) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValue(URL) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method that binds content read from given input source,
using configuration of this reader.
- readValue(JsonNode) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method for converting results from given JSON tree into given
value type.
- readValues(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for reading sequence of Objects from parser stream.
- readValues(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValues(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- readValues(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for reading sequence of Objects from parser stream.
- readValues(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that is equivalent to:
- readValues(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that is equivalent to:
- readValues(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that is equivalent to:
- readValues(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Convenience method that is equivalent to:
- readValues(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for reading sequence of Objects from parser stream.
- readValues(InputStream) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for reading sequence of Objects from parser stream.
- readValues(Reader) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValues(String) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValues(byte[], int, int) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValues(byte[]) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValues(File) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- readValues(URL) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- referringProperties() - Method in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
- registerModule(Module) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for registering a module that can extend functionality
provided by this mapper; for example, by adding providers for
custom serializers and deserializers.
- registerModules(Module...) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method for registering specified modules in order;
functionally equivalent to:
- registerModules(Iterable<Module>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method for registering specified modules in order;
functionally equivalent to:
- registerSubtype(Class<?>, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- registerSubtypes(NamedType...) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
- registerSubtypes(Class<?>...) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
- registerSubtypes(NamedType...) - Method in class com.fasterxml.jackson.databind.jsontype.SubtypeResolver
-
Method for registering specified subtypes (possibly including type
names); for type entries without name, non-qualified class name
as used as name (unless overridden by annotation).
- registerSubtypes(Class<?>...) - Method in class com.fasterxml.jackson.databind.jsontype.SubtypeResolver
-
- registerSubtypes(Class<?>...) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Method for registering specified classes as subtypes (of supertype(s)
they have)
- registerSubtypes(NamedType...) - Method in interface com.fasterxml.jackson.databind.Module.SetupContext
-
Method for registering specified classes as subtypes (of supertype(s)
they have), using specified type names.
- registerSubtypes(Class<?>...) - Method in class com.fasterxml.jackson.databind.module.SimpleModule
-
Method for adding set of subtypes to be registered with
ObjectMapper
this is an alternative to using annotations in super type to indicate subtypes.
- registerSubtypes(NamedType...) - Method in class com.fasterxml.jackson.databind.module.SimpleModule
-
Method for adding set of subtypes (along with type name to use) to be registered with
ObjectMapper
this is an alternative to using annotations in super type to indicate subtypes.
- registerSubtypes(Class<?>...) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for registering specified class as a subtype, so that
typename-based resolution can link supertypes to subtypes
(as an alternative to using annotations).
- registerSubtypes(NamedType...) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method for registering specified class as a subtype, so that
typename-based resolution can link supertypes to subtypes
(as an alternative to using annotations).
- remove(SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Specialized method for removing specified existing entry.
- remove(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
Method called to remove specified method, assuming
it exists in the Map
- remove(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- remove() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder.MemberIterator
-
- remove() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
- remove(int) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method for removing an entry from this ArrayNode.
- remove(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing field entry from this ObjectNode.
- remove(Collection<String>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing specified field properties out of
this ObjectNode.
- remove() - Method in class com.fasterxml.jackson.databind.util.ArrayIterator
-
- remove() - Method in class com.fasterxml.jackson.databind.util.EmptyIterator
-
- removeAll() - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
Method for removing all elements of this array, leaving the
array empty.
- removeAll() - Method in class com.fasterxml.jackson.databind.node.ContainerNode
-
Method for removing all children container has (if any)
- removeAll() - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing all field properties, such that this
ObjectNode will contain no properties after call.
- removeConstructors() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Mutator that will simply drop any constructor parameters property may have.
- removeFilter(String) - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
- removeIgnorableTypes(SerializationConfig, BeanDescription, List<BeanPropertyDefinition>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method that will apply by-type limitations (as per [JACKSON-429]);
by default this is based on JsonIgnoreType
annotation but can be supplied by module-provided introspectors too.
- removeIgnored() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Method called to remove all entries that are marked as
ignored.
- removeInternalSetting(Object) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Method for removing entry for specified internal setting.
- removeNonVisible(boolean) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- removeProperty(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- removeProperty(String) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Method that can be used to prune unwanted properties, during
construction of serializers and deserializers.
- removeSetterlessGetters(SerializationConfig, BeanDescription, List<BeanPropertyDefinition>) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Helper method that will remove all properties that do not have a mutator.
- rename(NameTransformer) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- rename(NameTransformer) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
- renameAll(NameTransformer) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Factory method for constructing a map where all entries use given
prefix
- renameAll(NameTransformer) - Method in class com.fasterxml.jackson.databind.deser.impl.UnwrappedPropertyHandler
-
- replace(SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Specialized method that can be used to replace an existing entry
(note: entry MUST exist; otherwise exception is thrown) with
specified replacement.
- replace(String, JsonNode) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for replacing value of specific property with passed
value, and returning value (or null if none).
- replaceDelegatee(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- replaceDelegatee(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.JsonDeserializer
-
Method that can be called to try to replace deserializer this deserializer
delegates calls to.
- replaceDelegatee(JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.JsonSerializer
-
Method that can be called to try to replace serializer this serializer
delegates calls to.
- replaceParameterAnnotations(int, AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Method called by parameter object when an augmented instance is created;
needs to replace parameter with new instance
- replaceProperty(SettableBeanProperty, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Method that can be used to replace an existing property with
a modified one.
- reportProblem(String) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- reportUnknownProperty(Object, String, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method for reporting a problem with unhandled unknown exception
- reset(Object, Object, JsonSerializer<Object>, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
Deprecated.
Since 2.5, remove in 2.6
- reset(Object, JsonSerializer<Object>, JsonSerializer<Object>) - Method in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
Initialization method that needs to be called before passing
property to filter.
- reset(Class<?>) - Method in class com.fasterxml.jackson.databind.type.ClassKey
-
- resetAndStart() - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
Method called to start buffering process.
- resetAndStart() - Method in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- resetTyped(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- resetTyped(JavaType) - Method in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- resetUntyped(Class<?>) - Method in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- resetUntyped(JavaType) - Method in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- ResolvableDeserializer - Interface in com.fasterxml.jackson.databind.deser
-
Interface used to indicate deserializers that want to do post-processing
after construction but before being returned to caller (and possibly cached)
and used.
- ResolvableSerializer - Interface in com.fasterxml.jackson.databind.ser
-
Interface used to indicate serializers that want to do post-processing
after construction and being added to
SerializerProvider
,
but before being used.
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Method called to finalize setup of this deserializer,
after deserializer itself has been registered.
- resolve() - Method in class com.fasterxml.jackson.databind.deser.impl.ReadableObjectId
-
- resolve(DeserializationContext) - Method in interface com.fasterxml.jackson.databind.deser.ResolvableDeserializer
-
Method called after deserializer instance has been constructed
(and registered as necessary by provider objects),
but before it has returned it to the caller.
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
-
- resolve(DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
We need to implement this method to properly find things to delegate
to: it can not be done earlier since delegated deserializers almost
certainly require access to this instance (at least "List" and "Map" ones)
- resolve(SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
- resolve(SerializerProvider) - Method in interface com.fasterxml.jackson.databind.ser.ResolvableSerializer
-
Method called after
SerializerProvider
has registered
the serializer, but before it has returned it to the caller.
- resolve(SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- resolve(SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- resolveAbstractType(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.AbstractTypeResolver
-
Method called to try to resolve an abstract type into
concrete type (usually for purposes of deserializing),
when no concrete implementation was found.
- resolveAbstractType(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver
-
- resolveForwardReference(Object, Object) - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.CollectionReferringAccumulator
-
- resolveParameterType(int, TypeBindings) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Method called to fully resolve type of one of parameters, given
specified type variable bindings.
- resolver - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
- resolverIdGeneratorInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.HandlerInstantiator
-
- resolveType(Type) - Method in class com.fasterxml.jackson.databind.BeanDescription
-
Method for resolving given JDK type, using this bean as the
generic type resolution context.
- resolveType(DeserializationContext, BeanDescription, JavaType, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Helper method used to resolve method return types and field
types.
- resolveType(Type) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- resolveType(Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- resolveType(Type) - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- retain(Collection<String>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing all field properties out of this ObjectNode
except for ones specified in argument.
- retain(String...) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing all field properties out of this ObjectNode
except for ones specified in argument.
- returnObjectBuffer(ObjectBuffer) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- reverse(String) - Method in class com.fasterxml.jackson.databind.util.NameTransformer.Chained
-
- reverse(String) - Method in class com.fasterxml.jackson.databind.util.NameTransformer
-
Method called when reversal of transformation is needed; should return
null if this is not possible, that is, given name can not have been
result of calling
NameTransformer.transform(java.lang.String)
of this object.
- RootNameLookup - Class in com.fasterxml.jackson.databind.util
-
Helper class for caching resolved root names.
- RootNameLookup() - Constructor for class com.fasterxml.jackson.databind.util.RootNameLookup
-
- rootType - Variable in class com.fasterxml.jackson.databind.ObjectWriter.Prefetch
-
Specified root serialization type to use; can be same
as runtime type, but usually one of its super types
- rootValueSeparator - Variable in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
Caller may want to override so-called "root value separator",
String added (verbatim, with no quoting or escaping) between
values in root context.
- RuntimeJsonMappingException - Exception in com.fasterxml.jackson.databind
-
- RuntimeJsonMappingException(JsonMappingException) - Constructor for exception com.fasterxml.jackson.databind.RuntimeJsonMappingException
-
- RuntimeJsonMappingException(String) - Constructor for exception com.fasterxml.jackson.databind.RuntimeJsonMappingException
-
- RuntimeJsonMappingException(String, JsonMappingException) - Constructor for exception com.fasterxml.jackson.databind.RuntimeJsonMappingException
-
- weirdKeyException(Class<?>, String, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method for constructing exception to indicate that given JSON
Object field name was not in format to be able to deserialize specified
key type.
- weirdNumberException(Class<?>, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Deprecated.
- weirdNumberException(Number, Class<?>, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method for constructing exception to indicate that input JSON
Number was not suitable for deserializing into given target type.
- weirdStringException(Class<?>, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Deprecated.
Since 2.1 should use variant that takes value
- weirdStringException(String, Class<?>, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Method that will construct an exception suitable for throwing when
some String values are acceptable, but the one encountered is not.
- widenBy(Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
Method that can be called to do a "widening" conversions; that is,
to return a type with a raw class that could be assigned from this
type.
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- widenContentsBy(Class<?>) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- widenKey(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- widenKey(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- willFailOnUnknownId() - Method in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
- willSuppressNulls() - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- with(Locale) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Fluent factory for constructing a new instance that uses specified TimeZone.
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- with(MapperFeature...) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for constructing and returning a new instance with specified
mapper features enabled.
- with(MapperFeature, boolean) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
- with(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
AnnotationIntrospector
to use (replacing old one).
- with(ClassIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
ClassIntrospector
to use.
- with(DateFormat) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
DateFormat
to use.
- with(HandlerInstantiator) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
HandlerInstantiator
to use.
- with(PropertyNamingStrategy) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
- with(SubtypeResolver) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
SubtypeResolver
to use.
- with(TypeFactory) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
TypeFactory
to use.
- with(TypeResolverBuilder<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
TypeResolverBuilder
to use.
- with(VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
VisibilityChecker
to use.
- with(Locale) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
default
Locale
to use for formatting.
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
default
TimeZone
to use for formatting of date values.
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
default Base64Variant
to use with base64-encoded binary values.
- with(ContextAttributes) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing an instance that has specified
contextual attributes.
- with(ObjectReader[]) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- with(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- with(DeserializerFactory) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.Impl
-
- with(DeserializerFactory) - Method in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
Fluent factory method used for constructing a blueprint instance
with different factory
- with(MapperFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(MapperFeature, boolean) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(ClassIntrospector) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(TypeResolverBuilder<?>) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(SubtypeResolver) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(PropertyNamingStrategy) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(TypeFactory) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(DateFormat) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(HandlerInstantiator) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(Locale) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(ContextAttributes) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- with(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- with(DeserializationFeature, DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- with(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- with(JsonNodeFactory) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct a new instance with
specified
JsonNodeFactory
- with(JsonAutoDetect) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- with(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- with(JsonAutoDetect) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return an instance that has same
settings as this instance has, except for values that
given annotation overrides.
- with(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will create and return an instance that has specified
JsonAutoDetect.Visibility
value to use for all property elements.
- with(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be called on Object nodes, to access a property
that has Object value; or if no such property exists, to create,
add and return such Object node.
- with(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- with(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified feature enabled.
- with(DeserializationFeature, DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features enabled.
- with(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified feature enabled.
- with(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- with(InjectableValues) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new instance with configuration that uses
passed
InjectableValues
to provide injectable values.
- with(JsonNodeFactory) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance with configuration that uses
passed
JsonNodeFactory
for constructing
JsonNode
instances.
- with(JsonFactory) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance with configuration that uses
passed JsonFactory
for constructing underlying Readers.
- with(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new instance with configuration that
passes specified FormatSchema
to JsonParser
that
is constructed for parsing content.
- with(Locale) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- with(ContextAttributes) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- with(PrettyPrinter) - Method in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
- with(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
- with(CharacterEscapes) - Method in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
- with(SerializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified feature enabled.
- with(SerializationFeature, SerializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified features enabled.
- with(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(DateFormat) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Fluent factory method that will construct a new writer instance that will
use specified date format for serializing dates; or if null passed, one
that will serialize dates as numeric timestamps.
- with(FilterProvider) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specified
provider for resolving filter instances by id.
- with(PrettyPrinter) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that will use specified pretty
printer (or, if null, will not do any pretty-printing)
- with(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specific format schema
for serialization.
- with(Locale) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specified default
Base64Variant
for base64 encoding
- with(CharacterEscapes) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(JsonFactory) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(ContextAttributes) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- with(MapperFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- with(MapperFeature, boolean) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(ClassIntrospector) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(DateFormat) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
In addition to constructing instance with specified date format,
will enable or disable SerializationFeature.WRITE_DATES_AS_TIMESTAMPS
(enable if format set as null; disable if non-null)
- with(HandlerInstantiator) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(PropertyNamingStrategy) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(SubtypeResolver) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(TypeFactory) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(TypeResolverBuilder<?>) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(Locale) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(TimeZone) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(Base64Variant) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(ContextAttributes) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- with(SerializationFeature) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature enabled.
- with(SerializationFeature, SerializationFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- with(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature enabled.
- withAbstractTypeResolver(AbstractTypeResolver) - Method in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
Fluent/factory method used to construct a configuration object that
has same configuration as this instance plus one additional
abstract type resolver.
- withAbstractTypeResolver(AbstractTypeResolver) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- withAbstractTypeResolver(AbstractTypeResolver) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- withAdditionalDeserializers(Deserializers) - Method in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
Fluent/factory method used to construct a configuration object that
has same deserializer providers as this instance, plus one specified
as argument.
- withAdditionalDeserializers(Deserializers) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Convenience method for creating a new factory instance with additional deserializer
provider.
- withAdditionalDeserializers(Deserializers) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Convenience method for creating a new factory instance with additional deserializer
provider.
- withAdditionalKeyDeserializers(KeyDeserializers) - Method in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
Fluent/factory method used to construct a configuration object that
has same key deserializer providers as this instance, plus one specified
as argument.
- withAdditionalKeyDeserializers(KeyDeserializers) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Convenience method for creating a new factory instance with additional
KeyDeserializers
.
- withAdditionalKeyDeserializers(KeyDeserializers) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Convenience method for creating a new factory instance with additional
KeyDeserializers
.
- withAdditionalKeySerializers(Serializers) - Method in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
- withAdditionalKeySerializers(Serializers) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Convenience method for creating a new factory instance with an additional
key serializer provider.
- withAdditionalKeySerializers(Serializers) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
- withAdditionalSerializers(Serializers) - Method in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
- withAdditionalSerializers(Serializers) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Convenience method for creating a new factory instance with an additional
serializer provider.
- withAdditionalSerializers(Serializers) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
Convenience method for creating a new factory instance with additional serializer
provider; equivalent to calling
- withAlwaysAsId(boolean) - Method in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- withAlwaysAsId(boolean) - Method in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
- withAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Fluent factory method that will construct a new instance that uses specified
instance annotations instead of currently configured ones.
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
- withAnnotations(AnnotationMap) - Method in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- withAppendedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withAppendedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with additional
AnnotationIntrospector
appended (as the lowest priority one)
- withAppendedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- withAppendedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withArray(String) - Method in class com.fasterxml.jackson.databind.JsonNode
-
Method that can be called on Object nodes, to access a property
that has Array
value; or if no such property exists, to create,
add and return such Array node.
- withArray(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- withAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing an instance that has specified
value for attribute for given key.
- withAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withAttributes(Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing an instance that has only specified
attributes, removing any attributes that exist before the call.
- withAttributes(Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withAttributes(Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withClassIntrospector(ClassIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withConfig(DeserializerFactoryConfig) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- withConfig(DeserializerFactoryConfig) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerFactory
-
Method used by module registration functionality, to construct a new bean
deserializer factory
with different configuration settings.
- withConfig(SerializerFactoryConfig) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Method used for creating a new instance of this factory, but with different
configuration.
- withConfig(SerializerFactoryConfig) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Method used by module registration functionality, to attach additional
serializer providers into this serializer factory.
- withConfig(MapperConfig<?>, AnnotatedClass, BeanPropertyDefinition, JavaType) - Method in class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
-
Since this method should typically not be called on this sub-type,
default implementation simply throws an
IllegalStateException
.
- withConfig(MapperConfig<?>, AnnotatedClass, BeanPropertyDefinition, JavaType) - Method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
Contextualization method called on a newly constructed virtual bean property.
- withContentInclusion(Object) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Mutant factory for constructing an instance with different inclusion strategy
for content (Map values).
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.JavaType
-
"Copy method" that will construct a new instance that is identical to
this instance, except that its content type will have specified
type handler assigned.
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withContentTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.JavaType
-
"Copy method" that will construct a new instance that is identical to
this instance, except that it will have specified content value handler assigned.
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withContentValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- withCreatorVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withCreatorVisibility(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return a checker instance that has
specified minimum visibility level for creator methods
(constructors, factory methods)
- withDateFormat(DateFormat) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withDateFormat(DateFormat, String) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer
-
- withDateFormat(DateFormat, String) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
- withDateFormat(DateFormat, String) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateDeserializer
-
- withDateFormat(DateFormat, String) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.SqlDateDeserializer
-
- withDateFormat(DateFormat, String) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.TimestampDeserializer
-
- withDefaultPrettyPrinter() - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that will use the default
pretty printer for serialization.
- withDefaultValue(String) - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- withDelegate(Converter<Object, T>, JavaType, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
Method used for creating resolved contextual instances.
- withDelegate(Converter<Object, ?>, JavaType, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Method used for creating resolved contextual instances.
- withDescription(String) - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- withDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
- withDeserializer(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
Overridable fluent-factory method used to create contextual instances
- withDeserializerModifier(BeanDeserializerModifier) - Method in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
Fluent/factory method used to construct a configuration object that
has same configuration as this instance plus one additional
deserialiazer modifier.
- withDeserializerModifier(BeanDeserializerModifier) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- withDeserializerModifier(BeanDeserializerModifier) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
- withExactBigDecimals(boolean) - Static method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
-
Return a factory instance with the desired behavior for BigDecimals
- withFallBackAnnotationsFrom(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.Annotated
-
Fluent factory method that will construct a new instance that uses
annotations from specified
Annotated
as fallback annotations
- withFallbackSetter(SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- withFeatures(DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- withFeatures(JsonParser.Feature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- withFeatures(DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features enabled.
- withFeatures(JsonParser.Feature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features enabled.
- withFeatures(SerializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified features enabled.
- withFeatures(JsonGenerator.Feature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withFeatures(SerializationFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- withFeatures(JsonGenerator.Feature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features enabled.
- withFieldVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withFieldVisibility(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return a checker instance that has
specified minimum visibility level for fields.
- withFilterId(Object) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializer
-
- withFilterId(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
-
- withFilterId(Object) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
-
- withFilterId(Object) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Mutant factory used for creating a new instance with different
filter id (used with JsonFilter
annotation)
- withFilterId(Object) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- withFilters(FilterProvider) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withFormat(Boolean, DateFormat) - Method in class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
- withFormat(Boolean, DateFormat) - Method in class com.fasterxml.jackson.databind.ser.std.DateSerializer
-
- withFormat(Boolean, DateFormat) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- withFormat(Boolean, DateFormat) - Method in class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer
-
- withFormatDetection(ObjectReader...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Fluent factory method for constructing a reader that will try to
auto-detect underlying data format, using specified list of
JsonFactory
instances, and default
DataFormatReaders
settings
(for customized
DataFormatReaders
, you can construct instance yourself).
- withFormatDetection(DataFormatReaders) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Fluent factory method for constructing a reader that will try to
auto-detect underlying data format, using specified
DataFormatReaders
.
- withGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withGetterVisibility(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return a checker instance that has
specified minimum visibility level for regular ("getXxx") getters.
- withHandler(DeserializationProblemHandler) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method that can be used to add a handler that can (try to)
resolve non-fatal deserialization problems.
- withHandler(DeserializationProblemHandler) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withHandlerInstantiator(HandlerInstantiator) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withIgnorableProperties(HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializer
-
- withIgnorableProperties(HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- withIgnorableProperties(HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
- withIgnorableProperties(HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- withIgnorableProperties(HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
- withIgnorals(String[]) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializer
-
- withIgnorals(String[]) - Method in class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
-
- withIgnorals(String[]) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
-
- withIgnorals(String[]) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Mutant factory used for creating a new instance with additional
set of properties to ignore (from properties this instance otherwise has)
- withInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- withIndex(Integer) - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- withInsertedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withInsertedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with additional
AnnotationIntrospector
inserted (as the highest priority one)
- withInsertedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- withInsertedAnnotationIntrospector(AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withIsGetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withIsGetterVisibility(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return a checker instance that has
specified minimum visibility level for "is-getters" ("isXxx").
- withKeyTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withKeyTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withKeyValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withKeyValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withLocale(Locale) - Method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- withMaxInputLookahead(int) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- WithMember<T> - Interface in com.fasterxml.jackson.databind.introspect
-
- withMember(AnnotatedMember) - Method in interface com.fasterxml.jackson.databind.introspect.WithMember
-
- withMetadata(PropertyMetadata) - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- withMethod(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
Method that constructs a new instance with settings (annotations, parameter annotations)
of this instance, but with different physical
Method
.
- withMinimalMatch(MatchStrength) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- withModifier(TypeModifier) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Fluent factory method for constructing and returning a new instance
with specified property name.
- withName(String) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Deprecated.
- withName(String) - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Deprecated.
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Method that can be used to create a definition with
same settings as this one, but with different
(external) name; that is, one for which
BeanPropertyDefinition.getName()
would return
newName
.
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- withName(String) - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Deprecated.
- withName(PropertyName) - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- withNamespace(String) - Method in class com.fasterxml.jackson.databind.PropertyName
-
Fluent factory method for constructing an instance with different
namespace.
- withNoProblemHandlers() - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Method for removing all configured problem handlers; usually done to replace
existing handler(s) with different one(s)
- withObjectIdReader(ObjectIdReader) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializer
-
- withObjectIdReader(ObjectIdReader) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- withObjectIdReader(ObjectIdReader) - Method in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
- withObjectIdReader(ObjectIdReader) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- withObjectIdReader(ObjectIdReader) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
- withObjectIdWriter(ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializer
-
- withObjectIdWriter(ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
-
- withObjectIdWriter(ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
-
- withObjectIdWriter(ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Mutant factory used for creating a new instance with different
ObjectIdWriter
.
- withOptimalMatch(MatchStrength) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- without(MapperFeature...) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Method for constructing and returning a new instance with specified
mapper features disabled.
- without(MapperFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- without(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
- without(DeserializationFeature, DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- without(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
- without(String) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing field entry from this ObjectNode, and
returning instance after removal.
- without(Collection<String>) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
Method for removing specified field properties out of
this ObjectNode.
- without(DeserializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified feature disabled.
- without(DeserializationFeature, DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features disabled.
- without(JsonParser.Feature) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified feature disabled.
- without(SerializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified feature enabled.
- without(SerializationFeature, SerializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified features enabled.
- without(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- without(MapperFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- without(SerializationFeature) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
- without(SerializationFeature, SerializationFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- without(JsonGenerator.Feature) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified feature disabled.
- withoutAttribute(Object) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing an instance that has no
value for attribute for given key.
- withoutAttribute(Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withoutAttribute(Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withoutFeatures(DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- withoutFeatures(JsonParser.Feature...) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- withoutFeatures(DeserializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features disabled.
- withoutFeatures(JsonParser.Feature...) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new reader instance that is configured
with specified features disabled.
- withoutFeatures(SerializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance that is configured
with specified features enabled.
- withoutFeatures(JsonGenerator.Feature...) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withoutFeatures(SerializationFeature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- withoutFeatures(JsonGenerator.Feature...) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
Fluent factory method that will construct and return a new configuration
object instance with specified features disabled.
- withoutSharedAttribute(Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- withoutSharedAttribute(Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
- withPerCallAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- withPerCallAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
Mutator used during call (via context) to set value of "non-shared"
part of attribute set.
- withPrefix - Variable in class com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder.Value
-
- withProperty(SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
Fluent copy method that creates a new instance that is a copy
of this instance except for one additional property that is
passed as the argument.
- withPropertyNamingStrategy(PropertyNamingStrategy) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withRequired(Boolean) - Method in class com.fasterxml.jackson.databind.PropertyMetadata
-
- withResolved(JsonDeserializer<?>, JsonDeserializer<?>, TypeDeserializer) - Method in class com.fasterxml.jackson.databind.deser.std.ArrayBlockingQueueDeserializer
-
Fluent-factory method call to construct contextual instance.
- withResolved(TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
- withResolved(JsonDeserializer<?>, JsonDeserializer<?>, TypeDeserializer) - Method in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Fluent-factory method call to construct contextual instance.
- withResolved(KeyDeserializer, JsonDeserializer<?>, TypeDeserializer) - Method in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>, HashSet<String>) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Fluent factory method used to create a copy with slightly
different settings.
- withResolved(KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
Fluent factory method used to create a copy with slightly
different settings.
- withResolved(JsonDeserializer<?>, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
- withResolved(BeanProperty, JsonSerializer<?>, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
- withResolved(BeanProperty, JsonSerializer<?>, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- withResolved(BeanProperty, JsonSerializer<?>, JsonSerializer<?>, HashSet<String>, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- withResolved(BeanProperty, TypeSerializer, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- withRootName(String) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
root name to use (none, if null).
- withRootName(String) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- withRootName(String) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new instance with configuration that
specifies what root name to expect for "root name unwrapping".
- withRootName(String) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method for constructing a new instance with configuration that
specifies what root name to use for "root element wrapping".
- withRootName(String) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withRootValueSeparator(String) - Method in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
- withRootValueSeparator(SerializableString) - Method in class com.fasterxml.jackson.databind.ObjectWriter.GeneratorSettings
-
- withRootValueSeparator(String) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withRootValueSeparator(SerializableString) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withSchema(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withSerializationInclusion(JsonInclude.Include) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withSerializer(JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.impl.ObjectIdWriter
-
- withSerializerModifier(BeanSerializerModifier) - Method in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
- withSerializerModifier(BeanSerializerModifier) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Convenience method for creating a new factory instance with additional bean
serializer modifier.
- withSerializerModifier(BeanSerializerModifier) - Method in class com.fasterxml.jackson.databind.ser.SerializerFactory
-
Convenience method for creating a new factory instance with additional bean
serializer modifier; equivalent to calling
- withSetterVisibility(JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withSetterVisibility(JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will return a checker instance that has
specified minimum visibility level for setters.
- withSharedAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- withSharedAttribute(Object, Object) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
- withSharedAttributes(Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
- withSharedAttributes(Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.cfg.ContextAttributes
-
- withSimpleName(String) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- withSimpleName(String) - Method in class com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition
-
Alternate "mutant factory" that will only change simple name, but
leave other optional parts (like namespace) as is.
- withSimpleName(String) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- withSimpleName(String) - Method in class com.fasterxml.jackson.databind.PropertyName
-
Fluent factory method for constructing an instance with different
simple name.
- withSimpleName(String) - Method in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.JavaType
-
Method that can be called to get a type instance that indicates
that values of the type should be handled using "static typing" for purposes
of serialization (as opposed to "dynamic" aka runtime typing):
meaning that no runtime information is needed for determining serializers to use.
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withStaticTyping() - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- withTimeZone(TimeZone) - Method in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Method used for creating a new instance with specified timezone;
if no timezone specified, defaults to the default timezone (UTC).
- withType(JavaType) - Method in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- withType(JavaType) - Method in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
- withType(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withType(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withType(Type) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- withType(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withType(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- withTypeFactory(TypeFactory) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.JavaType
-
"Copy method" that will construct a new instance that is identical to
this instance, except that it will have specified type handler assigned.
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withTypeHandler(Object) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- withTypeResolverBuilder(TypeResolverBuilder<?>) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
- withValueDeserializer(JsonDeserializer<Object>) - Method in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- withValueDeserializer(JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Fluent factory method for constructing and returning a new instance
with specified value deserializer.
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.JavaType
-
"Copy method" that will construct a new instance that is identical to
this instance, except that it will have specified value handler assigned.
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- withValueHandler(Object) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- withValueInstantiators(ValueInstantiators) - Method in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
Fluent/factory method used to construct a configuration object that
has same configuration as this instance plus specified additional
value instantiator provider object.
- withValueInstantiators(ValueInstantiators) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Convenience method for creating a new factory instance with additional
ValueInstantiators
.
- withValueInstantiators(ValueInstantiators) - Method in class com.fasterxml.jackson.databind.deser.DeserializerFactory
-
Convenience method for creating a new factory instance with additional
ValueInstantiators
.
- withValueSerializer(BeanProperty, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- withValueToUpdate(Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new instance with configuration that
updates passed Object (as root value), instead of constructing
a new value.
- withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Factory(-like) method that can be used to construct a new container
serializer that uses specified
TypeSerializer
for decorating
contained values with additional type information.
- withView(Class<?>) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
view to use.
- withView(Class<?>) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- withView(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method for constructing a new instance with configuration that
uses specified View for filtering.
- withView(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that will construct a new instance that uses specified
serialization view for serialization (with null basically disables
view processing)
- withView(Class<?>) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Method for constructing and returning a new instance with different
minimal visibility level for specified property type
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.DeserializationConfig
-
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in interface com.fasterxml.jackson.databind.introspect.VisibilityChecker
-
Builder method that will create and return an instance that has specified
JsonAutoDetect.Visibility
value to use for specified property.
- withVisibility(PropertyAccessor, JsonAutoDetect.Visibility) - Method in class com.fasterxml.jackson.databind.SerializationConfig
-
- withVisibilityChecker(VisibilityChecker<?>) - Method in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
- wrapAndThrow(Throwable, Object, String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Method that will modify caught exception (passed in as argument)
as necessary to include reference information, and to ensure it
is a subtype of
IOException
, or an unchecked exception.
- wrapAndThrow(Throwable, Object, int, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Deprecated.
- wrapAndThrow(Throwable, Object, String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap
-
- wrapAndThrow(Throwable, Object, String) - Method in class com.fasterxml.jackson.databind.deser.std.ContainerDeserializerBase
-
Helper method called by various Map(-like) deserializers.
- wrapAndThrow(Throwable, Object) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Deprecated.
- wrapAndThrow(SerializerProvider, Throwable, Object, String) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Method that will modify caught exception (passed in as argument)
as necessary to include reference information, and to ensure it
is a subtype of
IOException
, or an unchecked exception.
- wrapAndThrow(SerializerProvider, Throwable, Object, int) - Method in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
- wrapException(Throwable) - Method in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- wrapInstantiationProblem(Throwable, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- wrapperType(Class<?>) - Static method in class com.fasterxml.jackson.databind.util.ClassUtil
-
Helper method for finding wrapper type for given primitive type (why isn't
there one in JDK?)
- wrapWithPath(Throwable, Object, String) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method that can be called to either create a new JsonMappingException
(if underlying exception is not a JsonMappingException), or augment
given exception with given path/reference information.
- wrapWithPath(Throwable, Object, int) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method that can be called to either create a new JsonMappingException
(if underlying exception is not a JsonMappingException), or augment
given exception with given path/reference information.
- wrapWithPath(Throwable, JsonMappingException.Reference) - Static method in exception com.fasterxml.jackson.databind.JsonMappingException
-
Method that can be called to either create a new JsonMappingException
(if underlying exception is not a JsonMappingException), or augment
given exception with given path/reference information.
- WritableObjectId - Class in com.fasterxml.jackson.databind.ser.impl
-
Simple value container used to keep track of Object Ids during
serialization.
- WritableObjectId(ObjectIdGenerator<?>) - Constructor for class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- write(Object) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
Method for writing given value into output, as part of sequence
to write.
- write(Object, JavaType) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
Method for writing given value into output, as part of sequence
to write; further, full type (often generic, like
Map
is passed in case a new
JsonSerializer
needs to be fetched to handle type
If root type was specified for
ObjectWriter
,
value must be of compatible type (same or subtype).
- write(int) - Method in class com.fasterxml.jackson.databind.util.ByteBufferBackedOutputStream
-
- write(byte[], int, int) - Method in class com.fasterxml.jackson.databind.util.ByteBufferBackedOutputStream
-
- writeAll(Object[]) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- writeAll(C) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- writeAsField(JsonGenerator, SerializerProvider, ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
Method called to output Object Id as specified.
- writeAsId(JsonGenerator, SerializerProvider, ObjectIdWriter) - Method in class com.fasterxml.jackson.databind.ser.impl.WritableObjectId
-
- writeBinary(Base64Variant, byte[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeBinary(Base64Variant, InputStream, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Although we could support this method, it does not necessarily make
sense: we can not make good use of streaming because buffer must
hold all the data.
- writeBoolean(boolean) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeCustomTypePrefixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypePrefixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypePrefixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypePrefixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypePrefixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to write initial part of type information for given
value, when it will be output as JSON Object value (not as JSON
Array or scalar),
using specified custom type id instead of calling
TypeIdResolver
.
- writeCustomTypePrefixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypePrefixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypePrefixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypePrefixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to write initial part of type information for given
value, when it will be output as scalar JSON value (not as JSON
Object or Array),
using specified custom type id instead of calling
TypeIdResolver
.
- writeCustomTypeSuffixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypeSuffixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypeSuffixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypeSuffixForArray(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeCustomTypeSuffixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypeSuffixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypeSuffixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- writeCustomTypeSuffixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypeSuffixForObject(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeCustomTypeSuffixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeCustomTypeSuffixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeCustomTypeSuffixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeCustomTypeSuffixForScalar(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeEndArray() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeEndObject() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeFieldName(String) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeFieldName(SerializableString) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNull() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(short) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(long) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(double) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(float) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(BigDecimal) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(BigInteger) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeNumber(String) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeObject(Object) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeObjectId(Object) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writer() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Convenience method for constructing
ObjectWriter
with default settings.
- writer(SerializationFeature) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
with
specified feature enabled (compared to settings that this
mapper instance has).
- writer(SerializationFeature, SerializationFeature...) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
with
specified features enabled (compared to settings that this
mapper instance has).
- writer(DateFormat) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified
DateFormat
; or, if
null passed, using timestamp (64-bit number.
- writer(PrettyPrinter) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified pretty printer for indentation
(or if null, no pretty printer)
- writer(FilterProvider) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified filter provider.
- writer(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
pass specific schema object to
JsonGenerator
used for
writing content.
- writer(Base64Variant) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
use specified Base64 encoding variant for Base64-encoded binary data.
- writer(CharacterEscapes) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectReader
that will
use specified character escaping details for output.
- writer(ContextAttributes) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
use specified default attributes.
- writeRaw(String) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRaw(String, int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRaw(SerializableString) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRaw(char[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRaw(char) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRawUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRawValue(String) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRawValue(String, int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeRawValue(char[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writerFor(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified root type, instead of actual
runtime type of value.
- writerFor(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified root type, instead of actual
runtime type of value.
- writerFor(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified root type, instead of actual
runtime type of value.
- writerWithDefaultPrettyPrinter() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using the default pretty printer for indentation
- writerWithType(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- writerWithType(TypeReference<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- writerWithType(JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- writerWithView(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method for constructing
ObjectWriter
that will
serialize objects using specified JSON View (filter).
- writeStartArray() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeStartObject() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeString(String) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeString(char[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeString(SerializableString) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeTree(JsonGenerator, TreeNode) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- writeTree(JsonGenerator, JsonNode) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method to serialize given JSON Tree, using generator
provided.
- writeTree(JsonGenerator, TreeNode) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- writeTree(TreeNode) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeTypeId(Object) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeTypePrefixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to write initial part of type information for given
value, when it will be output as JSON Array value (not as JSON
Object or scalar).
- writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Alternative version of the prefix-for-array method, which is given
actual type to use (instead of using exact type of the value); typically
a super type of actual value type
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to write initial part of type information for given
value, when it will be output as JSON Object value (not as JSON
Array or scalar).
- writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Alternative version of the prefix-for-object method, which is given
actual type to use (instead of using exact type of the value); typically
a super type of actual value type
- writeTypePrefixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypePrefixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Method called to write initial part of type information for given
value, when it will be output as scalar JSON value (not as JSON
Object or Array).
- writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
Alternative version of the prefix-for-scalar method, which is given
actual type to use (instead of using exact type of the value); typically
a super type of actual value type
- writeTypeSuffixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypeSuffixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypeSuffixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypeSuffixForArray(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeTypeSuffixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypeSuffixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypeSuffixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- writeTypeSuffixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypeSuffixForObject(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
- writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsWrapperTypeSerializer
-
- writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.TypeSerializer
-
- writeUTF8String(byte[], int, int) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- writeValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
JSON output, using provided JsonGenerator
.
- writeValue(File, Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
JSON output, written to File provided.
- writeValue(OutputStream, Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
JSON output, using output stream provided (using encoding
JsonEncoding.UTF8
).
- writeValue(Writer, Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
JSON output, using Writer provided.
- writeValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- writeValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
JSON output, using provided JsonGenerator
.
- writeValue(File, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
JSON output, written to File provided.
- writeValue(OutputStream, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
JSON output, using output stream provided (using encoding
JsonEncoding.UTF8
).
- writeValue(Writer, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
JSON output, using Writer provided.
- writeValueAsBytes(Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
a byte array.
- writeValueAsBytes(Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
a byte array.
- writeValueAsString(Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method that can be used to serialize any Java value as
a String.
- writeValueAsString(Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method that can be used to serialize any Java value as
a String.
- writeValues(File) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValues(JsonGenerator) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValues(Writer) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValues(OutputStream) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValuesAsArray(File) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValuesAsArray(JsonGenerator) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValuesAsArray(Writer) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- writeValuesAsArray(OutputStream) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- wrongTokenException(JsonParser, JsonToken, String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
Helper method for indicating that the current token was expected to be another
token.
- _abstractTypeResolvers - Variable in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
List of objects that may be able to resolve abstract types to
concrete types.
- _abstractTypes - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
Lazily-constructed resolver used for storing mappings from
abstract classes to more specific implementing classes
(which may be abstract or concrete)
- _acceptBoolean - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _acceptDouble - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _acceptInt - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _acceptJsonFormatVisitor(JsonFormatVisitorWrapper, JavaType, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- _acceptString - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _accessor - Variable in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
Method (or field) that represents the "any getter"
- _accessorMethod - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Accessor method used to get property value, for
method-accessible properties.
- _accessorMethod - Variable in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- _actualType - Variable in class com.fasterxml.jackson.databind.type.HierarchicType
-
- _add(Annotation) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationMap
-
- _add(JsonNode) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- _addClassMixIns(AnnotationMap, Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Helper method for adding any mix-in annotations specified
class might have.
- _addClassMixIns(AnnotationMap, Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addConstructorMixIns(Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addCreatorParam(AnnotatedParameter) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _addCreators() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method for collecting basic information on constructor(s) found
- _addDeserializerConstructors(DeserializationContext, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Deprecated.
- _addDeserializerConstructors(DeserializationContext, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, Map<AnnotatedWithParams, BeanPropertyDefinition[]>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _addDeserializerFactoryMethods(DeserializationContext, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Deprecated.
- _addDeserializerFactoryMethods(DeserializationContext, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, Map<AnnotatedWithParams, BeanPropertyDefinition[]>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _addFactoryMixIns(Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addFieldMixIns(Class<?>, Class<?>, Map<String, AnnotatedField>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Method called to add field mix-ins from given mix-in class (and its fields)
into already collected actual fields (from introspected classes and their
super-classes)
- _addFields() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method for collecting basic information on all fields found
- _addGetterMethod(AnnotatedMethod, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _addInjectables() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _additionalDeserializers - Variable in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
List of providers for additional deserializers, checked before considering default
basic or bean deserializers.
- _additionalKeyDeserializers - Variable in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
List of providers for additional key deserializers, checked before considering
standard key deserializers.
- _additionalKeySerializers - Variable in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
List of providers for additional key serializers, checked before considering default
key serialializers.
- _additionalSerializers - Variable in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
List of providers for additional serializers, checked before considering default
basic or bean serialializers.
- _addMemberMethods(Class<?>, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addMethodMixIns(Class<?>, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addMethods() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method for collecting basic information on all fields found
- _addMixOvers(Constructor<?>, AnnotatedConstructor, boolean) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addMixOvers(Method, AnnotatedMethod, boolean) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _addMixUnders(Method, AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Method that will add annotations from specified source method to target method,
but only if target does not yet have them.
- _addPlaceholder(String) - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- _addSerializer(Class<?>, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- _addSetterMethod(AnnotatedMethod, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _alwaysAsId - Variable in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- _annotated - Variable in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Placeholder that represents constructor parameter, when it is created
from actual constructor.
- _annotated - Variable in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
- _annotated - Variable in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
Serializable version of single-arg constructor we use for value instantiation.
- _annotated - Variable in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
- _annotated - Variable in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Introspector used for accessing annotation value based configuration.
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Filter used to determine which annotations to gather; used
to optimize things so that unnecessary annotations are
ignored.
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _annotationIntrospector - Variable in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- _annotations - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
- _annotations - Variable in class com.fasterxml.jackson.databind.introspect.AnnotationMap
-
- _anyGetter - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _anyGetter - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Writer used for "any getter" properties, if any.
- _anyGetters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _anyGetterWriter - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Handler for JsonAnyGetter
annotated properties
- _anySetter - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Fallback setter used for handling any properties that are not
mapped to regular setters.
- _anySetter - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Fallback setter used for handling any properties that are not
mapped to regular setters.
- _anySetterMethod - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _anySetters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _append(JsonToken) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _append(JsonToken, Object) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _appendAt - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Offset within last segment,
- _appendPathDesc(StringBuilder) - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- _appendRaw(int, Object) - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _appliesFor - Variable in class com.fasterxml.jackson.databind.ObjectMapper.DefaultTypeResolverBuilder
-
Definition of what types is this default typer valid for.
- _arrayBuilders - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
- _arrayListSuperInterfaceChain(HierarchicType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _arraySerializers - Static variable in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers
-
- _arrayType - Variable in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
Full generic type of the array being deserialized
- _assertSubclass(Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
- _asStatic - Variable in class com.fasterxml.jackson.databind.JavaType
-
Whether entities defined with this type should be handled using
static typing (as opposed to dynamic runtime type) or not.
- _asTimestamp(SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- _at(JsonPointer) - Method in class com.fasterxml.jackson.databind.JsonNode
-
- _at(JsonPointer) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- _at(JsonPointer) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- _at(JsonPointer) - Method in class com.fasterxml.jackson.databind.node.ValueNode
-
- _attributes - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Contextual attributes accessible (get and set) during processing,
on per-call basis.
- _attributes - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Lazily-constructed holder for per-call attributes.
- _attributes - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Lazily-constructed holder for per-call attributes.
- _attrName - Variable in class com.fasterxml.jackson.databind.ser.impl.AttributePropertyWriter
-
- _b - Variable in class com.fasterxml.jackson.databind.util.ByteBufferBackedInputStream
-
- _b - Variable in class com.fasterxml.jackson.databind.util.ByteBufferBackedOutputStream
-
- _backProperty - Variable in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- _backRefProperties - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _backRefProperties - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Back-reference properties this bean contains (if any)
- _backRefs - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
We may also have one or more back reference fields (usually
zero or one).
- _base - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Immutable container object for simple configuration settings.
- _basePackageName - Variable in class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
-
Package name of the base class, to be used for determining common
prefix that can be omitted from included type id.
- _basePackagePrefix - Variable in class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
-
- _baseType - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _baseType - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _baseType - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
Common base type for all polymorphic instances handled.
- _beanDesc - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- _beanDesc - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _beanDesc - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- _beanDesc - Variable in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- _beanProperties - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Mapping of property names to properties, built when all properties
to use have been successfully resolved.
- _beanType - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Declared type of the bean this deserializer handles.
- _bind(JsonParser, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Actual implementation of value reading+binding operation.
- _bindAndClose(JsonParser, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _bindAndCloseAsTree(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _bindAndReadValues(JsonParser, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _bindAsTree(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _bindings - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
We may need type bindings for the bean type.
- _bindings - Variable in class com.fasterxml.jackson.databind.type.TypeBindings
-
Lazily-instantiated bindings of resolved type parameters
- _bufferedData - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Content read during format matching process
- _bufferedEntryCount - Variable in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _bufferedLength - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Number of bytes available in buffer.
- _bufferedStart - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Pointer to the first byte in buffer available for reading
- _bufferHead - Variable in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _bufferTail - Variable in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _builderConfig - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
In addition, Builder may have additional configuration
- _buildMessage() - Method in exception com.fasterxml.jackson.databind.JsonMappingException
-
- _buildMethod - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
When creating Builder-based deserializers, this indicates
method to call on builder to finalize value.
- _buildMethod - Variable in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
- _buildMethod - Variable in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- _byteBuilder - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _cache - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
- _cachedArrayListType - Variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
Lazily constructed copy of type hierarchy from
ArrayList
to its supertypes.
- _cachedDeserializers - Variable in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
We will also cache some dynamically constructed deserializers;
specifically, ones that are expensive to construct.
- _cachedFCA - Variable in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
Looks like 'forClassAnnotations()' gets called so frequently that we
should consider caching to avoid some of the lookups.
- _cachedHashMapType - Variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
Lazily constructed copy of type hierarchy from
HashMap
to its supertypes.
- _cacheKey - Variable in class com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
-
We'll reuse key class to avoid unnecessary instantiations; since
this is not shared between threads, we can just reuse single
instance.
- _calcName(Class<?>) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- _calendarClass - Variable in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.CalendarDeserializer
-
We may know actual expected type; if so, it will be
used for instantiation.
- _canFixAccess - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _caseInsensitivePropertyComparison - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- _cfgCloseCloseable - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _cfgFailOnUnknownId - Variable in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
Flag that indicates whether request for an unknown filter id should
result an exception (default) or not.
- _cfgFlush - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _cfgSerializationType - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Type to use for locating serializer; normally same as return
type of the accessor method, but may be overridden by annotations.
- _checkIfCreatorPropertyBased(AnnotationIntrospector, AnnotatedWithParams, BeanPropertyDefinition) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _checkInvalidCopy(Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- _checkIsNumber() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _children - Variable in class com.fasterxml.jackson.databind.node.ObjectNode
-
- _childrenEqual(ArrayNode) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- _childrenEqual(ObjectNode) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- _class - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Class for which annotations apply, and that owns other
components (constructors, methods)
- _class - Variable in class com.fasterxml.jackson.databind.JavaType
-
This is the nominal type-erased Class that would be close to the
type represented (but not exactly type, due to type erasure: type
instance may have more information on this).
- _class - Variable in class com.fasterxml.jackson.databind.jsontype.NamedType
-
- _class - Variable in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- _classAnnotations - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Combined list of Jackson annotations that the class has,
including inheritable ones from super classes and interfaces
- _classDef - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Low-level introspected class information (methods, fields etc)
- _classIfExplicit(Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _classIfExplicit(Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _classInfo - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Information collected about the class introspected.
- _classIntrospector - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Introspector used to figure out Bean properties needed for bean serialization
and deserialization.
- _classMappings - Variable in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
- _classMappings - Variable in class com.fasterxml.jackson.databind.module.SimpleKeyDeserializers
-
- _classMappings - Variable in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
Class-based mappings that are used both for exact and
sub-class matches.
- _classMappings - Variable in class com.fasterxml.jackson.databind.module.SimpleValueInstantiators
-
Mappings from raw (type-erased, i.e.
- _classSignature(Class<?>, StringBuilder, boolean) - Static method in class com.fasterxml.jackson.databind.type.TypeBase
-
- _closed - Variable in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
Flag that indicates whether parser is closed or not.
- _closed - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _closed - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _closed - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _closeGenerator - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _closeParser - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
Flag that indicates whether input JsonParser
should be closed
when we are done or not; generally only called when caller did not
pass JsonParser.
- _codec - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _collectAndResolve(AnnotatedClass, NamedType, MapperConfig<?>, AnnotationIntrospector, HashMap<NamedType, NamedType>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
Method called to find subtypes for a specific type (class)
- _collectionType - Variable in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
- _collectionType - Variable in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
- _collectRelevantAnnotations(Annotation[][]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _collectRelevantAnnotations(Annotation[]) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _componentType - Variable in class com.fasterxml.jackson.databind.type.ArrayType
-
Type of elements in the array.
- _concrete - Static variable in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Since these are all JDK classes, we shouldn't have to worry
about ClassLoader used to load them.
- _concreteLazy - Static variable in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Actually it may not make much sense to eagerly instantiate all
kinds of serializers: so this Map actually contains class references,
not instances
- _config - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Generic deserialization processing configuration
- _config - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _config - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Configuration settings
- _config - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- _config - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
General serialization configuration settings; while immutable,
can use copy-constructor to create modified instances as necessary.
- _config - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
General serialization configuration settings
- _config - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _config - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
- _config - Variable in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- _config - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Serialization configuration to use for serialization processing.
- _configAndWriteValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method called to configure the generator as necessary and then
call write functionality
- _configAndWriteValue(JsonGenerator, Object, Class<?>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- _configAndWriteValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method called to configure the generator as necessary and then
call write functionality
- _configureGenerator(JsonGenerator) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Helper method called to set or override settings of passed-in
JsonGenerator
- _configureJsonGenerator(JsonGenerator) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Deprecated.
Since 2.5 (to be removed from 2.6 or later)
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.BooleanBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.ByteBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.DoubleBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.FloatBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.IntBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.LongBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.ArrayBuilders.ShortBuilder
-
- _constructArray(int) - Method in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _constructConstructor(Constructor<?>, boolean) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _constructCreatorMethod(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _constructDefaultValueInstantiator(DeserializationContext, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Method that will construct standard default
ValueInstantiator
using annotations (like @JsonCreator) and visibility rules
- _constructField(Field) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _constructMethod(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _constructNoTypeResolverBuilder() - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
Helper method for dealing with "no type info" marker; can't be null
(as it'd be replaced by default typing)
- _constructor - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
- _constructorArguments - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _constructors - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Single argument constructors the class has, if any.
- _constructStdTypeResolverBuilder() - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _constructType(Type, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Factory method that can be used if type information is passed
as Java typing returned from getGenericXxx
methods
(usually for a return or argument type).
- _constructVirtualProperty(JsonAppend.Attr, MapperConfig<?>, AnnotatedClass, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _constructVirtualProperty(JsonAppend.Prop, MapperConfig<?>, AnnotatedClass) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _constructWriter(SerializerProvider, BeanPropertyDefinition, TypeBindings, PropertyBuilder, boolean, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
Secondary helper method for constructing
BeanPropertyWriter
for
given member (field or method).
- _context - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- _context - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMember
-
Class that was resolved to produce this member instance; either class that declared
the member, or one of its subtypes that inherited it.
- _context - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
- _context - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Blueprint instance of deserialization context; used for creating
actual instance when needed.
- _contextAnnotations - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
Annotations defined in the context class (if any); may be null
if no annotations were found
- _contextAnnotations - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Class that contains this property (either class that declares
the property or one of its subclasses), class that is
deserialized using deserializer that contains this property.
- _contextAnnotations - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Annotations from context (most often, class that declares property,
or in case of sub-class serializer, from that sub-class)
- _contextClass - Variable in class com.fasterxml.jackson.databind.type.TypeBindings
-
Specific class to use for resolving all types, for methods and fields
class and its superclasses and -interfaces contain.
- _contextType - Variable in class com.fasterxml.jackson.databind.type.TypeBindings
-
Context type used for resolving all types, if specified.
- _convert(XMLGregorianCalendar) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
-
- _convert(Object, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Actual conversion implementation: instead of using existing read
and write methods, much of code is inlined.
- _converter - Variable in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
- _converter - Variable in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
- _convertObjectId(JsonParser, DeserializationContext, Object, JsonDeserializer<Object>) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method we need to do necessary conversion from whatever native object id
type is, into declared type that Jackson internals expect.
- _copyTo(Object, int, Object[], int) - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
- _createAndCache2(DeserializationContext, DeserializerFactory, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method that handles actual construction (via factory) and caching (both
intermediate and eventual)
- _createAndCacheUntypedSerializer(Class<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method that will try to construct a value serializer; and if
one is successfully created, cache it for reuse.
- _createAndCacheUntypedSerializer(JavaType) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- _createAndCacheValueDeserializer(DeserializationContext, DeserializerFactory, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method that will try to create a deserializer for given type,
and resolve and cache it if necessary
- _createContextual(DeserializationContext, BeanProperty, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- _createConverter(Object) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _createDeserializer(DeserializationContext, DeserializerFactory, JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
Method that does the heavy lifting of checking for per-type annotations,
find out full type, and figure out which actual factory method
to call.
- _createDeserializer2(DeserializationContext, DeserializerFactory, JavaType, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- _createFromStringFallbacks(DeserializationContext, String) - Method in class com.fasterxml.jackson.databind.deser.ValueInstantiator
-
- _createObjectIdMap() - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Overridable helper method used for creating
Map
used for storing mappings from serializable objects to their
Object Ids.
- _createSerializer2(SerializerProvider, JavaType, BeanDescription, boolean) - Method in class com.fasterxml.jackson.databind.ser.BeanSerializerFactory
-
- _createUntypedSerializer(JavaType) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- _creator - Variable in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
Constructor used when deserializing this property.
- _creatorIndex - Variable in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
- _creatorMethods - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Single argument static methods that might be usable
as factory methods
- _creatorMinLevel - Variable in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- _creatorParameters - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
Buffer used for storing creator parameters for constructing
instance
- _creatorProperties - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _creators - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
Set of creators we have collected so far
- _creatorsResolved - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Flag to indicate whether creator information has been resolved
or not.
- _ctorParameters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _currentObject() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _currentType - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Type of
JsonDeserializer
(or, more specifically,
ContextualizableDeserializer
) that is being
contextualized currently.
- _customFormat - Variable in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
Specific format to use, if non-null; if null will
just use default format.
- _customFormat - Variable in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
Specific format to use, if not default format: non null value
also indicates that serialization is to be done as JSON String,
not numeric timestamp, unless
DateTimeSerializerBase._useTimestamp
is true.
- _customIdResolver - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- _customTypeId(Object) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- _data - Variable in class com.fasterxml.jackson.databind.node.BinaryNode
-
- _dataFormatReaders - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Optional detector used for auto-detecting data format that byte-based
input uses.
- _dateFormat - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Custom date format to use for de-serialization.
- _dateFormat - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
- _dateFormat - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Lazily acquired and instantiated formatter object: initialized
first time it is needed, reused afterwards.
- _dateFormat() - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- _declaredType - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Type property is declared to have, either in class definition
or associated annotations.
- _declaringClass - Variable in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- _defaultBase64 - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Explicitly default Base64Variant
to use for handling
binary data (byte[]
), used with data formats
that use base64 encoding (like JSON, CSV).
- _defaultBean - Variable in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
If a property has serialization inclusion value of
JsonSerialize.Inclusion.ALWAYS
, we need to know the default
value of the bean, to know if property value equals default
one.
- _defaultConstructor - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Default constructor of the annotated class, if it has one.
- _defaultCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _defaultFilter - Variable in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
This is the filter we return in case no mapping was found for
given id; default is 'null' (in which case caller typically
reports an error), but can be set to an explicit filter.
- _defaultImpl - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
Default class to use in case type information is not available
or is broken.
- _defaultImpl - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Type to use as the default implementation, if type id is
missing or can not be resolved.
- _defaultImplDeserializer - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _defaultInclusion - Variable in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
Default inclusion mode for properties of the POJO for which
properties are collected; possibly overridden on
per-property basis.
- _defaultPrettyPrinter - Static variable in class com.fasterxml.jackson.databind.ObjectMapper
-
- _defaultPrettyPrinter() - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Helper method that should return default pretty-printer to
use for generators constructed by this mapper, when instructed
to use default pretty printer.
- _defaultSerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.BeanAsArraySerializer
-
Serializer that would produce JSON Object version; used in
cases where array output can not be used.
- _defaultTypeId(Class<?>) - Static method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
If no name was explicitly given for a class, we will just
use non-qualified class name
- _defaultValue - Variable in class com.fasterxml.jackson.databind.PropertyMetadata
-
Optional default value, as String, for property; not used cor
any functionality by core databind, offered as metadata for
extensions.
- _defaultValues - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
If some property values must always have a non-null value (like
primitive types do), this array contains such default values.
- _defaultViewInclusion - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- _delegate - Variable in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
Deserializer we delegate operations that we can not handle.
- _delegate - Variable in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
Deserializer we delegate operations that we can not handle.
- _delegate - Variable in class com.fasterxml.jackson.databind.deser.impl.InnerClassProperty
-
Actual property that we use after value construction.
- _delegateArgs - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _delegateArguments - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _delegateCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _delegateDeserializer - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Deserializer that is used iff delegate-based creator is
to be used for deserializing from JSON Object.
- _delegateDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Deserializer that is used iff delegate-based creator is
to be used for deserializing from JSON Object.
- _delegateDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Deserializer that is used iff delegate-based creator is
to be used for deserializing from JSON Object.
- _delegateDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
Underlying serializer for type T<.code>.
- _delegateDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
Deserializer that is used iff delegate-based creator is
to be used for deserializing from JSON Object.
- _delegatee - Variable in class com.fasterxml.jackson.databind.deser.std.DelegatingDeserializer
-
- _delegateSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Underlying serializer for type T<.code>.
- _delegateType - Variable in class com.fasterxml.jackson.databind.deser.std.StdDelegatingDeserializer
-
Fully resolved delegate type, with generic information if any available.
- _delegateType - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _delegateType - Variable in class com.fasterxml.jackson.databind.ser.std.StdDelegatingSerializer
-
Fully resolved delegate type, with generic information if any available.
- _depositSchemaProperty(ObjectNode, JsonNode) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- _depositSchemaProperty(ObjectNode, JsonNode) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
- _desc(String) - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- _description - Variable in class com.fasterxml.jackson.databind.PropertyMetadata
-
Optional human-readable description associated with the property.
- _deser - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer.FactoryBasedDeserializer
-
- _deser - Variable in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
Some types that are deserialized using a helper deserializer.
- _deserFeatures - Variable in class com.fasterxml.jackson.databind.DeserializationConfig
-
- _deserializationConfig - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Configuration object that defines basic global
settings for the serialization process
- _deserializationContext - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Blueprint context object; stored here to allow custom
sub-classes.
- _deserialize(JsonParser, DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
- _deserialize(JsonParser, DeserializationContext, int, String) - Method in class com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.ext.DOMDeserializer
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.ext.DOMDeserializer.DocumentDeserializer
-
- _deserialize(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.ext.DOMDeserializer.NodeDeserializer
-
- _deserializeAndSet(JsonParser, DeserializationContext, Object, int, String) - Method in class com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
-
- _deserializeCustom(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
-
Offlined version used when we do not use the default deserialization method.
- _deserializeEmbedded(Object, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
- _deserializeEmbedded(Object, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.UUIDDeserializer
-
- _deserializeFromEmpty(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Helper method that may be used to support fallback for Empty String / Empty Array
non-standard representations; usually for things serialized as JSON Objects.
- _deserializeFromEmptyString() - Method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer
-
- _deserializeFromEmptyString() - Method in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
-
- _deserializeFromNonArray(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- _deserializeFromNonArray(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
- _deserializeFromObjectId(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
Method called in cases where it looks like we got an Object Id
to parse and use as a reference.
- _deserializeIfNatural(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _deserializeNonVanilla(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
Alternate deserialization method that has to check many more configuration
aspects than the "vanilla" processing.
- _deserializeNonVanilla(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
Alternate deserialization method that has to check many more configuration
aspects than the "vanilla" processing.
- _deserializeOther(JsonParser, DeserializationContext, JsonToken) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializer
-
- _deserializer - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
Deserializer used for deserializing id values.
- _deserializer - Variable in class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
-
- _deserializer - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
- _deserializerModifier - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _deserializers - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
For efficient operation we will lazily build mappings from type ids
to actual deserializers, once needed.
- _deserializers - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _deserializeTypedForId(JsonParser, DeserializationContext, TokenBuffer) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
- _deserializeTypedUsingDefaultImpl(JsonParser, DeserializationContext, TokenBuffer) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
- _deserializeUsingCreator(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializer
-
Method called to deserialize bean using "property-based creator":
this means that a non-default constructor or factory method is
called, and then possibly other setters.
- _deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- _deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer
-
Method called to deserialize bean using "property-based creator":
this means that a non-default constructor or factory method is
called, and then possibly other setters.
- _deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
Method called to deserialize bean using "property-based creator":
this means that a non-default constructor or factory method is
called, and then possibly other setters.
- _deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
Method called to deserialize bean using "property-based creator":
this means that a non-default constructor or factory method is
called, and then possibly other setters.
- _deserializeWithCreator(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
- _deserializeWithCreator(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
- _deserializeWithNativeTypeId(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Deprecated.
- _deserializeWithNativeTypeId(JsonParser, DeserializationContext, Object) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Helper method called when JsonParser
indicates that it can use
so-called native type ids, and such type id has been found.
- _detectBindAndClose(byte[], int, int) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _detectBindAndClose(DataFormatReaders.Match, boolean) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _detectBindAndCloseAsTree(InputStream) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _detectBindAndReadValues(DataFormatReaders.Match, boolean) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _doAddInjectable(Object, AnnotatedMember) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _doFindSuperInterfaceChain(HierarchicType, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _domImpl - Variable in class com.fasterxml.jackson.databind.ext.DOMSerializer
-
- _dynamicSerializers - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _dynamicSerializers - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
In case serializer is not known statically (i.e.
- _dynamicSerializers - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
If element type can not be statically determined, mapping from
runtime type to serializer is handled using this object
- _dynamicSerializers - Variable in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
If element type can not be statically determined, mapping from
runtime type to serializer is handled using this object
- _dynamicValueSerializers - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
If value type can not be statically determined, mapping from
runtime value types to serializers are stored in this object.
- _dynamicValueSerializers - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
If value type can not be statically determined, mapping from
runtime value types to serializers are stored in this object.
- _elementClass - Variable in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
Type of contained elements: needed for constructing actual
result array
- _elementDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
Element deserializer
- _elementDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.StringArrayDeserializer
-
Value serializer to use, if not the standard one (which is inlined)
- _elementSerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
Value serializer to use, if it's not the standard one
(if it is we can optimize serialization a lot)
- _elementSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
Value serializer to use, if it can be statically determined
- _elementSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Value serializer to use, if it can be statically determined.
- _elementType - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- _elementType - Variable in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Declared type of element entries
- _elementType - Variable in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
Type of elements in collection
- _elementTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
If element instances have polymorphic type information, this
is the type deserializer that can handle it
- _emptyArray - Variable in class com.fasterxml.jackson.databind.type.ArrayType
-
We will also keep track of shareable instance of empty array,
since it usually needs to be constructed any way; and because
it is essentially immutable and thus can be shared.
- _encodedSimple - Variable in class com.fasterxml.jackson.databind.PropertyName
-
Lazily-constructed efficient representation of the simple name.
- _ensureOverride() - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- _entryType - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _enumClass - Variable in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- _enumClass - Variable in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
- _enumClass - Variable in class com.fasterxml.jackson.databind.util.EnumResolver
-
- _enumDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
- _enums - Variable in class com.fasterxml.jackson.databind.util.EnumResolver
-
- _enumsById - Variable in class com.fasterxml.jackson.databind.util.EnumResolver
-
- _enumType - Variable in class com.fasterxml.jackson.databind.deser.std.EnumSetDeserializer
-
- _explicitCreators - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
Bitmask of creators that were explicitly marked as creators; false for auto-detected
(ones included base on naming and/or visibility, not annotation)
- _externalTypeIdHandler - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Handler that we need iff any of properties uses external
type id.
- _factory - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer.FactoryBasedDeserializer
-
- _factory - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Read-only factory instance; exposed to let
owners (ObjectMapper
, ObjectReader
)
access it.
- _factory - Variable in class com.fasterxml.jackson.databind.type.TypeParser
-
- _factoryConfig - Variable in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
Configuration settings for this factory; immutable instance (just like this
factory), new version created via copy-constructor (fluent-style)
- _factoryConfig - Variable in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Configuration settings for this factory; immutable instance (just like this
factory), new version created via copy-constructor (fluent-style)
- _fallbackSetter - Variable in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
In special cases, when implementing "updateValue", we can not use
constructors or factory methods, but have to fall back on using a
setter (or mutable field property).
- _featureFlags - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
- _field - Variable in class com.fasterxml.jackson.databind.deser.impl.FieldProperty
-
Actual field to set when deserializing this property.
- _field - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
Actual
Field
used for access.
- _field - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Field that contains the property value for field-accessible
properties.
- _fieldMinLevel - Variable in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- _fieldName - Variable in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
Name of field (for beans) or key (for Maps) that is part
of the reference.
- _fields - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Member fields of interest: ones that are either public,
or have at least one annotation.
- _fields - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _filteredProperties - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Optional array of filtered property writers; if null, no
view-based filtering is performed.
- _filteredProps - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Optional filters used to suppress output of properties that
are only to be included in certain views
- _filterId - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Id of the property filter to use for POJO, if any.
- _filterId - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Id of the property filter to use, if any; null if none.
- _filterProvider - Variable in class com.fasterxml.jackson.databind.SerializationConfig
-
Object used for resolving filter ids to filter instances.
- _filtersById - Variable in class com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider
-
Mappings from ids to filters.
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- _findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- _findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- _findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- _findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- _findAnnotation(Annotated, Class<A>) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method that should be used by sub-classes for ALL
annotation access;
overridable so
that sub-classes may, if they choose to, mangle actual access to
block access ("hide" annotations) or perhaps change it.
- _findCachedDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- _findContentSerializer(SerializerProvider, Annotated) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Helper method called to try to find whether there is an annotation in the
class that indicates content ("value") serializer to use.
- _findCreatorPropertyName(AnnotatedParameter) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _findCreatorsFromProperties(DeserializationContext, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomArrayDeserializer(ArrayType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomBeanDeserializer(JavaType, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomCollectionDeserializer(CollectionType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, BeanDescription, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomDeser(DeserializationContext, JavaType) - Method in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _findCustomEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomMapDeserializer(MapType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomMapLikeDeserializer(MapLikeType, DeserializationConfig, BeanDescription, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findCustomTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanDescription) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findDefaultImplDeserializer(DeserializationContext) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _findDefaultValue() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _findDescription() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _findDeserializer(DeserializationContext, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _findExplicitParamName(AnnotatedParameter, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findExplicitUntypedSerializer(Class<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Method that will try to find a serializer, either from cache
or by constructing one; but will not return an "unknown" serializer
if this can not be done but rather returns null.
- _findFields(Class<?>, Map<String, AnnotatedField>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _findFilterId(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _findImplicitParamName(AnnotatedParameter, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findIndex() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _findInterfaceMapping(Class<?>, ClassKey) - Method in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
- _findJsonValueFor(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findKeySerializer(SerializerProvider, Annotated) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
Helper method called to try to find whether there is an annotation in the
class that indicates key serializer to use.
- _findParamName(AnnotatedParameter, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _findPropertyFields(Collection<String>, boolean) - Method in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _findRequired() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _findRootDeserializer(DeserializationContext, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method called to locate deserializer for the passed root-level value.
- _findRootDeserializer(DeserializationContext, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method called to locate deserializer for the passed root-level value.
- _findStdJdkCollectionDesc(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
- _findStdTypeDesc(JavaType) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
Method called to see if type is one of core JDK types
that we have cached for efficiency.
- _findSubclassDeserializer(DeserializationContext, Object, TokenBuffer) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method called to (try to) locate deserializer for given sub-type of
type that this deserializer handles.
- _findSuperClassChain(Type, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _findSuperInterfaceChain(Type, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _findSuperTypeChain(Class<?>, Class<?>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Helper method used to find inheritance (implements, extends) path
between given types, if one exists (caller generally checks before
calling this method).
- _findTypeResolver(MapperConfig<?>, Annotated, JavaType) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
Helper method called to construct and initialize instance of
TypeResolverBuilder
if given annotated element indicates one is needed.
- _first - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
First segment, for contents this buffer has
- _forceTypeInformation - Variable in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
This is a flag that is set in rare (?) cases where this serializer
is used for "natural" types (boolean, int, String, double); and where
we actually must force type information wrapping, even though
one would not normally be added.
- _formatISO8601 - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- _formatISO8601_z - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- _formatPlain - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- _formatRFC1123 - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- _formatString - Variable in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
Let's also keep format String for reference, to use for error messages
- _forPrimitive - Variable in class com.fasterxml.jackson.databind.ser.std.BooleanSerializer
-
Whether type serialized is primitive (boolean) or wrapper
(java.lang.Boolean); if true, former, if false, latter.
- _forSerialization - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
True if introspection is done for serialization (giving
precedence for serialization annotations), or not (false, deserialization)
- _forSerialization - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Whether property is being composed for serialization
(true) or deserialization (false)
- _freeBuffer - Variable in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _from - Variable in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
Object through which reference was resolved.
- _fromArrayType(GenericArrayType, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _fromBooleanCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _fromClass(Class<?>, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _fromDoubleCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _fromIntCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _fromLongCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _fromParameterizedClass(Class<?>, List<JavaType>) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
Method used by
TypeParser
when generics-aware version
is constructed.
- _fromParamType(ParameterizedType, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
This method deals with parameterized types, that is,
first class generic classes.
- _fromStringCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _fromVariable(TypeVariable<?>, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _fromWildcard(WildcardType, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _fullName - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- _function - Variable in class com.fasterxml.jackson.databind.util.JSONPObject
-
JSONP function name to use for serialization
- _generator - Variable in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- _generator - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _generatorFactory - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
Factory used for constructing JsonGenerator
s
- _generatorFeatures - Variable in class com.fasterxml.jackson.databind.SerializationConfig
-
States of JsonGenerator.Feature
s to enable/disable.
- _generatorFeatures - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Bit flag composed of bits that indicate which
JsonGenerator.Feature
s
are enabled.
- _generatorFeaturesToChange - Variable in class com.fasterxml.jackson.databind.SerializationConfig
-
Bitflag of JsonGenerator.Feature
s to enable/disable
- _generatorSettings - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
Container for settings that need to be passed to JsonGenerator
constructed for serializing values.
- _genericType - Variable in class com.fasterxml.jackson.databind.type.HierarchicType
-
- _getter - Variable in class com.fasterxml.jackson.databind.deser.impl.SetterlessProperty
-
Get method for accessing property value used to access property
(of Collection or Map type) to modify.
- _getterMinLevel - Variable in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- _getterPriority(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _getters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _handleContextualResolvable(JsonSerializer<?>, BeanProperty) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
Helper method called to resolve and contextualize given
serializer, if and as necessary.
- _handledType - Variable in class com.fasterxml.jackson.databind.ser.std.StdSerializer
-
Nominal type supported, usually declared type of
property for which serializer is used.
- _handleEOF() - Method in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- _handleEOF() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _handleIOException(IOException) - Method in class com.fasterxml.jackson.databind.MappingIterator
-
- _handleMappingException(JsonMappingException) - Method in class com.fasterxml.jackson.databind.MappingIterator
-
- _handleResolvable(JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- _handlerInstantiator - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Object used for creating instances of handlers (serializers, deserializers,
type and type id resolvers), given class to instantiate.
- _handleSelfReference(Object, JsonGenerator, SerializerProvider, JsonSerializer<?>) - Method in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Method called to handle a direct self-reference through this property.
- _handleSingleArgumentConstructor(DeserializationContext, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, AnnotatedConstructor, boolean, boolean) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _handleSingleArgumentFactory(DeserializationConfig, BeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, AnnotatedMethod, boolean) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _handleTypedObjectId(JsonParser, DeserializationContext, Object, Object) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Offlined method called to handle "native" Object Id that has been read
and known to be associated with given deserialized POJO.
- _handleUnknownKeyDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- _handleUnknownTypeId(DeserializationContext, String, TypeIdResolver, JavaType) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Helper method called when given type id can not be resolved into
concrete deserializer either directly (using given
TypeIdResolver
),
or using default type.
- _handleUnknownValueDeserializer(JavaType) - Method in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
- _hasAnnotation(Annotated, Class<? extends Annotation>) - Method in class com.fasterxml.jackson.databind.AnnotationIntrospector
-
Method that should be used by sub-classes for ALL
annotation existence access;
overridable so that sub-classes may, if they choose to, mangle actual access to
block access ("hide" annotations) or perhaps change value seen.
- _hasDefaultCreator - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _hasEnumDeserializer - Variable in class com.fasterxml.jackson.databind.module.SimpleDeserializers
-
Flag to help find "generic" enum deserializer, if one has been registered.
- _hasEnumSerializer - Variable in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
Flag to help find "generic" enum serializer, if one has been registered.
- _hasExplicitParamName(AnnotatedParameter, AnnotationIntrospector) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _hash - Variable in class com.fasterxml.jackson.databind.JavaType
-
- _hashCode - Variable in class com.fasterxml.jackson.databind.jsontype.NamedType
-
- _hashCode - Variable in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- _hashMapSuperInterfaceChain(HierarchicType) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _hasNativeId - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Do we currnetly have a native type or object id buffered?
- _hasNativeIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _hasNativeObjectIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _hasNativeObjectIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _hasNativeTypeIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _hasNativeTypeIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _hasNextChecked - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
- _hasNonDefaultCreator - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _hasTextualNull(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Helper method called to determine if we are seeing String value of
"null", and, further, that it should be coerced to null just like
null token.
- _idFrom(Object, Class<?>) - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- _idResolver - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _idResolver - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- _idToType - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
Mappings from type id to JavaType, used for deserialization
- _idType - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReader
-
- _idType - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- _ignorableProperties - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _ignorableProps - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
In addition to properties that are set, we will also keep
track of recognized but ignorable properties: these will
be skipped without errors or warnings.
- _ignorableProps - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Set of names of properties that are recognized but are to be ignored for deserialization
purposes (meaning no exception is thrown, value is just skipped).
- _ignoreAllUnknown - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Flag that can be set to ignore and skip unknown properties.
- _ignoreAllUnknown - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Flag that can be set to ignore and skip unknown properties.
- _ignoredEntries - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Set of entries to omit during serialization, if any
- _ignoredPropertyNames - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Set of properties that can be ignored during deserialization, due
to being marked as ignored.
- _ignoredPropertyNames - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Lazily collected list of properties that can be implicitly
ignored during serialization; only updated when collecting
information for deserialization purposes
- _includeAs - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- _includeInViews - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Alternate set of property writers used when view-based filtering
is available for the Bean.
- _inclusion - Variable in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeDeserializer
-
- _inclusion - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- _incompleteDeserializers - Variable in class com.fasterxml.jackson.databind.deser.DeserializerCache
-
During deserializer construction process we may need to keep track of partially
completed deserializers, to resolve cyclic dependencies.
- _incompleteParameter - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _incompleteParameter - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _index - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Index of the parameter within argument list
- _index - Variable in class com.fasterxml.jackson.databind.JsonMappingException.Reference
-
Index within a
Collection
instance that contained
the reference; used if index is relevant and available.
- _index - Variable in class com.fasterxml.jackson.databind.PropertyMetadata
-
Optional index of the property within containing Object.
- _inIntRange(long) - Method in class com.fasterxml.jackson.databind.node.JsonNodeFactory
-
- _initForMultiRead(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _initForReading(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Method called to ensure that given parser is ready for reading
content for data binding.
- _initForReading(JsonParser) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
NOTE: changed from static to non-static in 2.5; unfortunate but
necessary change to support overridability
- _injectables - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
List of
ValueInjector
s, if any injectable values are
expected by the bean; otherwise null.
- _injectables - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Value injectors for deserialization
- _injectables - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _injectables - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Lazily collected list of members that were annotated to
indicate that they represent mutators for deserializer
value injection.
- _injectableValueId - Variable in class com.fasterxml.jackson.databind.deser.CreatorProperty
-
Id of value to inject, if value injection should be used for this parameter
(in addition to, or instead of, regular deserialization).
- _injectableValues - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Object used for resolving references to injectable
values.
- _injectableValues - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Provider for values to inject in deserialized POJOs.
- _injectableValues - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Values that can be injected during deserialization, if any.
- _inputStream(URL) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _inputStream(File) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _inputType - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer.FactoryBasedDeserializer
-
- _insert(int, JsonNode) - Method in class com.fasterxml.jackson.databind.node.ArrayNode
-
- _interfaceMappings - Variable in class com.fasterxml.jackson.databind.module.SimpleSerializers
-
Interface-based matches.
- _internalName - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
Original internal name, derived from accessor, of this
property.
- _internalSettings - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
- _introspector - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- _isContainer - Variable in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
Flag that indicates whether property to handle is a container type
(array, Collection, Map) or not.
- _isExplicitClassOrOb(Object, Class<?>) - Method in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- _isGetterMinLevel - Variable in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- _isIgnorable(Annotated) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _isIncludableMemberMethod(Method) - Method in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
- _isInt - Variable in class com.fasterxml.jackson.databind.ser.std.NumberSerializer
-
- _isInt - Variable in class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
- _isNaN(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _isNegInf(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _isPosInf(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _isShapeWrittenUsingIndex(Class<?>, JsonFormat.Value, boolean) - Static method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
Helper method called to check whether
- _isStdJDKCollection(JavaType) - Method in class com.fasterxml.jackson.databind.introspect.BasicClassIntrospector
-
Helper method used to decide whether we can omit introspection
for members (methods, fields, constructors); we may do so for
a limited number of container types JDK provides.
- _isStdKeyDeser(JavaType, KeyDeserializer) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Helper method used to check whether we can just use the default key
deserialization, where JSON String becomes Java String.
- _isTyped - Variable in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
Indicator of whether serializer stored has a type serializer
wrapper around it or not; if not, it is "untyped" serializer;
if it has, it is "typed"
- _jdkSerializeMaxEntries - Variable in class com.fasterxml.jackson.databind.util.LRUMap
-
Ugly hack, to work through the requirement that _value is indeed final,
and that JDK serialization won't call ctor(s) if Serializable is implemented.
- _jsonFactory - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory used to create JsonParser
and JsonGenerator
instances as necessary.
- _jsonValueGetters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method(s) marked with 'JsonValue' annotation
- _jsonValueMethod - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
- _key - Variable in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- _keyClass - Variable in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _keyDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- _keyDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _keyDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
- _keyDeserializers - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _keyEnums - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
If we know enumeration used as key, this will contain
value set to use for serialization
- _keySerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Key serializer to use, if it can be statically determined
- _keySerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- _keySerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Key serializer to use, if it can be statically determined
- _keySerializer - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Serializer used to output non-null keys of Maps (which will get
output as JSON Objects), if not null; if null, us the standard
default key serializer.
- _keySerializers - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _keyType - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _keyType - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Declared type of keys
- _keyType - Variable in class com.fasterxml.jackson.databind.type.MapLikeType
-
Type of keys of Map.
- _kind - Variable in class com.fasterxml.jackson.databind.deser.std.FromStringDeserializer.Std
-
- _kind - Variable in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _kind - Variable in class com.fasterxml.jackson.databind.ext.CoreXMLDeserializers.Std
-
- _knownSerializers - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
For fast lookups, we will have a local non-shared read-only
map that contains serializers previously fetched.
- _last - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Last segment of this buffer, one that is used
for appending more tokens
- _listDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _locale - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Default
Locale
used with serialization formats.
- _locale - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
- _locateTypeId(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
-
- _location - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
- _managedProperty - Variable in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- _managedReferenceName - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
If property represents a managed (forward) reference
(see [JACKSON-235]), we will need name of reference for
later linking.
- _map - Variable in class com.fasterxml.jackson.databind.ser.impl.ReadOnlyClassToSerializerMap
-
Actual mappings from type key to serializers
- _map - Variable in class com.fasterxml.jackson.databind.util.LRUMap
-
- _mapAbstractCollectionType(JavaType, DeserializationConfig) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _mapDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _mapperFeatures - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfig
-
Set of shared mapper features enabled.
- _mappings - Variable in class com.fasterxml.jackson.databind.module.SimpleAbstractTypeResolver
-
Mappings from super types to subtypes
- _mapType - Variable in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- _mapType - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _match - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
Factory that produced sufficient match (if any)
- _matchStrength - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
- _maxEntries - Variable in class com.fasterxml.jackson.databind.util.LRUMap
-
- _maxInputLookahead - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Maximum number of leading bytes of the input that we can read
to determine data format.
- _mayHaveNativeIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _member - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
Physical entity (field, method or constructor argument) that
is used to access value of property (or in case of constructor
property, just placeholder)
- _member - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Member (field, method) that represents property and allows access
to associated annotations.
- _member - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Member that defines logical property.
- _memberMethods - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Member methods of interest; for now ones with 0 or 1 arguments
(just optimization, since others won't be used now)
- _message - Variable in class com.fasterxml.jackson.databind.deser.impl.FailingDeserializer
-
- _metadata - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- _metadata - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Additional optional property metadata, such as whether
property is required, and whether there is additional
human-readable description
- _metadata - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Additional information about property
- _metadata - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
- _method - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- _methods - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
- _minimalMatch - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Strength of minimal match we accept as the answer, unless
better matches are found.
- _missingToken(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializer
-
- _mixInAnnotations - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Mix-in annotation mappings to use, if any: immutable,
can not be changed once defined.
- _mixInAnnotations - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Mapping that defines how to apply mix-in annotations: key is
the type to received additional annotations, and value is the
type that has annotations to "mix in".
- _mixInResolver - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Object that knows mapping of mix-in classes (ones that contain
annotations to add) with their target classes (ones that
get these additional annotations "mixed in").
- _mixins - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
Lazily-constructed map that contains mix-in definitions, indexed
by target class, value being mix-in to apply.
- _modifiers - Variable in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
List of modifiers that can change the way
BeanDeserializer
instances
are configured and constructed.
- _modifiers - Variable in class com.fasterxml.jackson.databind.cfg.SerializerFactoryConfig
-
List of modifiers that can change the way
BeanSerializer
instances
are configured and constructed.
- _modifiers - Variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _msg - Variable in class com.fasterxml.jackson.databind.ser.impl.FailingSerializer
-
- _mutatorPrefix - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Prefix used by auto-detected mutators ("setters"): usually "set",
but differs for builder objects ("with" by default).
- _name - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- _name - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
External name of logical property; may change with
renaming (by new instance being constructed using
a new name)
- _name - Variable in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- _name - Variable in class com.fasterxml.jackson.databind.jsontype.NamedType
-
- _name - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _name - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Logical name of the property; will be used as the field name
under which value for the property is written.
- _name - Variable in class com.fasterxml.jackson.databind.util.SimpleBeanPropertyDefinition
-
Deprecated.
Since 2.5 use _fullName
instead.
- _namespace - Variable in class com.fasterxml.jackson.databind.PropertyName
-
Additional namespace, for formats that have such concept (JSON
does not, XML does, for example).
- _nameTransformer - Variable in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanPropertyWriter
-
Transformer used to add prefix and/or suffix for properties
of unwrapped POJO.
- _nameTransformer - Variable in class com.fasterxml.jackson.databind.ser.impl.UnwrappingBeanSerializer
-
Transformer used to add prefix and/or suffix for properties
of unwrapped POJO.
- _namingStrategy - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.ArrayType
-
Handling of narrowing conversions for arrays is trickier: for now,
it is not even allowed.
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.CollectionLikeType
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.CollectionType
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapLikeType
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.MapType
-
- _narrow(Class<?>) - Method in class com.fasterxml.jackson.databind.type.SimpleType
-
- _nativeIds - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
Lazily constructed Map for storing native type and object ids, if any
- _needViewProcesing - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Flag that indicates that some aspect of deserialization depends
on active view used (if any)
- _new(ObjectReader, JsonFactory) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Overridable factory method called by various "withXxx()" methods
- _new(ObjectReader, DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Overridable factory method called by various "withXxx()" methods
- _new(ObjectReader, DeserializationConfig, JavaType, JsonDeserializer<Object>, Object, FormatSchema, InjectableValues, DataFormatReaders) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Overridable factory method called by various "withXxx()" methods
- _new(ObjectWriter, JsonFactory) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Overridable factory method called by various "withXxx()" methods
- _new(ObjectWriter, SerializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Overridable factory method called by various "withXxx()" methods
- _new(ObjectWriter.GeneratorSettings, ObjectWriter.Prefetch) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Overridable factory method called by various "withXxx()" methods.
- _newIterator(JavaType, JsonParser, DeserializationContext, JsonDeserializer<?>, boolean, Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Factory method used to create
MappingIterator
instances;
either default, or custom subtype.
- _newReader(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method sub-classes must override, to produce
ObjectReader
instances of proper sub-type
- _newReader(DeserializationConfig, JavaType, Object, FormatSchema, InjectableValues) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method sub-classes must override, to produce
ObjectReader
instances of proper sub-type
- _newSequenceWriter(boolean, JsonGenerator, boolean) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Overridable factory method called by #createSequenceWriter(JsonGenerator)
method (and its various overrides), and initializes it as necessary.
- _newWriter(SerializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method sub-classes must override, to produce
ObjectWriter
instances of proper sub-type
- _newWriter(SerializationConfig, FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method sub-classes must override, to produce
ObjectWriter
instances of proper sub-type
- _newWriter(SerializationConfig, JavaType, PrettyPrinter) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Factory method sub-classes must override, to produce
ObjectWriter
instances of proper sub-type
- _next - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- _nextToken - Variable in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
Sometimes parser needs to buffer a single look-ahead token; if so,
it'll be stored here.
- _nodeCursor - Variable in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
Traversal context within tree
- _nodeFactory - Variable in class com.fasterxml.jackson.databind.DeserializationConfig
-
Factory used for constructing
JsonNode
instances.
- _nodeFactory - Variable in class com.fasterxml.jackson.databind.node.ContainerNode
-
We will keep a reference to the Object (usually TreeMapper)
that can construct instances of nodes to add to this container
node.
- _nonShared - Variable in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
Per-call attributes that we can directly modify, since they are not
shared between threads.
- _nonStandardCreation - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Flag that is set to mark "non-standard" cases; where either
we use one of non-default creators, or there are unwrapped
values to consider.
- _nonTrivialBaseType - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Base type of the property, if the declared type is "non-trivial";
meaning it is either a structured type (collection, map, array),
or parameterized.
- _nullKeySerializer - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Serializer used to (try to) output a null key, due to an entry of
Map
having null key.
- _nullProvider - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Object used to figure out value to be used when 'null' literal is encountered in JSON.
- _nullSerializer - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Serializer used for writing out null values, if any: if null,
null values are to be suppressed.
- _nullValue - Variable in class com.fasterxml.jackson.databind.deser.std.NumberDeserializers.PrimitiveOrWrapperDeserializer
-
- _nullValueSerializer - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Serializer used to output a null value.
- _numberDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _numberType - Variable in class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
- _objectBuffer - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
- _objectCodec - Variable in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
- _objectCodec - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
Object codec to use for stream-based object
conversion through parser/generator interfaces.
- _objectId - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
If native object ids supported, this is the id for following
value (or first token of one) to be written.
- _objectIdGenerators - Variable in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
- _objectIdInfo - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
This is the information for object identity associated with the property.
- _objectIdInfo - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Details of Object Id to include, if any
- _objectIdReader - Variable in class com.fasterxml.jackson.databind.deser.AbstractDeserializer
-
- _objectIdReader - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
If an Object Id is to be used for value handled by this
deserializer, this reader is used for handling.
- _objectIdReader - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
- _objectIdReader - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdValueProperty
-
- _objectIdReader - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- _objectIds - Variable in class com.fasterxml.jackson.databind.deser.DefaultDeserializationContext
-
- _objectIdWriter - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Object responsible for serializing Object Ids for the handled
type, if any.
- _objectIdWriter - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
If this POJO can be alternatively serialized using just an object id
to denote a reference to previously serialized object,
this Object will handle details.
- _openArray - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
State flag for keeping track of need to write matching END_ARRAY,
if a START_ARRAY was written during initialization
- _optimalMatch - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Strength of match we consider to be good enough to be used
without checking any other formats.
- _orderedProperties - Variable in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayBuilderDeserializer
-
Properties in order expected to be found in JSON array.
- _orderedProperties - Variable in class com.fasterxml.jackson.databind.deser.impl.BeanAsArrayDeserializer
-
Properties in order expected to be found in JSON array.
- _orderEntries(Map<?, ?>) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- _originalStream - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders.Match
-
- _owner - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
Member (method, constructor) that this parameter belongs to
- _paramAnnotations - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams
-
Annotations associated with parameters of the annotated
entity (method or constructor parameters)
- _paramClasses - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
- _parse(String, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _parseBoolean(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseBooleanFromNumber(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseBooleanPrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseByte(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseDate(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.DateDeserializers.DateBasedDeserializer
-
- _parseDate(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseDouble(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseDouble(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _parseDoublePrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseFloat(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseFloatPrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseInt(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _parseInteger(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseIntPrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseLong(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseLong(String) - Method in class com.fasterxml.jackson.databind.deser.std.StdKeyDeserializer
-
- _parseLongPrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parser - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer
-
- _parser - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Currently active parser used for deserialization.
- _parser - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
- _parser - Variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _parserFactory - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Factory used for constructing JsonGenerator
s
- _parserFeatures - Variable in class com.fasterxml.jackson.databind.DeserializationConfig
-
States of JsonParser.Feature
s to enable/disable.
- _parserFeaturesToChange - Variable in class com.fasterxml.jackson.databind.DeserializationConfig
-
Bitflag of JsonParser.Feature
s to enable/disable
- _parseShort(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseShortPrimitive(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
- _parseString(JsonParser, DeserializationContext) - Method in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Helper method used for accessing String value, if possible, doing
necessary conversion or throwing exception as necessary.
- _parsingContext - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
Information about parser context, context in which
the next token is to be parsed (root, array, object).
- _path - Variable in exception com.fasterxml.jackson.databind.JsonMappingException
-
Path through which problem that triggering throwing of
this exception was reached.
- _placeholders - Variable in class com.fasterxml.jackson.databind.type.TypeBindings
-
Also: we may temporarily want to mark certain named types
as resolved (but without exact type); if so, we'll just store
names here.
- _pojo - Variable in class com.fasterxml.jackson.databind.deser.impl.ObjectIdReferenceProperty.PropertyReferring
-
- _pojoEquals(POJONode) - Method in class com.fasterxml.jackson.databind.node.POJONode
-
- _prefetch - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
We may pre-fetch serializer if #_rootType
is known, and if so, reuse it afterwards.
- _prefetchRootDeserializer(DeserializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method called to locate deserializer ahead of time, if permitted
by configuration.
- _prefetchRootSerializer(SerializationConfig, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Method called to locate (root) serializer ahead of time, if permitted
by configuration.
- _prefix - Variable in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
Literal String to output before serialized value.
- _primary - Variable in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- _primaryMixIn - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Primary mix-in class; one to use for the annotated class
itself.
- _problem(TypeParser.MyTokenizer, String) - Method in class com.fasterxml.jackson.databind.type.TypeParser
-
- _problemHandlers - Variable in class com.fasterxml.jackson.databind.DeserializationConfig
-
Linked list that contains all registered problem handlers.
- _properties - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Properties to deserialize collected so far.
- _properties - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
Map that contains property objects for either constructor or factory
method (whichever one is null: one property for each
parameter for that one), keyed by logical property name
- _properties - Variable in class com.fasterxml.jackson.databind.deser.impl.UnwrappedPropertyHandler
-
- _properties - Variable in class com.fasterxml.jackson.databind.introspect.BasicBeanDescription
-
Properties collected for the POJO.
- _properties - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Set of logical property information collected so far
- _properties - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Bean properties, in order of serialization
- _propertiesAsString - Variable in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Lazily constructed description of known properties, used for
constructing actual message if and as needed.
- _propertiesToExclude - Variable in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
-
Set of property names to filter out.
- _propertiesToInclude - Variable in class com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
-
Set of property names to serialize.
- _propertiesWithInjectables - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
Array that contains properties that expect value to inject, if any;
null if no injectable values are expected.
- _property - Variable in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
Method used for setting "any" properties, along with annotation
information.
- _property(PropertyName) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _property(String) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _property - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Property that contains value for which type information
is included; null if value is a root value.
- _property - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Map-valued property being serialized with this instance
- _property - Variable in class com.fasterxml.jackson.databind.ser.impl.PropertyBasedObjectIdGenerator
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.ArraySerializerBase
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
Collection-valued property being serialized with this instance
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
Property for which this serializer is being used, if any;
null for root values.
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- _property - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Map-valued property being serialized with this instance
- _propertyBasedArgs - Variable in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
- _propertyBasedCreator - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
If the bean needs to be instantiated using constructor
or factory method
that takes one or more named properties as argument(s),
this creator is used for instantiation.
- _propertyBasedCreator - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
If the Map is to be instantiated using non-default constructor
or factory method
that takes one or more named properties as argument(s),
this creator is used for instantiation.
- _propertyCount - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
- _propertyFilterId - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Id of the bean property filter to use, if any; null if none.
- _propertyIds - Variable in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Set of ids of properties that are known for the type, if this
can be statically determined.
- _propertyIndex - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Index of property (within all property of a bean); assigned
when all properties have been collected.
- _propertyName - Variable in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Note: redundant information since it is also included in the
reference path.
- _propertyName(String, String) - Method in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector
-
- _propertyName - Variable in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- _propertyNamingStrategy - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Custom property naming strategy in use, if any.
- _propName - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Logical name of the property (often but not always derived
from the setter method name)
- _props - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Writers used for outputting actual property values
- _provider - Variable in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor.Base
-
- _provider - Variable in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonMapFormatVisitor.Base
-
- _provider - Variable in class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor.Base
-
- _provider - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _put(String, JsonNode) - Method in class com.fasterxml.jackson.databind.node.ObjectNode
-
- _rawClass - Variable in class com.fasterxml.jackson.databind.type.HierarchicType
-
- _rawType - Variable in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember
-
- _readAndBind(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _readAndBindStringMap(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Optimized method used when keys can be deserialized as plain old
String
s, and there is no custom deserialized
specified.
- _readers - Variable in class com.fasterxml.jackson.databind.deser.DataFormatReaders
-
Ordered list of readers which both represent data formats to
detect (in precedence order, starting with highest) and contain
factories used for actual detection.
- _readMapAndClose(JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- _readValue(DeserializationConfig, JsonParser, JavaType) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Actual implementation of value reading+binding operation.
- _referencedType - Variable in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
Type of value that we reference
- _referenceName - Variable in class com.fasterxml.jackson.databind.deser.impl.ManagedReferenceProperty
-
- _referringClass - Variable in exception com.fasterxml.jackson.databind.exc.PropertyBindingException
-
Class that does not contain mapping for the unrecognized property.
- _registeredModuleTypes - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
- _registeredSubtypes - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdSubtypeResolver
-
- _removeUnwantedProperties() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Method called to get rid of candidate properties that are marked
as ignored, or that are not visible.
- _renameProperties() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _renameUsing(PropertyNamingStrategy) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _renameWithWrappers() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _reportBase64EOF() - Method in class com.fasterxml.jackson.databind.node.TextNode
-
- _reportIncompatibleRootType(Object, JavaType) - Method in class com.fasterxml.jackson.databind.SerializerProvider
-
- _reportInvalidBase64(Base64Variant, char, int) - Method in class com.fasterxml.jackson.databind.node.TextNode
-
- _reportInvalidBase64(Base64Variant, char, int, String) - Method in class com.fasterxml.jackson.databind.node.TextNode
-
- _reportUndetectableSource(Object) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _reportUnkownFormat(DataFormatReaders, DataFormatReaders.Match) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
Method called to indicate that format detection failed to detect format
of given input
- _reportUnsupportedOperation() - Method in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _required - Variable in class com.fasterxml.jackson.databind.PropertyMetadata
-
Three states: required, not required and unknown; unknown represented
as null.
- _reset() - Method in class com.fasterxml.jackson.databind.util.ObjectBuffer
-
- _reset() - Method in class com.fasterxml.jackson.databind.util.PrimitiveArrayBuilder
-
- _resetWhenFull - Variable in class com.fasterxml.jackson.databind.ser.impl.PropertySerializerMap
-
Configuration setting that determines what happens when maximum
size (currently 8) is reached: if true, will "start from beginning";
if false, will simply stop adding new entries.
- _resolve() - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- _resolveBindings(Type) - Method in class com.fasterxml.jackson.databind.type.TypeBindings
-
- _resolvedObjectIdProperty(DeserializationContext, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
- _resolveInnerClassValuedProperty(DeserializationContext, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method that will handle gruesome details of dealing with properties
that have non-static inner class as value...
- _resolveManagedReferenceProperty(DeserializationContext, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method called to see if given property is part of 'managed' property
pair (managed + back reference), and if so, handle resolution details.
- _resolver - Variable in class com.fasterxml.jackson.databind.deser.std.EnumDeserializer
-
- _resolver - Variable in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- _resolveUnwrappedProperty(DeserializationContext, SettableBeanProperty) - Method in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Helper method called to see if given property might be so-called unwrapped
property: these require special handling.
- _resolveVariableViaSubTypes(HierarchicType, String, TypeBindings) - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _rootDeserializer - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
- _rootDeserializers - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
We will use a separate main-level Map for keeping track
of root-level deserializers.
- _rootDeserializers - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Root-level cached deserializers
- _rootName - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Explicitly defined root name to use, if any; if empty
String, will disable root-name wrapping; if null, will
use defaults
- _rootNames - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Cache for root names used when root-wrapping is enabled.
- _rootNames - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Cache for root names used when root-wrapping is enabled.
- _rootNames - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Helper object for keeping track of introspected root names
- _rootNames - Variable in class com.fasterxml.jackson.databind.util.RootNameLookup
-
For efficient operation, let's try to minimize number of times we
need to introspect root element name to use.
- _rootSerializer - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _schema - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
When using data format that uses a schema, schema is passed
to parser.
- _schemaType - Variable in class com.fasterxml.jackson.databind.ser.std.NumberSerializers.Base
-
- _scope - Variable in class com.fasterxml.jackson.databind.introspect.ObjectIdInfo
-
- _secondary - Variable in class com.fasterxml.jackson.databind.introspect.AnnotationIntrospectorPair
-
- _seenObjectIds - Variable in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Per-serialization map Object Ids that have seen so far, iff
Object Id handling is enabled.
- _segment - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
Currently active segment
- _segmentPtr - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Parser
-
Pointer to current token within current segment
- _serFeatures - Variable in class com.fasterxml.jackson.databind.SerializationConfig
-
- _serialization - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor
-
Field that is used to make JDK serialization work with this
object.
- _serialization - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedField
-
Temporary field required for JDK serialization support
- _serialization - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod
-
Field that is used to make JDK serialization work with this
object.
- _serializationConfig - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Configuration object that defines basic global
settings for the serialization process
- _serializationInclusion - Variable in class com.fasterxml.jackson.databind.SerializationConfig
-
Which Bean/Map properties are to be included in serialization?
Default settings is to include all regardless of value; can be
changed to only include non-null properties, or properties
with non-default values.
- _serializationShape - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Requested shape from bean class annotations.
- _serializationShape - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
Requested shape from bean class annotations.
- _serializationType - Variable in class com.fasterxml.jackson.databind.util.JSONPObject
-
Optional static type to use for serialization; if null, runtime
type is used.
- _serializationType - Variable in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
Optional static type to use for serialization; if null, runtime
type is used.
- _serializationView - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
View used for currently active serialization, if any.
- _serializeAsIndex - Variable in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
Flag that is set if we statically know serialization choice
between index and textual format (null if it needs to be dynamically
checked).
- _serializeAsIndex(SerializerProvider) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
- _serializeNull(JsonGenerator) - Method in class com.fasterxml.jackson.databind.ser.DefaultSerializerProvider
-
Helper method called when root value to serialize is null
- _serializeObjectId(Object, JsonGenerator, SerializerProvider, TypeSerializer, WritableObjectId) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- _serializer - Variable in class com.fasterxml.jackson.databind.ser.AnyGetterWriter
-
- _serializer - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Serializer to use for writing out the value: null if it can not
be known statically; non-null if it can.
- _serializer - Variable in class com.fasterxml.jackson.databind.ser.impl.IndexedStringListSerializer
-
- _serializer - Variable in class com.fasterxml.jackson.databind.ser.impl.StringCollectionSerializer
-
- _serializer - Variable in class com.fasterxml.jackson.databind.ser.impl.TypeWrappedSerializer
-
- _serializerCache - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Cache for doing type-to-value-serializer lookups.
- _serializerFactory - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Serializer factory used for constructing serializers.
- _serializerFactory - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
- _serializerFactory - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Factory used for constructing actual serializer instances.
- _serializerModifier - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _serializerProvider - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Object that manages access to serializers used for serialization,
including caching.
- _serializerProvider(SerializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
Overridable helper method used for constructing
SerializerProvider
to use for serialization.
- _serializerProvider - Variable in class com.fasterxml.jackson.databind.ObjectWriter
-
- _serializerProvider(SerializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
Overridable helper method used for constructing
SerializerProvider
to use for serialization.
- _serializers - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _serializeWithObjectId(Object, JsonGenerator, SerializerProvider, boolean) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- _serializeWithObjectId(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
- _setter - Variable in class com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
Setter method for modifying property value; used for
"regular" method-accessible properties.
- _setter - Variable in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
Annotated variant is needed for JDK serialization only
- _setterMinLevel - Variable in class com.fasterxml.jackson.databind.introspect.VisibilityChecker.Std
-
- _setterPriority(AnnotatedMethod) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _setters - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertyBuilder
-
- _shared - Variable in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl
-
Shared attributes that we can not modify in-place.
- _simpleName - Variable in class com.fasterxml.jackson.databind.PropertyName
-
Basic name of the property.
- _sortKeys - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Flag set if output is forced to be sorted by keys (usually due
to annotation).
- _sortProperties() - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _standardStringKey - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Flag set to indicate that the key type is
String
(or
Object
, for
which String is acceptable),
and that the
default Jackson key deserializer would be used.
- _startContainer - Variable in class com.fasterxml.jackson.databind.node.TreeTraversingParser
-
Flag needed to handle recursion into contents of child
Array/Object nodes.
- _staticTyping - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
- _staticTyping - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- _staticTyping - Variable in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Whether we are using static typing (using declared types, ignoring
runtime type) or not for elements.
- _stdBeanNaming - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _stdNullValueSerializer - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Flag set to indicate that we are using vanilla null value serialization
- _stringDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _subDeserializers - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Lazily constructed map used to contain deserializers needed
for polymorphic subtypes.
- _subType - Variable in class com.fasterxml.jackson.databind.type.HierarchicType
-
- _subtypeResolver - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
Registered concrete subtypes that can be used instead of (or
in addition to) ones declared using annotations.
- _subtypeResolver - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Thing used for registering sub-types, resolving them to
super/sub-types as needed.
- _subtypes - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
Set of subtypes to register, if any.
- _suffix - Variable in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
Literal String to output after serialized value.
- _superType - Variable in class com.fasterxml.jackson.databind.type.HierarchicType
-
- _superTypes - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedClass
-
Ordered set of super classes and interfaces of the
class itself: included in order of precedence
- _suppressableValue - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Value that is considered default value of the property; used for
default-value-suppression if enabled.
- _suppressableValue - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Value that indicates suppression mechanism to use; either one of
values of JsonInclude.Include
, or actual object to compare
against ("default value")
- _suppressableValue(JsonInclude.Include) - Static method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
- _suppressNulls - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Whether null values are to be suppressed (nothing written out if
value is null) or not.
- _suppressNulls(JsonInclude.Include) - Static method in class com.fasterxml.jackson.databind.ser.VirtualBeanPropertyWriter
-
- _t1 - Variable in class com.fasterxml.jackson.databind.util.NameTransformer.Chained
-
- _t2 - Variable in class com.fasterxml.jackson.databind.util.NameTransformer.Chained
-
- _targetType - Variable in exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
Intended target type (type-erased class) that value could not
be deserialized into, if known.
- _throwAsIOE(Exception, String, Object) - Method in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- _throwAsIOE(Exception, Object) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Method that takes in exception of any type, and casts or wraps it
to an IOException or its subclass.
- _throwAsIOE(Exception) - Method in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- _throwNoSuchElement() - Method in class com.fasterxml.jackson.databind.MappingIterator
-
- _throwWrapped(Exception, String, Object) - Method in class com.fasterxml.jackson.databind.ser.PropertyBuilder
-
- _timestamp(Calendar) - Method in class com.fasterxml.jackson.databind.ser.std.CalendarSerializer
-
- _timestamp(Date) - Method in class com.fasterxml.jackson.databind.ser.std.DateSerializer
-
- _timestamp(T) - Method in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
- _timestamp(Date) - Method in class com.fasterxml.jackson.databind.ser.std.SqlDateSerializer
-
- _timeZone - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Default
TimeZone
used with serialization formats.
- _timezone - Variable in class com.fasterxml.jackson.databind.util.StdDateFormat
-
Caller may want to explicitly override timezone to use; if so,
we will have non-null value here.
- _tokens - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
- _tokenTypes - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer.Segment
-
Bit field used to store types of buffered tokens; 4 bits per token.
- _treeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer
-
- _type - Variable in class com.fasterxml.jackson.databind.BeanDescription
-
Bean type information, including raw class and possible
* generics information
- _type - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- _type - Variable in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- _type - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Base type for property; may be a supertype of actual value.
- _type - Variable in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
- _type - Variable in class com.fasterxml.jackson.databind.introspect.AnnotatedParameter
-
JDK type of the parameter, possibly contains generic type information
- _type - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
Type of POJO for which properties are being collected.
- _type - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
- _type - Variable in class com.fasterxml.jackson.databind.ser.SerializerCache.TypeKey
-
- _typeCache - Variable in class com.fasterxml.jackson.databind.type.TypeFactory
-
Since type resolution can be expensive (specifically when resolving
actual generic types), we will use small cache to avoid repetitive
resolution of core types
- _typeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.impl.TypeWrappedDeserializer
-
- _typeFactory - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Specific factory used for creating
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)
- _typeFactory - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase
-
- _typeFactory - Variable in class com.fasterxml.jackson.databind.ObjectMapper
-
Specific factory used for creating
JavaType
instances;
needed to allow modules to add more custom type handling
(mostly to support types of non-Java JVM languages)
- _typeFactory - Variable in class com.fasterxml.jackson.databind.type.TypeBindings
-
Factory to use for constructing resolved related types.
- _typeFromId(String, TypeFactory) - Method in class com.fasterxml.jackson.databind.jsontype.impl.ClassNameIdResolver
-
- _typeFromId(String, TypeFactory) - Method in class com.fasterxml.jackson.databind.jsontype.impl.MinimalClassNameIdResolver
-
- _typeFromId(String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
- _typeHandler - Variable in class com.fasterxml.jackson.databind.JavaType
-
Optional handler that can be attached to indicate how to handle
additional type metadata associated with this type.
- _typeId - Variable in class com.fasterxml.jackson.databind.ser.BeanSerializerBuilder
-
Property that is used for type id (and not serialized as regular
property)
- _typeId - Variable in class com.fasterxml.jackson.databind.ser.std.BeanSerializerBase
-
If using custom type ids (usually via getter, or field), this is the
reference to that member.
- _typeId - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
If native type ids supported, this is the id for following
value (or first token of one) to be written.
- _typeIdVisible - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
Whether type id should be exposed to deserializers or not
- _typeIdVisible - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
- _typeNames - Variable in class com.fasterxml.jackson.databind.type.SimpleType
-
- _typeParameters - Variable in class com.fasterxml.jackson.databind.type.SimpleType
-
Generic type arguments for this type.
- _typeParametersFor - Variable in class com.fasterxml.jackson.databind.type.SimpleType
-
In case there are resolved type parameters, this field stores reference
to that type.
- _typeProperty - Variable in class com.fasterxml.jackson.databind.jsontype.impl.StdTypeResolverBuilder
-
- _typePropertyName - Variable in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _typePropertyName - Variable in class com.fasterxml.jackson.databind.jsontype.impl.AsPropertyTypeSerializer
-
- _typePropertyName - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeDeserializerBase
-
Name of type property used; needed for non-property versions too,
in cases where type id is to be exposed as part of JSON.
- _typeResolverBuilder - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Type information handler used for "untyped" values (ones declared
to have type Object.class
)
- _typeSerializer - Variable in class com.fasterxml.jackson.databind.SequenceWriter
-
- _typeSerializer - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
If property being serialized needs type information to be
included this is the type serializer to use.
- _typeSerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.TypeWrappedSerializer
-
- _typeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- _typeToId - Variable in class com.fasterxml.jackson.databind.jsontype.impl.TypeNameIdResolver
-
Mappings from class name to type id, used for serialization
- _unknownType() - Method in class com.fasterxml.jackson.databind.type.TypeFactory
-
- _unknownTypeSerializer - Variable in class com.fasterxml.jackson.databind.SerializerProvider
-
Serializer that gets called for values of types for which no
serializers can be constructed.
- _untyped - Variable in class com.fasterxml.jackson.databind.deser.std.ObjectArrayDeserializer
-
Flag that indicates whether the component type is Object or not.
- _unwrapAndDeserialize(JsonParser, DeserializationContext, DeserializationConfig, JavaType, JsonDeserializer<Object>) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- _unwrapAndDeserialize(JsonParser, DeserializationContext, JavaType, JsonDeserializer<Object>) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _unwrappedPropertyHandler - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
If one of properties has "unwrapped" value, we need separate
helper object
- _unwrapRoot - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Flag that indicates whether root values are expected to be unwrapped or not
- _updateCreatorProperty(POJOPropertyBuilder, List<POJOPropertyBuilder>) - Method in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _updatedValue - Variable in class com.fasterxml.jackson.databind.MappingIterator
-
If not null, "value to update" instead of creating a new instance
for each call.
- _usesExternalId() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeDeserializer
-
- _usesExternalId() - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeDeserializer
-
- _useTimestamp - Variable in class com.fasterxml.jackson.databind.ser.std.DateTimeSerializerBase
-
Flag that indicates that serialization must be done as the
Java timestamp, regardless of other settings.
- _value - Variable in exception com.fasterxml.jackson.databind.exc.InvalidFormatException
-
Underlying value that could not be deserialized into
target type, if available.
- _value - Variable in class com.fasterxml.jackson.databind.node.BigIntegerNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.DecimalNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.DoubleNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.FloatNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.IntNode
-
Integer value this node contains
- _value - Variable in class com.fasterxml.jackson.databind.node.LongNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.POJONode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.ShortNode
-
- _value - Variable in class com.fasterxml.jackson.databind.node.TextNode
-
- _value - Variable in class com.fasterxml.jackson.databind.util.JSONPObject
-
Value to be serialized as JSONP padded; can be null.
- _value - Variable in class com.fasterxml.jackson.databind.util.JSONWrappedObject
-
Value to be serialized as JSONP padded; can be null.
- _valueClass - Variable in class com.fasterxml.jackson.databind.deser.std.StdDeserializer
-
Type of values this deserializer handles: sometimes
exact types, other time most specific supertype of
types deserializer handles (which may be as generic
as
Object
in some case)
- _valueDesc() - Method in class com.fasterxml.jackson.databind.DeserializationContext
-
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Deserializer used for handling property value.
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
Value deserializer.
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
Value deserializer.
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
Value deserializer.
- _valueDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
Value deserializer to use, if NOT the standard one
(if it is, will be null).
- _valueHandler - Variable in class com.fasterxml.jackson.databind.JavaType
-
Optional handler (codec) that can be attached to indicate
what to use for handling (serializing, deserializing) values of
this specific type.
- _valueId - Variable in class com.fasterxml.jackson.databind.deser.impl.ValueInjector
-
Identifier used for looking up value to inject
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Object that handles details of constructing initial
bean value (to which bind data to), unless instance
is passed (via updateValue())
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder
-
Object that will handle value instantiation for the bean type.
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
-
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
- _valueInstantiator - Variable in class com.fasterxml.jackson.databind.deser.std.StringCollectionDeserializer
-
Instantiator used in case custom handling is needed for creation.
- _valueInstantiatorInstance(DeserializationConfig, Annotated, Object) - Method in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory
-
- _valueInstantiators - Variable in class com.fasterxml.jackson.databind.cfg.DeserializerFactoryConfig
-
List of objects that know how to create instances of POJO types;
possibly using custom construction (non-annoted constructors; factory
methods external to value type etc).
- _valueInstantiators - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
Lazily-constructed resolver used for storing mappings from
abstract classes to more specific implementing classes
(which may be abstract or concrete)
- _values - Variable in class com.fasterxml.jackson.databind.InjectableValues.Std
-
- _values - Variable in class com.fasterxml.jackson.databind.ser.std.EnumSerializer
-
This map contains pre-resolved values (since there are ways
to customize actual String constants to use) to use as
serializations.
- _valueSerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Value serializer to use, if it can be statically determined
- _valueSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
Value serializer to use, if it can be statically determined
- _valueSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.JsonValueSerializer
-
- _valueSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapProperty
-
- _valueSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Value serializer to use, if it can be statically determined
- _valueToUpdate - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Instance to update with data binding; if any.
- _valueType - Variable in class com.fasterxml.jackson.databind.ObjectReader
-
Declared type of value to instantiate during deserialization.
- _valueType - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _valueType - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- _valueType - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Declared type of contained values
- _valueType - Variable in class com.fasterxml.jackson.databind.type.MapLikeType
-
Type of values of Map.
- _valueTypeDesc - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
Type of values that are instantiated; used
for error reporting purposes.
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
If value will contain type information (to support
polymorphic handling), this is the type deserializer
used to handle type resolution.
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.AtomicReferenceDeserializer
-
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.CollectionDeserializer
-
If element instances have polymorphic type information, this
is the type deserializer that can handle it
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.EnumMapDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can handle it
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can handle it
- _valueTypeDeserializer - Variable in class com.fasterxml.jackson.databind.deser.std.MapEntryDeserializer
-
If value instances have polymorphic type information, this
is the type deserializer that can handle it
- _valueTypeIsStatic - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Whether static types should be used for serialization of values
or not (if not, dynamic runtime type is used)
- _valueTypeIsStatic - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Whether static types should be used for serialization of values
or not (if not, dynamic runtime type is used)
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
Type identifier serializer used for values, if any.
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.AsArraySerializerBase
-
Type serializer used for values, if any.
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
Type serializer used for values, if any.
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
Type identifier serializer used for values, if any.
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
Type serializer to use for values, if any.
- _valueTypeSerializer - Variable in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.TypedPrimitiveArraySerializer
-
Type serializer to use for values, if any.
- _vanillaProcessing - Variable in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase
-
Flag that indicates that no "special features" whatsoever
are enabled, so the simplest processing is possible.
- _verifyAsClass(Object, String, Class<?>) - Method in class com.fasterxml.jackson.databind.ser.BasicSerializerFactory
-
- _verifySchemaType(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectMapper
-
- _verifySchemaType(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _verifySchemaType(FormatSchema) - Method in class com.fasterxml.jackson.databind.ObjectWriter
-
- _version - Variable in class com.fasterxml.jackson.databind.module.SimpleModule
-
- _view - Variable in class com.fasterxml.jackson.databind.cfg.MapperConfigBase
-
View to use for filtering out properties to serialize
or deserialize.
- _view - Variable in class com.fasterxml.jackson.databind.DeserializationContext
-
Currently active view, if any.
- _viewMatcher - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
Helper object used for checking whether this property is to
be included in the active view, if property is view-specific;
null otherwise.
- _visibilityChecker - Variable in class com.fasterxml.jackson.databind.cfg.BaseSettings
-
Object used for determining whether specific property elements
(method, constructors, fields) can be auto-detected based on
their visibility (access modifiers).
- _visibilityChecker - Variable in class com.fasterxml.jackson.databind.introspect.POJOPropertiesCollector
-
- _widen(Class<?>) - Method in class com.fasterxml.jackson.databind.JavaType
-
- _with(DeserializationConfig) - Method in class com.fasterxml.jackson.databind.ObjectReader
-
- _withArgsCreator - Variable in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
-
- _withResolved(JsonDeserializer<?>, JsonDeserializer<?>, JsonDeserializer<?>, JsonDeserializer<?>) - Method in class com.fasterxml.jackson.databind.deser.std.UntypedObjectDeserializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.ContainerSerializer
-
Method that needs to be implemented to allow construction of a new
serializer object with given
TypeSerializer
, used when
addition type information is to be embedded.
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.impl.IteratorSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.impl.MapEntrySerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.impl.StringArraySerializer
-
Strings never add type info; hence, even if type serializer is suggested,
we'll ignore it...
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.CollectionSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.EnumMapSerializer
-
Deprecated.
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.EnumSetSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.IterableSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.MapSerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.ObjectArraySerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.BooleanArraySerializer
-
Booleans never add type info; hence, even if type serializer is suggested,
we'll ignore it...
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.DoubleArraySerializer
-
Doubles never add type info; hence, even if type serializer is suggested,
we'll ignore it...
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.FloatArraySerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.IntArraySerializer
-
Ints never add type info; hence, even if type serializer is suggested,
we'll ignore it...
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.LongArraySerializer
-
- _withValueTypeSerializer(TypeSerializer) - Method in class com.fasterxml.jackson.databind.ser.std.StdArraySerializers.ShortArraySerializer
-
- _wrapperName - Variable in class com.fasterxml.jackson.databind.BeanProperty.Std
-
- _wrapperName - Variable in class com.fasterxml.jackson.databind.deser.SettableBeanProperty
-
- _wrapperName - Variable in class com.fasterxml.jackson.databind.ser.BeanPropertyWriter
-
Wrapper name to use for this element, if any
- _writeArrayPrefix(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _writeArraySuffix(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _writeCloseableValue(Object) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- _writeCloseableValue(Object, JavaType) - Method in class com.fasterxml.jackson.databind.SequenceWriter
-
- _writeContext - Variable in class com.fasterxml.jackson.databind.util.TokenBuffer
-
- _writeObjectPrefix(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _writeObjectSuffix(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _writeScalarPrefix(Object, JsonGenerator) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-
- _writeScalarSuffix(Object, JsonGenerator, String) - Method in class com.fasterxml.jackson.databind.jsontype.impl.AsExternalTypeSerializer
-