A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

AbstractDeserializer - Class in org.codehaus.jackson.map.deser
Deserializer only used for abstract types used as placeholders during polymorphic type handling deserialization.
AbstractDeserializer(JavaType) - Constructor for class org.codehaus.jackson.map.deser.AbstractDeserializer
 
AbstractTypeMaterializer - Class in org.codehaus.jackson.mrbean
Nifty class for pulling implementations of classes out of thin air.
AbstractTypeMaterializer() - Constructor for class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
 
AbstractTypeMaterializer(ClassLoader) - Constructor for class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
 
AbstractTypeMaterializer.Feature - Enum in org.codehaus.jackson.mrbean
Enumeration that defines togglable features that guide the serialization feature.
AbstractTypeResolver - Class in org.codehaus.jackson.map
Defines interface for resolvers that can resolve abstract types into concrete ones; either by using static mappings, or possibly by materializing implementations dynamically.
AbstractTypeResolver() - Constructor for class org.codehaus.jackson.map.AbstractTypeResolver
 
abstractTypeResolvers() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
abstractTypeResolvers() - Method in class org.codehaus.jackson.map.DeserializerFactory.Config
 
ADAPTER_TYPE - Static variable in class org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
add(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
Method called to add specified annotated method in the Map.
add(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
Method called to add specified annotation in the Map.
add(JsonNode) - Method in class org.codehaus.jackson.node.ArrayNode
 
add(int) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
add(Integer) - Method in class org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
add(long) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
add(Long) - Method in class org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
add(float) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
add(Float) - Method in class org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
add(double) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
add(Double) - Method in class org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
add(BigDecimal) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
add(String) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
add(boolean) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
add(Boolean) - Method in class org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
add(byte[]) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified binary value
addAbstractTypeMapping(Class<T>, Class<? extends T>) - Method in class org.codehaus.jackson.map.module.SimpleModule
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)
addAbstractTypeResolver(AbstractTypeResolver) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional AbstractTypeResolver instance, to handle resolution of abstract to concrete types (either by defaulting, or by materializing).
addAll(POJOPropertyBuilder) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Method for adding all property members from specified collector into this collector.
addAll(ArrayNode) - Method in class org.codehaus.jackson.node.ArrayNode
Method for adding all child nodes of given Array, appending to child nodes this array contains
addAll(Collection<JsonNode>) - Method in class org.codehaus.jackson.node.ArrayNode
Method for adding given nodes as child nodes of this array node.
addAndResolveNonTypedSerializer(Class<?>, JsonSerializer<Object>, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache
 
addAndResolveNonTypedSerializer(JavaType, JsonSerializer<Object>, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache
 
addArray() - Method in class org.codehaus.jackson.node.ArrayNode
Method that will construct an ArrayNode and add it as a field of this ObjectNode, replacing old value, if any.
addBackReferenceProperty(String, SettableBeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method called to add a property that represents so-called back reference; reference that "points back" to object that has forward reference to currently built bean.
addBeanDeserializerModifier(BeanDeserializerModifier) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional modifier objects to customize configuration and construction of bean deserializers.
addBeanProps(DeserializationConfig, BasicBeanDescription, BeanDeserializerBuilder) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method called to figure out settable properties for the bean deserializer to use.
addBeanSerializerModifier(BeanSerializerModifier) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional modifier objects to customize configuration and construction of bean serializers.
addBinding(String, JavaType) - Method in class org.codehaus.jackson.map.type.TypeBindings
 
addBooleanCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addContentsTo(List<JsonNode>) - Method in class org.codehaus.jackson.node.ArrayNode
 
addCreatorProperty(BeanPropertyDefinition) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method called by deserializer factory, when a "creator property" (something that is passed via constructor- or factory method argument; instead of setter or field).
addCtor(AnnotatedParameter, String, boolean, boolean) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
addDelegatingCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addDeserializer(Class<T>, JsonDeserializer<? extends T>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
addDeserializer(Class<?>, KeyDeserializer) - Method in class org.codehaus.jackson.map.module.SimpleKeyDeserializers
 
addDeserializer(Class<T>, JsonDeserializer<? extends T>) - Method in class org.codehaus.jackson.map.module.SimpleModule
 
addDeserializers(Deserializers) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional deserializers to use for handling types.
addDoubleCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addExternal(SettableBeanProperty, String) - Method in class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler.Builder
 
addField(AnnotatedField, String, boolean, boolean) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
addFilter(String, BeanPropertyFilter) - Method in class org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
addFlattenedActiveParsers(List<JsonParser>) - Method in class org.codehaus.jackson.util.JsonParserSequence
 
addGenericMapping(Class<? extends T>, JsonSerializer<T>) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
Method used to add a generic (transitive) mapping from specified class or its sub-classes into a serializer.
addGetter(AnnotatedMethod, String, boolean, boolean) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
addHandler(DeserializationProblemHandler) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method that can be used to add a handler that can (try to) resolve non-fatal deserialization problems.
addIfNotPresent(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method called to augment annotations, by adding specified annotation if and only if it is not yet present in the annotation map we have.
addIfNotPresent(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
Method called to add specified annotation in the Map, but only if it didn't yet exist.
addIgnorable(String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method that will add property name as one of properties that can be ignored if not recognized.
addInjectable(String, JavaType, Annotations, AnnotatedMember, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
addInjectables(DeserializationConfig, BasicBeanDescription, BeanDeserializerBuilder) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method called locate all members used for value injection (if any), constructor ValueInjector instances, and add them to builder.
addIntCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addKeyDeserializer(Class<?>, KeyDeserializer) - Method in class org.codehaus.jackson.map.module.SimpleModule
 
addKeyDeserializers(KeyDeserializers) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional deserializers to use for handling Map key values (which are separate from value deserializers because they are always serialized from String values)
addKeySerializer(Class<? extends T>, JsonSerializer<T>) - Method in class org.codehaus.jackson.map.module.SimpleModule
 
addKeySerializers(Serializers) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional serializers to use for handling Map key values (which are separate from value serializers because they must write JsonToken.FIELD_NAME instead of String value).
addLongCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addMapping(Class<T>, Class<? extends T>) - Method in class org.codehaus.jackson.map.module.SimpleAbstractTypeResolver
Method for adding a mapping from super type to specific subtype.
addMixInAnnotationMapping(Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated. Method to use for adding mix-in annotations that Class classWithMixIns contains into class destinationClass.
addMixInAnnotations(Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.MapperConfig
Method to use for adding mix-in annotations to use for augmenting specified class or interface.
addName(String, int, int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
addName(String, int[], int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
addNull() - Method in class org.codehaus.jackson.node.ArrayNode
 
addObject() - Method in class org.codehaus.jackson.node.ArrayNode
Method that will construct an ObjectNode and add it at the end of this array node.
addOrOverride(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
Method called to override an annotation, usually due to a mix-in annotation masking or overriding an annotation 'real' constructor has.
addOrOverride(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
addOrOverride(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method called to override a class annotation, usually due to a mix-in annotation masking or overriding an annotation 'real' class
addOrOverrideParam(int, Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method called to override a method parameter annotation, usually due to a mix-in annotation masking or overriding an annotation 'real' method has.
addOrReplaceProperty(SettableBeanProperty, boolean) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method for adding a new property or replacing a property.
addPOJO(Object) - Method in class org.codehaus.jackson.node.ArrayNode
Method that will construct a POJONode and add it at the end of this array node.
addProperty(SettableBeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method to add a property setter.
addProperty(SettableBeanProperty) - Method in class org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
 
addPropertyCreator(AnnotatedWithParams, CreatorProperty[]) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addReferenceProperties(DeserializationConfig, BasicBeanDescription, BeanDeserializerBuilder) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will find if bean has any managed- or back-reference properties, and if so add them to bean, to be linked during resolution phase.
addSerializer(JsonSerializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleModule
 
addSerializer(Class<? extends T>, JsonSerializer<T>) - Method in class org.codehaus.jackson.map.module.SimpleModule
 
addSerializer(JsonSerializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
Method for adding given serializer for type that JsonSerializer.handledType() specifies (which MUST return a non-null class; and can NOT be Object, as a sanity check).
addSerializer(Class<? extends T>, JsonSerializer<T>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
addSerializers(Serializers) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional serializers to use for handling types.
addSetter(AnnotatedMethod, String, boolean, boolean) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
addSpecificMapping(Class<T>, JsonDeserializer<? extends T>) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated. Method used to add a mapping for specific type -- and only that type -- to use specified deserializer.
addSpecificMapping(Class<? extends T>, JsonSerializer<T>) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
Method used to add a mapping from specific type -- and only that type -- to specified serializer.
addStringCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
addToList(List<T>, T) - Static method in class org.codehaus.jackson.map.util.ArrayBuilders
Helper method for adding specified element to a List, but also considering case where the List may not have been yet constructed (that is, null is passed instead).
addTypedSerializer(JavaType, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache
Method called if none of lookups succeeded, and caller had to construct a serializer.
addTypedSerializer(Class<?>, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache
 
addTypeModifier(TypeModifier) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional TypeModifier instance, which can augment JavaType instances constructed by TypeFactory.
addUntouchable(Class<?>) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method for marking specified type as "untouchable", meaning that provider will not try to read or write values of this type (or its subtypes).
addValue(String, Object) - Method in class org.codehaus.jackson.map.InjectableValues.Std
 
addValue(Class<?>, Object) - Method in class org.codehaus.jackson.map.InjectableValues.Std
 
addValueInstantiator(Class<?>, ValueInstantiator) - Method in class org.codehaus.jackson.map.module.SimpleModule
Method for registering ValueInstantiator to use when deserializing instances of type beanType.
addValueInstantiator(Class<?>, ValueInstantiator) - Method in class org.codehaus.jackson.map.module.SimpleValueInstantiators
 
addValueInstantiators(ValueInstantiators) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that module can use to register additional ValueInstantiators, by adding ValueInstantiators object that gets called when instantatiator is needed by a deserializer.
all() - Static method in class org.codehaus.jackson.map.deser.std.FromStringDeserializer
 
allIntrospectors() - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method that can be used to collect all "real" introspectors that this introspector contains, if any; or this introspector if it is not a container.
allIntrospectors(Collection<AnnotationIntrospector>) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method that can be used to collect all "real" introspectors that this introspector contains, if any; or this introspector if it is not a container.
allIntrospectors() - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
allIntrospectors(Collection<AnnotationIntrospector>) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
allocByteBuffer(BufferRecycler.ByteBufferType) - Method in class org.codehaus.jackson.util.BufferRecycler
 
allocCharBuffer(BufferRecycler.CharBufferType) - Method in class org.codehaus.jackson.util.BufferRecycler
 
allocCharBuffer(BufferRecycler.CharBufferType, int) - Method in class org.codehaus.jackson.util.BufferRecycler
 
allocConcatBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
allocNameCopyBuffer(int) - Method in class org.codehaus.jackson.io.IOContext
 
allocReadIOBuffer() - Method in class org.codehaus.jackson.io.IOContext
Note: the method can only be called once during its life cycle.
allocSeenNamesBuffer() - Method in class org.codehaus.jackson.smile.SmileBufferRecycler
 
allocSeenStringValuesBuffer() - Method in class org.codehaus.jackson.smile.SmileBufferRecycler
 
allocTokenBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
allocWriteEncodingBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
allProperties() - Method in class org.codehaus.jackson.map.deser.impl.BeanPropertyMap
Accessor for traversing over all contained properties.
Annotated - Class in org.codehaus.jackson.map.introspect
Shared base class used for anything on which annotations (included within a AnnotationMap).
Annotated() - Constructor for class org.codehaus.jackson.map.introspect.Annotated
 
AnnotatedClass - Class in org.codehaus.jackson.map.introspect
 
AnnotatedConstructor - Class in org.codehaus.jackson.map.introspect
 
AnnotatedConstructor(Constructor<?>, AnnotationMap, AnnotationMap[]) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
AnnotatedField - Class in org.codehaus.jackson.map.introspect
Object that represents non-static (and usually non-transient/volatile) fields of a class.
AnnotatedField(Field, AnnotationMap) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedField
 
AnnotatedMember - Class in org.codehaus.jackson.map.introspect
Intermediate base class for annotated entities that are members of a class; fields, methods and constructors.
AnnotatedMember(AnnotationMap) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedMember
 
AnnotatedMethod - Class in org.codehaus.jackson.map.introspect
 
AnnotatedMethod(Method, AnnotationMap, AnnotationMap[]) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
AnnotatedMethodMap - Class in org.codehaus.jackson.map.introspect
Simple helper class used to keep track of collection of AnnotatedMethods, accessible by lookup.
AnnotatedMethodMap() - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
AnnotatedParameter - Class in org.codehaus.jackson.map.introspect
Object that represents method parameters, mostly so that associated annotations can be processed conveniently.
AnnotatedParameter(AnnotatedWithParams, Type, AnnotationMap, int) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
AnnotatedWithParams - Class in org.codehaus.jackson.map.introspect
Intermediate base class that encapsulates features that constructors and methods share.
AnnotatedWithParams(AnnotationMap, AnnotationMap[]) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
AnnotationIntrospector - Class in org.codehaus.jackson.map
Abstract class that defines API used for introspecting annotation-based configuration for serialization and deserialization.
AnnotationIntrospector() - Constructor for class org.codehaus.jackson.map.AnnotationIntrospector
 
AnnotationIntrospector.Pair - Class in org.codehaus.jackson.map
Helper class that allows using 2 introspectors such that one introspector acts as the primary one to use; and second one as a fallback used if the primary does not provide conclusive or useful result for a method.
AnnotationIntrospector.Pair(AnnotationIntrospector, AnnotationIntrospector) - Constructor for class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
AnnotationIntrospector.ReferenceProperty - Class in org.codehaus.jackson.map
Value type used with managed and back references; contains type and logic name, used to link related references
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type, String) - Constructor for class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
AnnotationIntrospector.ReferenceProperty.Type - Enum in org.codehaus.jackson.map
 
AnnotationMap - Class in org.codehaus.jackson.map.introspect
Simple helper class used to keep track of collection of Jackson Annotations associated with annotatable things (methods, constructors, classes).
AnnotationMap() - Constructor for class org.codehaus.jackson.map.introspect.AnnotationMap
 
Annotations - Enum in org.codehaus.jackson.jaxrs
Enumeration that defines standard annotation sets available for configuring data binding aspects.
Annotations - Interface in org.codehaus.jackson.map.util
Interface that defines interface for collection of annotations.
anyExplicitNames() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
AnyGetterWriter - Class in org.codehaus.jackson.map.ser
Class similar to BeanPropertyWriter, but that will be used for serializing JsonAnyGetter annotated (Map) properties
AnyGetterWriter(AnnotatedMethod, MapSerializer) - Constructor for class org.codehaus.jackson.map.ser.AnyGetterWriter
 
anyIgnorals() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
anyVisible() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
append(char) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
append(CharSequence) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
append(CharSequence, int, int) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
append(char) - Method in class org.codehaus.jackson.io.UTF8Writer
 
append(int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
append(char) - Method in class org.codehaus.jackson.util.TextBuffer
 
append(char[], int, int) - Method in class org.codehaus.jackson.util.TextBuffer
 
append(String, int, int) - Method in class org.codehaus.jackson.util.TextBuffer
 
append(int, JsonToken) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
append(int, JsonToken, Object) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
appendAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.MapperConfig
Deprecated. Since 1.9 use MapperConfig.withAppendedAnnotationIntrospector(AnnotationIntrospector) instead; this method is deprecated as it changes state, preventing immutability of instances
appendAnnotationIntrospector(AnnotationIntrospector) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method for registering specified AnnotationIntrospector as the lowest priority introspector, chained with existing introspector(s) and called as fallback for cases not otherwise handled.
appendCompletedChunk(Object[]) - Method in class org.codehaus.jackson.map.util.ObjectBuffer
Method called to add a full Object array as a chunk buffered within this buffer, and to obtain a new array to fill.
appendCompletedChunk(T, int) - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
appendDesc(StringBuilder) - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
appendQuoted(StringBuilder, String) - Static method in class org.codehaus.jackson.node.TextNode
 
appendQuoted(StringBuilder, String) - Static method in class org.codehaus.jackson.util.CharTypes
 
appendThreeBytes(int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
appendTwoBytes(int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
arrayAsIterable(T[]) - Static method in class org.codehaus.jackson.map.util.ArrayBuilders
 
arrayAsIterator(T[]) - Static method in class org.codehaus.jackson.map.util.ArrayBuilders
Helper method for exposing contents of arrays using a read-only iterator
ArrayBuilders - Class in org.codehaus.jackson.map.util
Helper class that contains set of distinct builders for different arrays of primitive values.
ArrayBuilders() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders
 
ArrayBuilders.BooleanBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.BooleanBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.BooleanBuilder
 
ArrayBuilders.ByteBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.ByteBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.ByteBuilder
 
ArrayBuilders.DoubleBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.DoubleBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.DoubleBuilder
 
ArrayBuilders.FloatBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.FloatBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.FloatBuilder
 
ArrayBuilders.IntBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.IntBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.IntBuilder
 
ArrayBuilders.LongBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.LongBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.LongBuilder
 
ArrayBuilders.ShortBuilder - Class in org.codehaus.jackson.map.util
 
ArrayBuilders.ShortBuilder() - Constructor for class org.codehaus.jackson.map.util.ArrayBuilders.ShortBuilder
 
ArrayDeserializer - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use ObjectArrayDeserializer instead.
ArrayDeserializer(ArrayType, JsonDeserializer<Object>) - Constructor for class org.codehaus.jackson.map.deser.ArrayDeserializer
Deprecated.  
ArrayDeserializer(ArrayType, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class org.codehaus.jackson.map.deser.ArrayDeserializer
Deprecated.  
ArrayDeserializers - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use PrimitiveArrayDeserializers instead.
ArrayNode - Class in org.codehaus.jackson.node
Node class that represents Arrays mapped from Json content.
ArrayNode(JsonNodeFactory) - Constructor for class org.codehaus.jackson.node.ArrayNode
 
arrayNode() - Method in class org.codehaus.jackson.node.ContainerNode
Factory method that constructs and returns an empty ArrayNode Construction is done using registered JsonNodeFactory.
arrayNode() - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing an empty JSON Array node
ArraySerializers - Class in org.codehaus.jackson.map.ser
Deprecated. Since 1.9 use StdArraySerializers
ArraySerializers() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers
Deprecated.  
arrayToSet(T[]) - Static method in class org.codehaus.jackson.map.util.ArrayBuilders
 
ArrayType - Class in org.codehaus.jackson.map.type
Array types represent Java arrays, both primitive and object valued.
arrayType(Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
arrayType(JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
AsArraySerializerBase<T> - Class in org.codehaus.jackson.map.ser.std
Base class for serializers that will output contents as JSON arrays; typically serializers used for Collection and array types.
AsArraySerializerBase(Class<?>, JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Deprecated. since 1.8
AsArraySerializerBase(Class<?>, JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - Constructor for class org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
AsArrayTypeDeserializer - Class in org.codehaus.jackson.map.jsontype.impl
Type deserializer used with JsonTypeInfo.As.WRAPPER_ARRAY inclusion mechanism.
AsArrayTypeDeserializer(JavaType, TypeIdResolver, BeanProperty) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
Deprecated. 
AsArrayTypeDeserializer(JavaType, TypeIdResolver, BeanProperty, Class<?>) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
AsArrayTypeSerializer - Class in org.codehaus.jackson.map.jsontype.impl
Type serializer that will embed type information in an array, as the first element, and actual value as the second element.
AsArrayTypeSerializer(TypeIdResolver, BeanProperty) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
asBoolean() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java boolean.
asBoolean(boolean) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java boolean.
asBoolean(boolean) - Method in class org.codehaus.jackson.node.BigIntegerNode
 
asBoolean() - Method in class org.codehaus.jackson.node.BooleanNode
 
asBoolean(boolean) - Method in class org.codehaus.jackson.node.BooleanNode
 
asBoolean(boolean) - Method in class org.codehaus.jackson.node.IntNode
 
asBoolean(boolean) - Method in class org.codehaus.jackson.node.LongNode
 
asBoolean(boolean) - Method in class org.codehaus.jackson.node.POJONode
 
asBoolean(boolean) - Method in class org.codehaus.jackson.node.TextNode
 
asByteArray() - Method in enum org.codehaus.jackson.JsonToken
 
asCharArray() - Method in enum org.codehaus.jackson.JsonToken
 
asDouble() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java double.
asDouble(double) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java double.
asDouble(double) - Method in class org.codehaus.jackson.node.BooleanNode
 
asDouble(double) - Method in class org.codehaus.jackson.node.MissingNode
 
asDouble(double) - Method in class org.codehaus.jackson.node.NullNode
 
asDouble() - Method in class org.codehaus.jackson.node.NumericNode
 
asDouble(double) - Method in class org.codehaus.jackson.node.NumericNode
 
asDouble(double) - Method in class org.codehaus.jackson.node.POJONode
 
asDouble(double) - Method in class org.codehaus.jackson.node.TextNode
 
AsExternalTypeDeserializer - Class in org.codehaus.jackson.map.jsontype.impl
Type deserializer used with JsonTypeInfo.As.EXTERNAL_PROPERTY inclusion mechanism.
AsExternalTypeDeserializer(JavaType, TypeIdResolver, BeanProperty, Class<?>, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeDeserializer
 
AsExternalTypeSerializer - Class in org.codehaus.jackson.map.jsontype.impl
Type serializer that preferably embeds type information as an "external" type property; embedded in enclosing JSON object.
AsExternalTypeSerializer(TypeIdResolver, BeanProperty, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
asGeneric() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
asInt() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java int.
asInt(int) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java int.
asInt(int) - Method in class org.codehaus.jackson.node.BooleanNode
 
asInt(int) - Method in class org.codehaus.jackson.node.MissingNode
 
asInt(int) - Method in class org.codehaus.jackson.node.NullNode
 
asInt() - Method in class org.codehaus.jackson.node.NumericNode
 
asInt(int) - Method in class org.codehaus.jackson.node.NumericNode
 
asInt(int) - Method in class org.codehaus.jackson.node.POJONode
 
asInt(int) - Method in class org.codehaus.jackson.node.TextNode
 
asLong() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java long.
asLong(long) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java long.
asLong(long) - Method in class org.codehaus.jackson.node.BooleanNode
 
asLong(long) - Method in class org.codehaus.jackson.node.MissingNode
 
asLong(long) - Method in class org.codehaus.jackson.node.NullNode
 
asLong() - Method in class org.codehaus.jackson.node.NumericNode
 
asLong(long) - Method in class org.codehaus.jackson.node.NumericNode
 
asLong(long) - Method in class org.codehaus.jackson.node.POJONode
 
asLong(long) - Method in class org.codehaus.jackson.node.TextNode
 
asParser() - Method in class org.codehaus.jackson.util.TokenBuffer
Method used to create a JsonParser that can read contents stored in this buffer.
asParser(ObjectCodec) - Method in class org.codehaus.jackson.util.TokenBuffer
Method used to create a JsonParser that can read contents stored in this buffer.
asParser(JsonParser) - Method in class org.codehaus.jackson.util.TokenBuffer
 
AsPropertyTypeDeserializer - Class in org.codehaus.jackson.map.jsontype.impl
Type deserializer used with JsonTypeInfo.As.PROPERTY inclusion mechanism.
AsPropertyTypeDeserializer(JavaType, TypeIdResolver, BeanProperty, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
Deprecated. 
AsPropertyTypeDeserializer(JavaType, TypeIdResolver, BeanProperty, Class<?>, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
AsPropertyTypeSerializer - Class in org.codehaus.jackson.map.jsontype.impl
Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).
AsPropertyTypeSerializer(TypeIdResolver, BeanProperty, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
asQuotedChars() - Method in class org.codehaus.jackson.io.SerializedString
 
asQuotedChars() - Method in interface org.codehaus.jackson.SerializableString
Returns JSON quoted form of the String, as character array.
asQuotedUTF8() - Method in class org.codehaus.jackson.io.SerializedString
Accessor for accessing value as is (without JSON quoting) encoded using UTF-8 encoding.
asQuotedUTF8() - Method in interface org.codehaus.jackson.SerializableString
Returns UTF-8 encoded version of JSON-quoted String.
assign(Object) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValue
Method called to assign stored value of this property to specified bean instance
assignDeserializer(SettableBeanProperty, JsonDeserializer<Object>) - Method in class org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
assignIndex(int) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Method used to assign index for property.
assignIndexes() - Method in class org.codehaus.jackson.map.deser.impl.BeanPropertyMap
 
assignParameter(int, Object) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
asString() - Method in enum org.codehaus.jackson.JsonToken
 
asText() - Method in class org.codehaus.jackson.JsonNode
Method that will return valid String representation of the container value, if the node is a value node (method JsonNode.isValueNode() returns true), otherwise empty String.
asText() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
asText() - Method in class org.codehaus.jackson.node.BinaryNode
Hmmh.
asText() - Method in class org.codehaus.jackson.node.BooleanNode
 
asText() - Method in class org.codehaus.jackson.node.ContainerNode
 
asText() - Method in class org.codehaus.jackson.node.DecimalNode
 
asText() - Method in class org.codehaus.jackson.node.DoubleNode
 
asText() - Method in class org.codehaus.jackson.node.IntNode
 
asText() - Method in class org.codehaus.jackson.node.LongNode
 
asText() - Method in class org.codehaus.jackson.node.MissingNode
 
asText() - Method in class org.codehaus.jackson.node.NullNode
 
asText() - Method in class org.codehaus.jackson.node.NumericNode
 
asText() - Method in class org.codehaus.jackson.node.POJONode
 
asText() - Method in class org.codehaus.jackson.node.TextNode
 
asToken() - Method in class org.codehaus.jackson.JsonNode
Method that can be used for efficient type detection when using stream abstraction for traversing nodes.
asToken() - Method in class org.codehaus.jackson.node.ArrayNode
 
asToken() - Method in class org.codehaus.jackson.node.BaseJsonNode
Method that can be used for efficient type detection when using stream abstraction for traversing nodes.
asToken() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
asToken() - Method in class org.codehaus.jackson.node.BinaryNode
 
asToken() - Method in class org.codehaus.jackson.node.BooleanNode
 
asToken() - Method in class org.codehaus.jackson.node.ContainerNode
 
asToken() - Method in class org.codehaus.jackson.node.DecimalNode
 
asToken() - Method in class org.codehaus.jackson.node.DoubleNode
 
asToken() - Method in class org.codehaus.jackson.node.IntNode
 
asToken() - Method in class org.codehaus.jackson.node.LongNode
 
asToken() - Method in class org.codehaus.jackson.node.MissingNode
 
asToken() - Method in class org.codehaus.jackson.node.NullNode
 
asToken() - Method in class org.codehaus.jackson.node.ObjectNode
 
asToken() - Method in class org.codehaus.jackson.node.POJONode
 
asToken() - Method in class org.codehaus.jackson.node.TextNode
 
asToken() - Method in class org.codehaus.jackson.node.ValueNode
 
asUnquotedUTF8() - Method in class org.codehaus.jackson.io.SerializedString
Accessor for accessing value that has been quoted using JSON quoting rules, and encoded using UTF-8 encoding.
asUnquotedUTF8() - Method in interface org.codehaus.jackson.SerializableString
Returns UTF-8 encoded version of unquoted String.
AsWrapperTypeDeserializer - Class in org.codehaus.jackson.map.jsontype.impl
Type deserializer used with JsonTypeInfo.As.WRAPPER_OBJECT inclusion mechanism.
AsWrapperTypeDeserializer(JavaType, TypeIdResolver, BeanProperty) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
Deprecated. 
AsWrapperTypeDeserializer(JavaType, TypeIdResolver, BeanProperty, Class<?>) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
 
AsWrapperTypeSerializer - Class in org.codehaus.jackson.map.jsontype.impl
Type wrapper that tries to use an extra JSON Object, with a single entry that has type name as key, to serialize type information.
AsWrapperTypeSerializer(TypeIdResolver, BeanProperty) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
AtomicBooleanDeserializer - Class in org.codehaus.jackson.map.deser.std
 
AtomicBooleanDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.AtomicBooleanDeserializer
 
AtomicReferenceDeserializer - Class in org.codehaus.jackson.map.deser.std
 
AtomicReferenceDeserializer(JavaType, BeanProperty) - Constructor for class org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
 
available() - Method in class org.codehaus.jackson.io.MergedStream
 

B

back(String) - Static method in class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
BASE64_VALUE_INVALID - Static variable in class org.codehaus.jackson.Base64Variant
Marker used to denote ascii characters that do not correspond to a 6-bit value (in this variant), and is not used as a padding character.
BASE64_VALUE_PADDING - Static variable in class org.codehaus.jackson.Base64Variant
Marker used to denote ascii character (in decoding table) that is the padding character using this variant (if any).
Base64Variant - Class in org.codehaus.jackson
Abstract base class used to define specific details of which variant of Base64 encoding/decoding is to be used.
Base64Variant(String, String, boolean, char, int) - Constructor for class org.codehaus.jackson.Base64Variant
 
Base64Variant(Base64Variant, String, int) - Constructor for class org.codehaus.jackson.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant except for the maximum line length (and obviously, name).
Base64Variant(Base64Variant, String, boolean, char, int) - Constructor for class org.codehaus.jackson.Base64Variant
"Copy constructor" that can be used when the base alphabet is identical to one used by another variant, but other details (padding, maximum line length) differ
Base64Variants - Class in org.codehaus.jackson
Container for commonly used Base64 variants.
Base64Variants() - Constructor for class org.codehaus.jackson.Base64Variants
 
BaseJsonNode - Class in org.codehaus.jackson.node
Abstract base class common to all standard JsonNode implementations.
BaseJsonNode() - Constructor for class org.codehaus.jackson.node.BaseJsonNode
 
baseTypeName() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
BASIC_ANNOTATIONS - Static variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Default annotation sets to use, if not explicitly defined during construction: only Jackson annotations are used for the base class.
BasicBeanDescription - Class in org.codehaus.jackson.map.introspect
Default BeanDescription implementation.
BasicBeanDescription(MapperConfig<?>, JavaType, AnnotatedClass) - Constructor for class org.codehaus.jackson.map.introspect.BasicBeanDescription
Deprecated. Since 1.9, should use factory methods instead
BasicBeanDescription(MapperConfig<?>, JavaType, AnnotatedClass, List<BeanPropertyDefinition>) - Constructor for class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
BasicClassIntrospector - Class in org.codehaus.jackson.map.introspect
 
BasicClassIntrospector() - Constructor for class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
BasicClassIntrospector.GetterMethodFilter - Class in org.codehaus.jackson.map.introspect
Deprecated. Since 1.9 just don't use
BasicClassIntrospector.SetterAndGetterMethodFilter - Class in org.codehaus.jackson.map.introspect
Deprecated. Since 1.9 just don't use
BasicClassIntrospector.SetterAndGetterMethodFilter() - Constructor for class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
Deprecated.  
BasicClassIntrospector.SetterMethodFilter - Class in org.codehaus.jackson.map.introspect
Deprecated. Since 1.9 just don't use
BasicClassIntrospector.SetterMethodFilter() - Constructor for class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
Deprecated.  
BasicDeserializerFactory - Class in org.codehaus.jackson.map.deser
Abstract factory base class that can provide deserializers for standard JDK classes, including collection classes and simple heuristics for "upcasting" commmon collection interface types (such as Collection).
BasicDeserializerFactory() - Constructor for class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
BasicSerializerFactory - Class in org.codehaus.jackson.map.ser
Factory class that can provide serializers for standard JDK classes, as well as custom classes that extend standard classes or implement one of "well-known" interfaces (such as Collection).
BasicSerializerFactory() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory
We will provide default constructor to allow sub-classing, but make it protected so that no non-singleton instances of the class will be instantiated.
BeanBuilder - Class in org.codehaus.jackson.mrbean
Heavy lifter of mr Bean package: class that keeps track of logical POJO properties, and figures out how to create an implementation class.
BeanBuilder(DeserializationConfig, Class<?>) - Constructor for class org.codehaus.jackson.mrbean.BeanBuilder
 
BeanDescription - Class in org.codehaus.jackson.map
Basic container for information gathered by ClassIntrospector to help in constructing serializers and deserializers.
BeanDescription(JavaType) - Constructor for class org.codehaus.jackson.map.BeanDescription
 
BeanDeserializer - Class in org.codehaus.jackson.map.deser
Deserializer class that can deserialize instances of arbitrary bean objects, usually from JSON Object structs, but possibly also from simple types like String values.
BeanDeserializer(AnnotatedClass, JavaType, BeanProperty, CreatorCollector, BeanPropertyMap, Map<String, SettableBeanProperty>, HashSet<String>, boolean, SettableAnyProperty) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
Deprecated. (since 1.9) Use the constructor that takes ValueInstantiator instead
BeanDeserializer(BeanDescription, BeanProperty, ValueInstantiator, BeanPropertyMap, Map<String, SettableBeanProperty>, HashSet<String>, boolean, SettableAnyProperty, List<ValueInjector>) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
 
BeanDeserializer(AnnotatedClass, JavaType, BeanProperty, ValueInstantiator, BeanPropertyMap, Map<String, SettableBeanProperty>, HashSet<String>, boolean, SettableAnyProperty, List<ValueInjector>) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
 
BeanDeserializer(BeanDeserializer) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
BeanDeserializer(BeanDeserializer, boolean) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
 
BeanDeserializerBuilder - Class in org.codehaus.jackson.map.deser
Builder class used for aggregating deserialization information about a POJO, in order to build a JsonDeserializer for deserializing intances.
BeanDeserializerBuilder(BasicBeanDescription) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
BeanDeserializerBuilder(BeanDeserializerBuilder) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Copy constructor for sub-classes to use, when constructing custom builder instances
BeanDeserializerFactory - Class in org.codehaus.jackson.map.deser
Concrete deserializer factory class that adds full Bean deserializer construction logic using class introspection.
BeanDeserializerFactory() - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Deprecated. 
BeanDeserializerFactory(DeserializerFactory.Config) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
BeanDeserializerFactory.ConfigImpl - Class in org.codehaus.jackson.map.deser
Standard configuration settings container class implementation.
BeanDeserializerFactory.ConfigImpl() - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
Constructor for creating basic configuration with no additional handlers.
BeanDeserializerFactory.ConfigImpl(Deserializers[], KeyDeserializers[], BeanDeserializerModifier[], AbstractTypeResolver[], ValueInstantiators[]) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
Copy-constructor that will create an instance that contains defined set of additional deserializer providers.
BeanDeserializerModifier - Class in org.codehaus.jackson.map.deser
Abstract class that defines API for objects that can be registered (for BeanDeserializerFactory to participate in constructing BeanDeserializer instances.
BeanDeserializerModifier() - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializerModifier
 
BeanProperty - Interface in org.codehaus.jackson.map
Bean properties are logical entities that represent data Java objects ("beans", although more accurately POJOs) contain; and that are accessed using some combination of methods (getter, setter), field and constructor parameter.
BeanProperty.Std - Class in org.codehaus.jackson.map
 
BeanProperty.Std(String, JavaType, Annotations, AnnotatedMember) - Constructor for class org.codehaus.jackson.map.BeanProperty.Std
 
BeanPropertyDefinition - Class in org.codehaus.jackson.map
Simple value classes that contain definitions of properties, used during introspection of properties to use for serialization and deserialization purposes.
BeanPropertyDefinition() - Constructor for class org.codehaus.jackson.map.BeanPropertyDefinition
 
BeanPropertyFilter - Interface in org.codehaus.jackson.map.ser
Interface that defines API for filter objects use (as configured using JsonFilter) for filtering bean properties to serialize.
BeanPropertyMap - Class in org.codehaus.jackson.map.deser.impl
Helper class used for storing mapping from property name to SettableBeanProperty instances.
BeanPropertyMap(Collection<SettableBeanProperty>) - Constructor for class org.codehaus.jackson.map.deser.impl.BeanPropertyMap
 
BeanPropertyWriter - Class in org.codehaus.jackson.map.ser
Base bean property handler class, which implements common parts of reflection-based functionality for accessing a property value and serializing it.
BeanPropertyWriter(AnnotatedMember, Annotations, String, JavaType, JsonSerializer<Object>, TypeSerializer, JavaType, Method, Field, boolean, Object) - Constructor for class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
BeanPropertyWriter(AnnotatedMember, Annotations, SerializedString, JavaType, JsonSerializer<Object>, TypeSerializer, JavaType, Method, Field, boolean, Object) - Constructor for class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
BeanPropertyWriter(BeanPropertyWriter) - Constructor for class org.codehaus.jackson.map.ser.BeanPropertyWriter
"Copy constructor" to be used by filtering sub-classes
BeanPropertyWriter(BeanPropertyWriter, JsonSerializer<Object>) - Constructor for class org.codehaus.jackson.map.ser.BeanPropertyWriter
"Copy constructor" to be used by filtering sub-classes
BeanSerializer - Class in org.codehaus.jackson.map.ser
Serializer class that can serialize arbitrary bean objects
BeanSerializer(JavaType, BeanPropertyWriter[], BeanPropertyWriter[], AnyGetterWriter, Object) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
 
BeanSerializer(Class<?>, BeanPropertyWriter[], BeanPropertyWriter[], AnyGetterWriter, Object) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
 
BeanSerializer(BeanSerializer) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.
BeanSerializer(BeanSerializerBase) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Alternate copy constructor that can be used to construct standard BeanSerializer passing an instance of "compatible enough" source serializer.
BeanSerializerBase - Class in org.codehaus.jackson.map.ser.std
Base class both for the standard bean serializer, and couple of variants that only differ in small details.
BeanSerializerBase(JavaType, BeanPropertyWriter[], BeanPropertyWriter[], AnyGetterWriter, Object) - Constructor for class org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
BeanSerializerBase(Class<?>, BeanPropertyWriter[], BeanPropertyWriter[], AnyGetterWriter, Object) - Constructor for class org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
BeanSerializerBase(BeanSerializerBase) - Constructor for class org.codehaus.jackson.map.ser.std.BeanSerializerBase
Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.
BeanSerializerBuilder - Class in org.codehaus.jackson.map.ser
Builder class used for aggregating deserialization information about a POJO, in order to build a JsonSerializer for serializing intances.
BeanSerializerBuilder(BasicBeanDescription) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
BeanSerializerBuilder(BeanSerializerBuilder) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerBuilder
Copy-constructor that may be used for sub-classing
BeanSerializerFactory - Class in org.codehaus.jackson.map.ser
Factory class that can provide serializers for any regular Java beans (as defined by "having at least one get method recognizable as bean accessor" -- where Object.getClass() does not count); as well as for "standard" JDK types.
BeanSerializerFactory(SerializerFactory.Config) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerFactory
Constructor for creating instances with specified configuration.
BeanSerializerFactory.ConfigImpl - Class in org.codehaus.jackson.map.ser
Configuration settings container class for bean serializer factory
BeanSerializerFactory.ConfigImpl() - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
BeanSerializerFactory.ConfigImpl(Serializers[], Serializers[], BeanSerializerModifier[]) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
BeanSerializerModifier - Class in org.codehaus.jackson.map.ser
Abstract class that defines API for objects that can be registered (for BeanSerializerFactory to participate in constructing BeanSerializer instances.
BeanSerializerModifier() - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerModifier
 
BeanUtil - Class in org.codehaus.jackson.map.util
Helper class that contains functionality needed by both serialization and deserialization side.
BeanUtil() - Constructor for class org.codehaus.jackson.map.util.BeanUtil
 
BeanUtil - Class in org.codehaus.jackson.mrbean
 
BeanUtil() - Constructor for class org.codehaus.jackson.mrbean.BeanUtil
 
beforeArrayValues(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after array start marker has been output, and right before the first value is to be output.
beforeArrayValues(JsonGenerator) - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter
 
beforeArrayValues(JsonGenerator) - Method in class org.codehaus.jackson.util.MinimalPrettyPrinter
 
beforeObjectEntries(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after object start marker has been output, and right before the field name of the first entry is to be output.
beforeObjectEntries(JsonGenerator) - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter
 
beforeObjectEntries(JsonGenerator) - Method in class org.codehaus.jackson.util.MinimalPrettyPrinter
 
BigIntegerNode - Class in org.codehaus.jackson.node
Numeric node that contains simple 64-bit integer values.
BigIntegerNode(BigInteger) - Constructor for class org.codehaus.jackson.node.BigIntegerNode
 
BinaryNode - Class in org.codehaus.jackson.node
Value node that contains Base64 encoded binary value, which will be output and stored as Json String value.
BinaryNode(byte[]) - Constructor for class org.codehaus.jackson.node.BinaryNode
 
BinaryNode(byte[], int, int) - Constructor for class org.codehaus.jackson.node.BinaryNode
 
binaryNode(byte[]) - Method in class org.codehaus.jackson.node.ContainerNode
 
binaryNode(byte[], int, int) - Method in class org.codehaus.jackson.node.ContainerNode
 
binaryNode(byte[]) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing a node that represents given binary data, and will get serialized as equivalent base64-encoded String value
binaryNode(byte[], int, int) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing a node that represents given binary data, and will get serialized as equivalent base64-encoded String value
bindingsForBeanType() - Method in class org.codehaus.jackson.map.BeanDescription
Accessor for type bindings that may be needed to fully resolve types of member object, such as return and argument types of methods and constructors, and types of fields.
bindingsForBeanType() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
BOOLEAN_DESC - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
BooleanNode - Class in org.codehaus.jackson.node
This concrete value class is used to contain boolean (true / false) values.
booleanNode(boolean) - Method in class org.codehaus.jackson.node.ContainerNode
 
booleanNode(boolean) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON boolean value (either literal 'true' or 'false')
bufferAnyProperty(SettableAnyProperty, String, Object) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
buffered() - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
bufferedSize() - Method in class org.codehaus.jackson.map.util.ObjectBuffer
Method that can be used to check how many Objects have been buffered within this buffer.
bufferMapProperty(Object, Object) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
bufferProperty(SettableBeanProperty, Object) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
BufferRecycler - Class in org.codehaus.jackson.util
This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
BufferRecycler() - Constructor for class org.codehaus.jackson.util.BufferRecycler
 
BufferRecycler.ByteBufferType - Enum in org.codehaus.jackson.util
 
BufferRecycler.CharBufferType - Enum in org.codehaus.jackson.util
 
build(BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
build() - Method in class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler.Builder
 
build(PropertyValueBuffer) - Method in class org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
build() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
Method called to create BeanSerializer instance with all accumulated information.
build(String) - Method in class org.codehaus.jackson.mrbean.BeanBuilder
Method that generates byte code for class that implements abstract types requested so far.
buildArraySerializer(SerializationConfig, ArrayType, BasicBeanDescription, BeanProperty, boolean, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Object[] (and subtypes, except for String).
buildBeanDeserializer(DeserializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that is to actually build a bean deserializer instance.
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.ArrayType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.MapLikeType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.SimpleType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.TypeBase
 
buildCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BasicBeanDescription, BeanProperty, boolean, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Collection and Collection-like types.
buildCollectionSerializer(SerializationConfig, CollectionType, BasicBeanDescription, BeanProperty, boolean, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for List types that support efficient by-index access
buildContainerSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildEnumMapSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for EnumMap types.
buildEnumSetSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIterableSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIteratorSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildMapLikeSerializer(SerializationConfig, MapLikeType, BasicBeanDescription, BeanProperty, boolean, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for all "Map-like" types; both ones that implement Map and ones that do not (but that have been indicated to behave like Maps).
buildMapSerializer(SerializationConfig, MapType, BasicBeanDescription, BeanProperty, boolean, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Map types.
buildThrowableDeserializer(DeserializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for building type deserializer based on current configuration of this builder.
buildTypeDeserializer(DeserializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
buildTypeSerializer(SerializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeSerializer(SerializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for building type serializer based on current configuration of this builder.
buildTypeSerializer(SerializationConfig, JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
buildWriter(String, JavaType, JsonSerializer<Object>, TypeSerializer, TypeSerializer, AnnotatedMember, boolean) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
BYTE_MARKER_END_OF_CONTENT - Static variable in class org.codehaus.jackson.smile.SmileConstants
In addition we can use a marker to allow simple framing; splitting of physical data (like file) into distinct logical sections like JSON documents.
BYTE_MARKER_END_OF_STRING - Static variable in class org.codehaus.jackson.smile.SmileConstants
 
ByteArrayBuilder - Class in org.codehaus.jackson.util
Helper class that is similar to ByteArrayOutputStream in usage, but more geared to Jackson use cases internally.
ByteArrayBuilder() - Constructor for class org.codehaus.jackson.util.ByteArrayBuilder
 
ByteArrayBuilder(BufferRecycler) - Constructor for class org.codehaus.jackson.util.ByteArrayBuilder
 
ByteArrayBuilder(int) - Constructor for class org.codehaus.jackson.util.ByteArrayBuilder
 
ByteArrayBuilder(BufferRecycler, int) - Constructor for class org.codehaus.jackson.util.ByteArrayBuilder
 
ByteSourceBootstrapper - Class in org.codehaus.jackson.impl
This class is used to determine the encoding of byte stream that is to contain JSON content.
ByteSourceBootstrapper(IOContext, InputStream) - Constructor for class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
ByteSourceBootstrapper(IOContext, byte[], int, int) - Constructor for class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
BytesToNameCanonicalizer - Class in org.codehaus.jackson.sym
This class is basically a caching symbol table implementation used for canonicalizing Names, constructed directly from a byte-based input source.

C

cachedDeserializersCount() - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
cachedDeserializersCount() - Method in class org.codehaus.jackson.map.DeserializerProvider
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 org.codehaus.jackson.map.ser.StdSerializerProvider
 
cachedSerializersCount() - Method in class org.codehaus.jackson.map.SerializerProvider
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)
calcHash(int) - Static method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
calcHash(int, int) - Static method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
calcHash(int[], int) - Static method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
calcHash(char[], int, int) - Static method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Implementation of a hashing method for variable length Strings.
calcHash(String) - Static method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
CalendarDeserializer - Class in org.codehaus.jackson.map.deser.std
 
CalendarDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.CalendarDeserializer
 
CalendarDeserializer(Class<? extends Calendar>) - Constructor for class org.codehaus.jackson.map.deser.std.CalendarDeserializer
 
CalendarSerializer - Class in org.codehaus.jackson.map.ser.std
Standard serializer for Calendar.
CalendarSerializer() - Constructor for class org.codehaus.jackson.map.ser.std.CalendarSerializer
 
call() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
call(Object[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
call() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
call(Object[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
call() - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method that can be used to (try to) call this object without arguments.
call(Object[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method that can be used to (try to) call this object with specified arguments.
call1(Object) - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
call1(Object) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
call1(Object) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.PropertyNamingStrategy
See PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy for details.
canBeABeanType(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
canCreateFromBoolean() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromBoolean() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to check whether a double (boolean / Boolean) based creator is available to use (to call ValueInstantiator.createFromDouble(double)).
canCreateFromDouble() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromDouble() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to check whether a double (double / Double) based creator is available to use (to call ValueInstantiator.createFromDouble(double)).
canCreateFromInt() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromInt() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to check whether an integer (int, Integer) based creator is available to use (to call ValueInstantiator.createFromInt(int)).
canCreateFromLong() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromLong() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to check whether a long (long, Long) based creator is available to use (to call ValueInstantiator.createFromLong(long)).
canCreateFromObjectWith() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromObjectWith() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateFromString() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to check whether a String-based creator is available for this instantiator
canCreateUsingDefault() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
canCreateUsingDefault() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.ObjectMapper
Method that can be called to check whether mapper thinks it could deserialize an Object of given type.
canInstantiate() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.DeserializationConfig
 
canOverrideAccessModifiers() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.SerializationConfig
 
canSerialize(Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be called to check whether mapper thinks it could serialize an instance of given Class.
canSerialize(Class<?>) - Method in class org.codehaus.jackson.map.ObjectWriter
 
canUseSchema(FormatSchema) - Method in class org.codehaus.jackson.JsonGenerator
Method that can be used to verify that given schema can be used with this generator (using JsonGenerator.setSchema(org.codehaus.jackson.FormatSchema)).
canUseSchema(FormatSchema) - Method in class org.codehaus.jackson.JsonParser
Method that can be used to verify that given schema can be used with this parser (using JsonParser.setSchema(org.codehaus.jackson.FormatSchema)).
canUseSchema(FormatSchema) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
canUseSchema(FormatSchema) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
changeProperties(SerializationConfig, BasicBeanDescription, List<BeanPropertyWriter>) - Method in class org.codehaus.jackson.map.ser.BeanSerializerModifier
Method called by BeanSerializerFactory with tentative set of discovered properties.
CHAR_NULL - Static variable in class org.codehaus.jackson.impl.JsonParserBase
 
CharacterEscapes - Class in org.codehaus.jackson.io
Abstract base class that defines interface for customizing character escaping aspects for String values, for formats that use escaping.
CharacterEscapes() - Constructor for class org.codehaus.jackson.io.CharacterEscapes
 
charLength() - Method in class org.codehaus.jackson.io.SerializedString
Returns length of the String as characters
charLength() - Method in interface org.codehaus.jackson.SerializableString
Returns length of the (unquoted) String as characters.
CharsToNameCanonicalizer - Class in org.codehaus.jackson.sym
This class is a kind of specialized type-safe Map, from char array to String value.
charToHex(int) - Static method in class org.codehaus.jackson.util.CharTypes
 
CharTypes - Class in org.codehaus.jackson.util
 
CharTypes() - Constructor for class org.codehaus.jackson.util.CharTypes
 
checkAndFixAccess(Member) - Static method in class org.codehaus.jackson.map.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.
checkCanDeserialize(boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method for defining whether actual detection for existence of a deserializer for type should be done when JacksonJsonProvider.isReadable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
checkCanSerialize(boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method for defining whether actual detection for existence of a serializer for type should be done when JacksonJsonProvider.isWriteable(java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType) is called.
childInstance() - Method in class org.codehaus.jackson.map.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.
ClassDeserializer - Class in org.codehaus.jackson.map.deser.std
 
ClassDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.ClassDeserializer
 
ClassIntrospector<T extends BeanDescription> - Class in org.codehaus.jackson.map
Helper class used to introspect features of POJO value classes used with Jackson.
ClassIntrospector() - Constructor for class org.codehaus.jackson.map.ClassIntrospector
 
ClassIntrospector.MixInResolver - Interface in org.codehaus.jackson.map
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 org.codehaus.jackson.map.type
Key class, used as an efficient and accurate key for locating per-class values, such as JsonSerializers.
ClassKey() - Constructor for class org.codehaus.jackson.map.type.ClassKey
 
ClassKey(Class<?>) - Constructor for class org.codehaus.jackson.map.type.ClassKey
 
ClassNameIdResolver - Class in org.codehaus.jackson.map.jsontype.impl
TypeIdResolver implementation that converts between fully-qualified Java class names and (JSON) Strings.
ClassNameIdResolver(JavaType, TypeFactory) - Constructor for class org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
ClassUtil - Class in org.codehaus.jackson.map.util
 
ClassUtil() - Constructor for class org.codehaus.jackson.map.util.ClassUtil
 
classWithCreators(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
clearCurrentToken() - Method in class org.codehaus.jackson.JsonParser
Method called to "consume" the current token by effectively removing it so that JsonParser.hasCurrentToken() returns false, and JsonParser.getCurrentToken() null).
clearCurrentToken() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
clearHandlers() - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for removing all configured problem handlers; usually done to replace existing handler(s) with different one(s)
clone() - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
close() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
close() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
close() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
close() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
close() - Method in class org.codehaus.jackson.impl.Utf8Generator
 
close() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
close() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
close() - Method in class org.codehaus.jackson.io.MergedStream
 
close() - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
close() - Method in class org.codehaus.jackson.io.UTF8Writer
 
close() - Method in class org.codehaus.jackson.JsonGenerator
Method called to close this generator, so that no more content can be written.
close() - Method in class org.codehaus.jackson.JsonParser
Closes the parser so that no further iteration or data access can be made; will also close the underlying input source if parser either owns the input source, or feature JsonParser.Feature.AUTO_CLOSE_SOURCE is enabled.
close() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
close() - Method in class org.codehaus.jackson.smile.SmileGenerator
 
close() - Method in class org.codehaus.jackson.smile.SmileParser
 
close() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
close() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
close() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
close() - Method in class org.codehaus.jackson.util.JsonParserSequence
 
close() - Method in class org.codehaus.jackson.util.TokenBuffer
 
close() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
collect() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method that orchestrates collection activities, and needs to be called after creating the instance.
collectAndResolveSubtypes(AnnotatedMember, MapperConfig<?>, AnnotationIntrospector) - Method in class org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
collectAndResolveSubtypes(AnnotatedClass, MapperConfig<?>, AnnotationIntrospector) - Method in class org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
collectAndResolveSubtypes(AnnotatedMember, MapperConfig<?>, AnnotationIntrospector) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.jsontype.SubtypeResolver
Method for finding out all reachable subtypes for given type.
collectDefaults() - Static method in enum org.codehaus.jackson.JsonGenerator.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
collectDefaults() - Static method in enum org.codehaus.jackson.JsonParser.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
collectDefaults() - Static method in enum org.codehaus.jackson.mrbean.AbstractTypeMaterializer.Feature
 
collectDefaults() - Static method in enum org.codehaus.jackson.smile.SmileGenerator.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
collectDefaults() - Static method in enum org.codehaus.jackson.smile.SmileParser.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
CollectionDeserializer - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use ContainerDeserializerBase instead.
CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, Constructor<Collection<Object>>) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
Deprecated. Since 1.9, use variant that takes ValueInstantiator
CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, ValueInstantiator) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
Deprecated.  
CollectionDeserializer(CollectionDeserializer) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
Deprecated. Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
CollectionDeserializer - Class in org.codehaus.jackson.map.deser.std
Basic serializer that can take JSON "Array" structure and construct a Collection instance, with typed contents.
CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, Constructor<Collection<Object>>) - Constructor for class org.codehaus.jackson.map.deser.std.CollectionDeserializer
Deprecated. Since 1.9, use variant that takes ValueInstantiator
CollectionDeserializer(JavaType, JsonDeserializer<Object>, TypeDeserializer, ValueInstantiator) - Constructor for class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
CollectionDeserializer(CollectionDeserializer) - Constructor for class org.codehaus.jackson.map.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.
CollectionLikeType - Class in org.codehaus.jackson.map.type
Type that represents things that act similar to Collection; but may or may not be instances of that interface.
CollectionLikeType(Class<?>, JavaType) - Constructor for class org.codehaus.jackson.map.type.CollectionLikeType
Deprecated. 
CollectionLikeType(Class<?>, JavaType, Object, Object) - Constructor for class org.codehaus.jackson.map.type.CollectionLikeType
 
CollectionSerializer - Class in org.codehaus.jackson.map.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 org.codehaus.jackson.map.ser.std.CollectionSerializer
 
collectionSerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - Static method in class org.codehaus.jackson.map.ser.std.StdContainerSerializers
 
CollectionType - Class in org.codehaus.jackson.map.type
Type that represents Java Collection types (Lists, Sets).
collectionType(Class<? extends Collection>, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
collectionType(Class<? extends Collection>, JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
collectProperties(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver, boolean) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
Comparators - Class in org.codehaus.jackson.map.util
Helper class for constructing objects for comparing content values
Comparators() - Constructor for class org.codehaus.jackson.map.util.Comparators
 
compareTo(POJOPropertyBuilder) - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
compareTo(ClassKey) - Method in class org.codehaus.jackson.map.type.ClassKey
 
compareTo(TypeReference<T>) - Method in class org.codehaus.jackson.type.TypeReference
The only reason we define this method (and require implementation of Comparable) is to prevent constructing a reference without type information.
compareTo(Version) - Method in class org.codehaus.jackson.Version
 
complete(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
 
completeAndClearBuffer(Object[], int) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.util.ObjectBuffer
Type-safe alternative to ObjectBuffer.completeAndClearBuffer(Object[], int), to allow for constructing explicitly typed result array.
completeAndClearBuffer(Object[], int, List<Object>) - Method in class org.codehaus.jackson.map.util.ObjectBuffer
Another
completeAndClearBuffer(T, int) - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
completeAndCoalesce(int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
Method that will complete "manual" output process, coalesce content (if necessary) and return results as a contiguous buffer.
configure(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
configure(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
configure(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
configure(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
configure(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
configure(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
configure(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
configure(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
configure(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.JsonFactory
Method for enabling or disabling specified parser feature (check JsonParser.Feature for list of features)
configure(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.JsonFactory
Method for enabling or disabling specified generator feature (check JsonGenerator.Feature for list of features)
configure(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.JsonGenerator
Method for enabling or disabling specified feature: check JsonGenerator.Feature for list of available features.
configure(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.JsonParser
Method for enabling or disabling specified feature (check JsonParser.Feature for list of features)
configure(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for changing state of an on/off serialization feature for this object mapper.
configure(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for changing state of an on/off deserialization feature for this object mapper.
configure(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for changing state of an on/off JsonParser feature for JsonFactory instance this object mapper uses.
configure(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for changing state of an on/off JsonGenerator feature for JsonFactory instance this object mapper uses.
configure(SmileParser.Feature, boolean) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for enabling or disabling specified parser feature (check SmileParser.Feature for list of features)
configure(SmileGenerator.Feature, boolean) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for enabling or disabling specified generator feature (check JsonGenerator.Feature for list of features)
configure(SmileGenerator.Feature, boolean) - Method in class org.codehaus.jackson.smile.SmileGenerator
 
configureFromBooleanCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
configureFromDoubleCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
configureFromIntCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
configureFromLongCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
configureFromObjectSettings(AnnotatedWithParams, AnnotatedWithParams, JavaType, AnnotatedWithParams, CreatorProperty[]) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
Method for setting properties related to instantiating values from JSON Object.
configureFromStringCreator(AnnotatedWithParams) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
construct(Class<?>, AnnotationIntrospector, ClassIntrospector.MixInResolver) - Static method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Factory method that instantiates an instance.
construct(MapperConfig<?>, JavaType, Collection<NamedType>, boolean, boolean) - Static method in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
construct(Class<Enum<?>>, SerializationConfig, BasicBeanDescription) - Static method in class org.codehaus.jackson.map.ser.std.EnumSerializer
 
construct(String[], JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.std.MapSerializer
Deprecated. As of 1.8; use the variant with more arguments
construct(String[], JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>, JsonSerializer<Object>) - Static method in class org.codehaus.jackson.map.ser.std.MapSerializer
 
construct(JavaType) - Static method in class org.codehaus.jackson.map.type.ArrayType
Deprecated. Since 1.9, if you must directly instantiate, call method that takes handlers
construct(JavaType, Object, Object) - Static method in class org.codehaus.jackson.map.type.ArrayType
 
construct(Class<?>, JavaType) - Static method in class org.codehaus.jackson.map.type.CollectionLikeType
 
construct(Class<?>, JavaType) - Static method in class org.codehaus.jackson.map.type.CollectionType
 
construct(Class<?>, JavaType, JavaType) - Static method in class org.codehaus.jackson.map.type.MapLikeType
 
construct(Class<?>, JavaType, JavaType) - Static method in class org.codehaus.jackson.map.type.MapType
 
construct(Class<?>) - Static method in class org.codehaus.jackson.map.type.SimpleType
 
construct(Class<Enum<?>>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.EnumValues
 
constructAll() - Static method in class org.codehaus.jackson.map.deser.std.StdKeyDeserializers
 
constructAnySetter(DeserializationConfig, BasicBeanDescription, AnnotatedMethod) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.type.TypeFactory
Method for constructing an ArrayType.
constructArrayType(JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing an ArrayType.
constructBeanDeserializerBuilder(BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Overridable method that constructs a BeanDeserializerBuilder which is used to accumulate information needed to create deserializer instance.
constructBeanSerializer(SerializationConfig, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to construct serializer for serializing specified bean type.
constructBeanSerializerBuilder(BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
 
constructCalendar(Date) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
constructCalendar(Date) - Method in class org.codehaus.jackson.map.DeserializationContext
Convenience method for constructing Calendar instance set to specified time, to be modified and used by caller.
constructCollectionLikeType(Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a CollectionLikeType.
constructCollectionLikeType(Class<?>, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a CollectionLikeType.
constructCollectionType(Class<? extends Collection>, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a CollectionType.
constructCollectionType(Class<? extends Collection>, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a CollectionType.
constructCreatorProperty(DeserializationConfig, BasicBeanDescription, String, int, AnnotatedParameter, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method)
constructDefaultValueInstantiator(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will construct standard default ValueInstantiator using annotations (like @JsonCreator) and visibility rules
constructEnumKeyDeserializer(DeserializationConfig, JavaType) - Static method in class org.codehaus.jackson.map.deser.std.StdKeyDeserializers
 
constructEnumResolver(Class<?>, DeserializationConfig) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
constructFilteredBeanWriter(BeanPropertyWriter, Class<?>[]) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to construct a filtered writer, for given view definitions.
constructFor(Class<ET>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.EnumResolver
Factory method for constructing resolver that maps from Enum.name() into Enum value
constructFromCanonical(String) - Method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing a JavaType out of its canonical representation (see JavaType.toCanonical()).
constructFromName(Class<Enum<?>>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.EnumValues
 
constructFromToString(Class<Enum<?>>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.EnumValues
 
constructMapLikeType(Class<?>, JavaType, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a MapLikeType instance
constructMapLikeType(Class<?>, Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a MapLikeType instance
constructMapType(Class<? extends Map>, JavaType, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a MapType instance
constructMapType(Class<? extends Map>, Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a MapType instance
constructParametricType(Class<?>, Class<?>...) - Method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing JavaType that represents a parameterized type.
constructParametricType(Class<?>, JavaType...) - Method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing JavaType that represents a parameterized type.
constructParser(int, ObjectCodec, BytesToNameCanonicalizer, CharsToNameCanonicalizer) - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
constructParser(int, int, ObjectCodec, BytesToNameCanonicalizer) - Method in class org.codehaus.jackson.smile.SmileParserBootstrapper
 
constructPropertyBuilder(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
 
constructPropertyCollector(MapperConfig<?>, AnnotatedClass, JavaType, boolean) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.type.TypeFactory
Method that can be used to construct "raw" Collection type; meaning that its parameterization is unknown.
constructRawMapLikeType(Class<?>) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.type.TypeFactory
Method that can be used to construct "raw" Map type; meaning that its parameterization is unknown.
constructReader() - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
constructSettableProperty(DeserializationConfig, BasicBeanDescription, String, AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will construct a regular bean property setter using the given setter method.
constructSettableProperty(DeserializationConfig, BasicBeanDescription, String, AnnotatedField) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
constructSetterlessProperty(DeserializationConfig, BasicBeanDescription, String, AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will construct a regular bean property setter using the given setter method.
constructSimpleType(Class<?>, JavaType[]) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method for constructing a type instance with specified parameterization.
constructSpecializedType(JavaType, Class<?>) - Method in class org.codehaus.jackson.map.MapperConfig
 
constructSpecializedType(JavaType, Class<?>) - Method in class org.codehaus.jackson.map.SerializerProvider
 
constructSpecializedType(JavaType, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for creating a subtype of given base type, as defined by specified subclass; but retaining generic type information if any.
constructTextBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
constructType(Class<?>) - Method in class org.codehaus.jackson.map.DeserializationContext
 
constructType(Class<?>) - Method in class org.codehaus.jackson.map.MapperConfig
Helper method that will construct JavaType for given raw class.
constructType(TypeReference<?>) - Method in class org.codehaus.jackson.map.MapperConfig
Helper method that will construct JavaType for given type reference This is a simple short-cut for:
constructType(Type) - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method for constructing JavaType out of given type (typically java.lang.Class), but without explicit context.
constructType(Type) - Method in class org.codehaus.jackson.map.SerializerProvider
 
constructType(Type) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
constructType(Type, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
constructType(TypeReference<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
constructType(Type, Class<?>) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
constructType(Type, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
constructUnsafe(Class<?>) - Static method in class org.codehaus.jackson.map.type.SimpleType
Method used by core Jackson classes: NOT to be used by application code.
constructUnsafe(Class<?>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.EnumResolver
This method is needed because of the dynamic nature of constructing Enum resolvers.
constructUnsafeUsingToString(Class<?>) - Static method in class org.codehaus.jackson.map.util.EnumResolver
Method that needs to be used instead of EnumResolver.constructUsingToString(java.lang.Class) if static type of enum is not known.
constructUsingToString(Class<ET>) - Static method in class org.codehaus.jackson.map.util.EnumResolver
Factory method for constructing resolver that maps from Enum.toString() into Enum value
constructValueInstantiator(DeserializationConfig) - Method in class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
constructViewBased(BeanPropertyWriter, Class<?>[]) - Static method in class org.codehaus.jackson.map.ser.FilteredBeanPropertyWriter
 
constructWithoutSuperTypes(Class<?>, AnnotationIntrospector, ClassIntrospector.MixInResolver) - Static method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Method similar to AnnotatedClass.construct(java.lang.Class, org.codehaus.jackson.map.AnnotationIntrospector, org.codehaus.jackson.map.ClassIntrospector.MixInResolver), but that will NOT include information from supertypes; only class itself and any direct mix-ins it may have.
containedParsersCount() - Method in class org.codehaus.jackson.util.JsonParserSequence
Method that is most useful for debugging or testing; returns actual number of underlying parsers sequence was constructed with (nor just ones remaining active)
containedType(int) - Method in class org.codehaus.jackson.map.type.ArrayType
 
containedType(int) - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
containedType(int) - Method in class org.codehaus.jackson.map.type.MapLikeType
 
containedType(int) - Method in class org.codehaus.jackson.map.type.SimpleType
 
containedType(int) - Method in class org.codehaus.jackson.type.JavaType
Method for accessing definitions of contained ("child") types.
containedTypeCount() - Method in class org.codehaus.jackson.map.type.ArrayType
 
containedTypeCount() - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
containedTypeCount() - Method in class org.codehaus.jackson.map.type.MapLikeType
 
containedTypeCount() - Method in class org.codehaus.jackson.map.type.SimpleType
 
containedTypeCount() - Method in class org.codehaus.jackson.type.JavaType
Method for checking how many contained types this type has.
containedTypeName(int) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.type.SimpleType
 
containedTypeName(int) - Method in class org.codehaus.jackson.type.JavaType
Method for accessing name of type variable in indicated position.
ContainerDeserializer<T> - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use ContainerDeserializerBase instead.
ContainerDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.ContainerDeserializer
Deprecated.  
ContainerDeserializerBase<T> - Class in org.codehaus.jackson.map.deser.std
Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) types
ContainerDeserializerBase(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.std.ContainerDeserializerBase
 
ContainerNode - Class in org.codehaus.jackson.node
This intermediate base class is used for all container nodes, specifically, array and object nodes.
ContainerNode(JsonNodeFactory) - Constructor for class org.codehaus.jackson.node.ContainerNode
 
ContainerNode.NoNodesIterator - Class in org.codehaus.jackson.node
 
ContainerNode.NoStringsIterator - Class in org.codehaus.jackson.node
 
ContainerSerializerBase<T> - Class in org.codehaus.jackson.map.ser.std
Intermediate base class for types that contain element(s) of other types.
ContainerSerializerBase(Class<T>) - Constructor for class org.codehaus.jackson.map.ser.std.ContainerSerializerBase
 
ContainerSerializerBase(Class<?>, boolean) - Constructor for class org.codehaus.jackson.map.ser.std.ContainerSerializerBase
Alternate constructor that is (alas!) needed to work around kinks of generic type handling
ContainerSerializers - Class in org.codehaus.jackson.map.ser
Deprecated. Since 1.9 use StdContainerSerializers instead
ContainerSerializers() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers
Deprecated.  
contains(LinkedNode<ST>, ST) - Static method in class org.codehaus.jackson.map.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
contentsAsArray() - Method in class org.codehaus.jackson.util.TextBuffer
 
contentsAsDecimal() - Method in class org.codehaus.jackson.util.TextBuffer
Convenience method for converting contents of the buffer into a BigDecimal.
contentsAsDouble() - Method in class org.codehaus.jackson.util.TextBuffer
Convenience method for converting contents of the buffer into a Double value.
contentsAsString() - Method in class org.codehaus.jackson.util.TextBuffer
 
contentSchema() - Method in class org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
contentSchema() - Method in class org.codehaus.jackson.map.ser.std.StaticListSerializerBase
 
contentSchema() - Method in class org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
ContextualDeserializer<T> - Interface in org.codehaus.jackson.map
Add-on interface that JsonDeserializers can implement to get a callback that can be used to create contextual instances of deserializer to use for handling properties of supported type.
ContextualKeyDeserializer - Interface in org.codehaus.jackson.map
Add-on interface that KeyDeserializers 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<T> - Interface in org.codehaus.jackson.map
Add-on interface that JsonSerializers can implement to get a callback that can be used to create contextual instances of serializer to use for handling properties of supported type.
convertNumberToBigDecimal() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
convertNumberToBigInteger() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
convertNumberToDouble() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
convertNumberToInt() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
convertNumberToLong() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
convertValue(Object, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method for doing two-step conversion from given value, into instance of given value type.
convertValue(Object, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
convertValue(Object, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
copyCurrentEvent(JsonParser) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
copyCurrentEvent(JsonParser) - Method in class org.codehaus.jackson.JsonGenerator
Method for copying contents of the current event that the given parser instance points to.
copyCurrentEvent(JsonParser) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
copyCurrentEvent(JsonParser) - Method in class org.codehaus.jackson.util.TokenBuffer
 
copyCurrentStructure(JsonParser) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
copyCurrentStructure(JsonParser) - Method in class org.codehaus.jackson.JsonGenerator
Method for copying contents of the current event and following events that it encloses the given parser instance points to.
copyCurrentStructure(JsonParser) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
copyCurrentStructure(JsonParser) - Method in class org.codehaus.jackson.util.TokenBuffer
 
copyDeserializationConfig() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that creates a copy of the shared default DeserializationConfig object that defines configuration settings for deserialization.
copyHexBytes() - Static method in class org.codehaus.jackson.util.CharTypes
 
copyHexChars() - Static method in class org.codehaus.jackson.util.CharTypes
 
copySerializationConfig() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that creates a copy of the shared default SerializationConfig object that defines configuration settings for serialization.
CoreXMLDeserializers - Class in org.codehaus.jackson.map.ext
Container deserializers that handle "core" XML types: ones included in standard JDK 1.5.
CoreXMLDeserializers() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers
 
CoreXMLDeserializers.DurationDeserializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLDeserializers.DurationDeserializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DurationDeserializer
 
CoreXMLDeserializers.GregorianCalendarDeserializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLDeserializers.GregorianCalendarDeserializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers.GregorianCalendarDeserializer
 
CoreXMLDeserializers.QNameDeserializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLDeserializers.QNameDeserializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers.QNameDeserializer
 
CoreXMLSerializers - Class in org.codehaus.jackson.map.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 org.codehaus.jackson.map.ext.CoreXMLSerializers
 
CoreXMLSerializers.XMLGregorianCalendarSerializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLSerializers.XMLGregorianCalendarSerializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
 
couldDeserialize() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
couldSerialize() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
couldSerialize() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
create(AnnotationIntrospector, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
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(DeserializationConfig, DeserializerProvider, ArrayType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createArrayDeserializer(DeserializationConfig, DeserializerProvider, ArrayType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated.  
createArrayDeserializer(DeserializationConfig, DeserializerProvider, ArrayType, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.ObjectReader
 
createArrayNode() - Method in class org.codehaus.jackson.ObjectCodec
Method for construct root level Array nodes for Tree Model instances.
createBeanDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that DeserializerProviders call to create a new deserializer for types other than Collections, Maps, arrays and enums.
createBeanDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated.  
createBeanDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.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.
createChildArrayContext(int, int) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
createChildArrayContext() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
createChildObjectContext(int, int) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
createChildObjectContext() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
createCollectionDeserializer(DeserializationConfig, DeserializerProvider, CollectionType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createCollectionDeserializer(DeserializationConfig, DeserializerProvider, CollectionType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createCollectionLikeDeserializer(DeserializationConfig, DeserializerProvider, CollectionLikeType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createCollectionLikeDeserializer(DeserializationConfig, DeserializerProvider, CollectionLikeType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createContextual(DeserializationConfig, BeanProperty) - Method in interface org.codehaus.jackson.map.ContextualDeserializer
Method called to see if a different (or differently configured) deserializer is needed to deserialize values of specified property.
createContextual(DeserializationConfig, BeanProperty) - Method in interface org.codehaus.jackson.map.ContextualKeyDeserializer
Method called to see if a different (or differently configured) key deserializer is needed to deserialize keys of specified Map property.
createContextual(SerializationConfig, BeanProperty) - Method in interface org.codehaus.jackson.map.ContextualSerializer
Method called to see if a different (or differently configured) serializer is needed to serialize values of specified property.
createDummy(Class<?>) - Static method in class org.codehaus.jackson.map.ser.BeanSerializer
Method for constructing dummy bean deserializer; one that never outputs any properties
createDummy() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
Factory method for constructing an "empty" serializer; one that outputs no properties (but handles JSON objects properly, including type information)
createEnumDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Factory method for constructing serializers of Enum types.
createEnumDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated.  
createEnumDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createFlattened(JsonParser, JsonParser) - Static method in class org.codehaus.jackson.util.JsonParserSequence
Method that will construct a parser (possibly a sequence) that contains all given sub-parsers.
createFromBoolean(boolean) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromBoolean(boolean) - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
 
createFromDouble(double) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromDouble(double) - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
 
createFromInt(int) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromInt(int) - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
 
createFromLong(long) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromLong(long) - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
 
createFromObjectWith(Object[]) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromObjectWith(Object[]) - Method in class org.codehaus.jackson.map.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(String) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createFromString(String) - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
 
createInstance(SerializationConfig, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Overridable method, used to create a non-blueprint instances from the blueprint.
createInstance(Class<T>, boolean) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Method that can be called to try to create an instantiate of specified type.
createJsonGenerator(OutputStream, JsonEncoding) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON generator for writing JSON content using specified output stream.
createJsonGenerator(Writer) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON generator for writing JSON content using specified Writer.
createJsonGenerator(OutputStream) - Method in class org.codehaus.jackson.JsonFactory
Convenience method for constructing generator that uses default encoding of the format (UTF-8 for JSON and most other data formats).
createJsonGenerator(File, JsonEncoding) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON generator for writing JSON content to specified file, overwriting contents it might have (or creating it if such file does not yet exist).
createJsonGenerator(OutputStream, JsonEncoding) - Method in class org.codehaus.jackson.smile.SmileFactory
note: co-variant return type
createJsonGenerator(OutputStream) - Method in class org.codehaus.jackson.smile.SmileFactory
Since Smile format always uses UTF-8 internally, no encoding need to be passed to this method.
createJsonParser(File) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON parser instance to parse contents of specified file.
createJsonParser(URL) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON parser instance to parse contents of resource reference by given URL.
createJsonParser(InputStream) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing JSON parser instance to parse the contents accessed via specified input stream.
createJsonParser(Reader) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing parser for parsing the contents accessed via specified Reader.
createJsonParser(byte[]) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing parser for parsing the contents of given byte array.
createJsonParser(byte[], int, int) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing parser for parsing the contents of given byte array.
createJsonParser(String) - Method in class org.codehaus.jackson.JsonFactory
Method for constructing parser for parsing contens of given String.
createJsonParser(File) - Method in class org.codehaus.jackson.smile.SmileFactory
 
createJsonParser(URL) - Method in class org.codehaus.jackson.smile.SmileFactory
 
createJsonParser(InputStream) - Method in class org.codehaus.jackson.smile.SmileFactory
 
createJsonParser(byte[]) - Method in class org.codehaus.jackson.smile.SmileFactory
 
createJsonParser(byte[], int, int) - Method in class org.codehaus.jackson.smile.SmileFactory
 
createKeyDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
createKeyDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.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, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
 
createKeySerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.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(DeserializationConfig, DeserializerProvider, MapType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createMapDeserializer(DeserializationConfig, DeserializerProvider, MapType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createMapLikeDeserializer(DeserializationConfig, DeserializerProvider, MapLikeType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createMapLikeDeserializer(DeserializationConfig, DeserializerProvider, MapLikeType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createMatcher(JsonFactory, MatchStrength) - Method in class org.codehaus.jackson.format.InputAccessor.Std
 
createObjectNode() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.ObjectReader
 
createObjectNode() - Method in class org.codehaus.jackson.map.ser.std.SerializerBase
 
createObjectNode() - Method in class org.codehaus.jackson.ObjectCodec
Method for construct root level Object nodes for Tree Model instances.
createParserWithMatch() - Method in class org.codehaus.jackson.format.DataFormatMatcher
Convenience method for trying to construct a JsonParser for parsing content which is assumed to be in detected data format.
createRoot() - Static method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
createRoot() - Static method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Method called to create root canonicalizer for a JsonFactory instance.
createRootContext(int, int) - Static method in class org.codehaus.jackson.impl.JsonReadContext
 
createRootContext() - Static method in class org.codehaus.jackson.impl.JsonReadContext
 
createRootContext() - Static method in class org.codehaus.jackson.impl.JsonWriteContext
 
createSchemaNode(String) - Method in class org.codehaus.jackson.map.ser.std.SerializerBase
 
createSchemaNode(String, boolean) - Method in class org.codehaus.jackson.map.ser.std.SerializerBase
 
createSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
createSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Main serializer constructor method.
createSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
createSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.SerializerFactory
Method called to create (or, for immutable serializers, reuse) a serializer for given type.
createSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Deprecated. Since 1.7, call variant with more arguments
createTreeDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createTreeDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to create and return a deserializer that can construct JsonNode(s) from JSON content.
createTypeSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Method called to construct a type serializer for values with given declared base type.
createTypeSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.SerializerFactory
Method called to create a type information serializer for given base type, if one is needed.
createTypeSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Deprecated. Since 1.7, call variant with more arguments
createUnshared(SubtypeResolver) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method that is called to create a non-shared copy of the configuration to be used for a deserialization operation.
createUnshared(SubtypeResolver) - Method in class org.codehaus.jackson.map.MapperConfig
Method to use for constructing an instance that is not shared between multiple operations but only used for a single one (which may be this instance, if it is immutable; if not, a copy is constructed with same settings)
createUnshared(SubtypeResolver) - Method in class org.codehaus.jackson.map.SerializationConfig
 
createUsingDefault() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createUsingDefault() - Method in class org.codehaus.jackson.map.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(Object) - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
createUsingDelegate(Object) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.deser.impl
Container class for storing information on creators (based on annotations, visibility), to be able to build actual instantiator later on.
CreatorCollector(BasicBeanDescription, boolean) - Constructor for class org.codehaus.jackson.map.deser.impl.CreatorCollector
 
creatorEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
CreatorProperty - Class in org.codehaus.jackson.map.deser.impl
This concrete sub-class implements property that is passed via Creator (constructor or static factory method).
CreatorProperty(String, JavaType, TypeDeserializer, Annotations, AnnotatedParameter, int, Object) - Constructor for class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
CreatorProperty(CreatorProperty, JsonDeserializer<Object>) - Constructor for class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
currentNode() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
currentNumericNode() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
CustomDeserializerFactory - Class in org.codehaus.jackson.map.deser
Deprecated. Starting with 1.7, functionality of this class has been implemented both in base SerializerFactory (see methods like SerializerFactory.withAdditionalSerializers(Serializers)) and through new Module API. As such, this class is not the best way to add custom functionality, and will likely be removed from 2.0 release
CustomDeserializerFactory() - Constructor for class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated.  
CustomDeserializerFactory(DeserializerFactory.Config) - Constructor for class org.codehaus.jackson.map.deser.CustomDeserializerFactory
Deprecated.  
CustomSerializerFactory - Class in org.codehaus.jackson.map.ser
Serializer factory implementation that allows for configuring mapping between types (classes) and serializers to use, by using multiple types of overrides.
CustomSerializerFactory() - Constructor for class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
CustomSerializerFactory(SerializerFactory.Config) - Constructor for class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
customSerializers() - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
customSerializers() - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
 

D

DataFormatDetector - Class in org.codehaus.jackson.format
Simple helper class that allows data format (content type) auto-detection, given an ordered set of JsonFactory instances to use for actual low-level detection.
DataFormatDetector(JsonFactory...) - Constructor for class org.codehaus.jackson.format.DataFormatDetector
 
DataFormatDetector(Collection<JsonFactory>) - Constructor for class org.codehaus.jackson.format.DataFormatDetector
 
DataFormatMatcher - Class in org.codehaus.jackson.format
Result object constructed by DataFormatDetector when requested to detect format of given input data.
DataFormatMatcher(InputStream, byte[], int, JsonFactory, MatchStrength) - Constructor for class org.codehaus.jackson.format.DataFormatMatcher
 
DataHandlerJsonDeserializer - Class in org.codehaus.jackson.xc
 
DataHandlerJsonDeserializer() - Constructor for class org.codehaus.jackson.xc.DataHandlerJsonDeserializer
 
DataHandlerJsonSerializer - Class in org.codehaus.jackson.xc
 
DataHandlerJsonSerializer() - Constructor for class org.codehaus.jackson.xc.DataHandlerJsonSerializer
 
DateDeserializer - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use JsonNodeDeserializer instead.
DateDeserializer() - Constructor for class org.codehaus.jackson.map.deser.DateDeserializer
Deprecated.  
DateDeserializer - Class in org.codehaus.jackson.map.deser.std
Simple deserializer for handling Date values.
DateDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.DateDeserializer
 
DateSerializer - Class in org.codehaus.jackson.map.ser.std
For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.
DateSerializer() - Constructor for class org.codehaus.jackson.map.ser.std.DateSerializer
 
DecimalNode - Class in org.codehaus.jackson.node
Numeric node that contains values that do not fit in simple integer (int, long) or floating point (double) values.
DecimalNode(BigDecimal) - Constructor for class org.codehaus.jackson.node.DecimalNode
 
decodeBase64Byte(byte) - Method in class org.codehaus.jackson.Base64Variant
 
decodeBase64Char(char) - Method in class org.codehaus.jackson.Base64Variant
 
decodeBase64Char(int) - Method in class org.codehaus.jackson.Base64Variant
 
decorate(IOContext, InputStream) - Method in class org.codehaus.jackson.io.InputDecorator
Method called by JsonFactory instance when creating parser given an InputStream, when this decorator has been registered.
decorate(IOContext, byte[], int, int) - Method in class org.codehaus.jackson.io.InputDecorator
Method called by JsonFactory instance when creating parser on given "raw" byte source.
decorate(IOContext, Reader) - Method in class org.codehaus.jackson.io.InputDecorator
Method called by JsonFactory instance when creating parser given an Reader, when this decorator has been registered.
decorate(IOContext, OutputStream) - Method in class org.codehaus.jackson.io.OutputDecorator
Method called by JsonFactory instance when creating generator for given OutputStream, when this decorator has been registered.
decorate(IOContext, Writer) - Method in class org.codehaus.jackson.io.OutputDecorator
Method called by JsonFactory instance when creating generator for given Writer, when this decorator has been registered.
deepCloneWithoutSubtype() - Method in class org.codehaus.jackson.map.type.HierarchicType
Method that can be used to create a deep clone of this hierarchic type, including super types (but not subtypes)
DEFAULT - Static variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
This is the canonical base instance, configured with default visibility values
DEFAULT_ANNOTATION_INTROSPECTOR - Static variable in class org.codehaus.jackson.map.ObjectMapper
 
DEFAULT_ANNOTATIONS - Static variable in class org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.
DEFAULT_DATE_FORMAT - Static variable in class org.codehaus.jackson.map.MapperConfig
This is the default DateFormat used unless overridden by custom implementation.
DEFAULT_FEATURE_FLAGS - Static variable in class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Bitfield (set of flags) of all Features that are enabled by default.
DEFAULT_GETTER_FILTER - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
Deprecated. Since 1.9 just don't use
DEFAULT_INTROSPECTOR - Static variable in class org.codehaus.jackson.map.ObjectMapper
 
DEFAULT_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.std.StdKeySerializers
 
DEFAULT_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Deprecated. Since 1.9, use StdKeySerializers instead
DEFAULT_MAX_INPUT_LOOKAHEAD - Static variable in class org.codehaus.jackson.format.DataFormatDetector
By default we will look ahead at most 64 bytes; in most cases, much less (4 bytes or so) is needed, but we will allow bit more leniency to support data formats that need more complex heuristics.
DEFAULT_NAME_BUFFER_LENGTH - Static variable in class org.codehaus.jackson.smile.SmileBufferRecycler
 
DEFAULT_NULL_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
DEFAULT_PACKAGE_FOR_GENERATED - Static variable in class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Default package to use for generated classes.
DEFAULT_PARSER_FEATURES - Static variable in class org.codehaus.jackson.util.TokenBuffer
 
DEFAULT_ROOT_VALUE_SEPARATOR - Static variable in class org.codehaus.jackson.util.MinimalPrettyPrinter
Default String used for separating root values is single space.
DEFAULT_SETTER_AND_GETTER_FILTER - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
Deprecated. Since 1.9 just don't use
DEFAULT_SETTER_FILTER - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
Deprecated. Since 1.9 just don't use
DEFAULT_STRING_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.std.StdKeySerializers
 
DEFAULT_STRING_VALUE_BUFFER_LENGTH - Static variable in class org.codehaus.jackson.smile.SmileBufferRecycler
 
DEFAULT_TABLE_SIZE - Static variable in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
DEFAULT_TABLE_SIZE - Static variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Default initial table size.
DEFAULT_UNKNOWN_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
DEFAULT_WRITE_CONCAT_BUFFER_LEN - Static variable in class org.codehaus.jackson.util.BufferRecycler
 
defaultImpl(Class<?>) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
defaultImpl(Class<?>) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for specifying default implementation to use if type id is either not available, or can not be resolved.
defaultInstance() - Static method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
defaultInstance() - Static method in class org.codehaus.jackson.map.type.TypeFactory
Method used to access the globally shared instance, which has no custom configuration.
DefaultPrettyPrinter - Class in org.codehaus.jackson.impl
Deprecated. Moved to DefaultPrettyPrinter; will be removed in Jackson 2.0
DefaultPrettyPrinter() - Constructor for class org.codehaus.jackson.impl.DefaultPrettyPrinter
Deprecated.  
DefaultPrettyPrinter - Class in org.codehaus.jackson.util
Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
DefaultPrettyPrinter() - Constructor for class org.codehaus.jackson.util.DefaultPrettyPrinter
 
DefaultPrettyPrinter.FixedSpaceIndenter - Class in org.codehaus.jackson.util
This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.FixedSpaceIndenter() - Constructor for class org.codehaus.jackson.util.DefaultPrettyPrinter.FixedSpaceIndenter
 
DefaultPrettyPrinter.Lf2SpacesIndenter - Class in org.codehaus.jackson.util
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.Lf2SpacesIndenter() - Constructor for class org.codehaus.jackson.util.DefaultPrettyPrinter.Lf2SpacesIndenter
 
DefaultPrettyPrinter.NopIndenter - Class in org.codehaus.jackson.util
Dummy implementation that adds no indentation whatsoever
DefaultPrettyPrinter.NopIndenter() - Constructor for class org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
 
defaultPrettyPrintingWriter() - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Since 1.9, use ObjectMapper.writerWithDefaultPrettyPrinter() instead.
defaultSerializeDateKey(long, JsonGenerator) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
defaultSerializeDateKey(Date, JsonGenerator) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
defaultSerializeDateKey(long, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Method that will handle serialization of Dates used as Map keys, based on SerializationConfig.Feature.WRITE_DATE_KEYS_AS_TIMESTAMPS value (and if using textual representation, configured date format)
defaultSerializeDateKey(Date, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Method that will handle serialization of Dates used as Map keys, based on SerializationConfig.Feature.WRITE_DATE_KEYS_AS_TIMESTAMPS value (and if using textual representation, configured date format)
defaultSerializeDateValue(long, JsonGenerator) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
defaultSerializeDateValue(Date, JsonGenerator) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
defaultSerializeDateValue(long, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Method that will handle serialization of Date(-like) values, using SerializationConfig settings to determine expected serialization behavior.
defaultSerializeDateValue(Date, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Method that will handle serialization of Date(-like) values, using SerializationConfig settings to determine expected serialization behavior.
defaultSerializeField(String, Object, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Convenience method that will serialize given field with specified value.
defaultSerializeNull(JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
 
defaultSerializeValue(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.SerializerProvider
Convenience method that will serialize given value (which can be null) using standard serializer locating functionality.
defaultValue(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Helper method used to get default value for wrappers used for primitive types (0 for Integer etc)
delegate - Variable in class org.codehaus.jackson.util.JsonGeneratorDelegate
Delegate object that method calls are delegated to.
delegate - Variable in class org.codehaus.jackson.util.JsonParserDelegate
Delegate object that method calls are delegated to.
delegateToTextual(boolean) - Method in class org.codehaus.jackson.smile.SmileFactory
 
DeserializationConfig - Class in org.codehaus.jackson.map
Object that contains baseline configuration for deserialization process.
DeserializationConfig(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>, SubtypeResolver, PropertyNamingStrategy, TypeFactory, HandlerInstantiator) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
Constructor used by ObjectMapper to create default configuration object instance.
DeserializationConfig(DeserializationConfig) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, MapperConfig.Base) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, JsonNodeFactory) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, int) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig.Feature - Enum in org.codehaus.jackson.map
Enumeration that defines togglable features that guide the serialization feature.
DeserializationContext - Class in org.codehaus.jackson.map
Context for deserialization process.
DeserializationContext(DeserializationConfig) - Constructor for class org.codehaus.jackson.map.DeserializationContext
 
DeserializationProblemHandler - Class in org.codehaus.jackson.map
This is the class that can be registered (via DeserializationConfig object owner by ObjectMapper) to get calledn when a potentially recoverable problem is encountered during deserialization process.
DeserializationProblemHandler() - Constructor for class org.codehaus.jackson.map.DeserializationProblemHandler
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.AbstractDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Main deserialization method for bean-based objects (POJOs).
deserialize(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Secondary deserialization method, called in cases where POJO instance is created as part of deserialization, potentially after collecting some or all of the properties to set.
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
This method is needed by some specialized bean deserializers, and also called by some SettableBeanProperty.deserializeAndSet(org.codehaus.jackson.JsonParser, org.codehaus.jackson.map.DeserializationContext, java.lang.Object) implementations.
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.AtomicBooleanDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.CalendarDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.ClassDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
deserialize(JsonParser, DeserializationContext, Collection<Object>) - Method in class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.EnumDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.EnumDeserializer.FactoryBasedDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.EnumSetDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.FromStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.JavaTypeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.JsonNodeDeserializer
Implementation that will produce types of any JSON nodes; not just one deserializer is registered to handle (in case of more specialized handler).
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
deserialize(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.BigDecimalDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.BigIntegerDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.BooleanDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.ByteDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.CharacterDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.DoubleDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.FloatDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.IntegerDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.LongDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.NumberDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.ShortDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.SqlDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.StackTraceElementDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
deserialize(JsonParser, DeserializationContext, Collection<String>) - Method in class org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.TimestampDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.TokenBufferDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.StringDeserializer
Deprecated.  
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider.WrappedDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.GregorianCalendarDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.DateMidnightDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.DateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.PeriodDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.JsonDeserializer
Method that can be called to ask implementation to deserialize JSON content into the value type this serializer handles.
deserialize(JsonParser, DeserializationContext, T) - Method in class org.codehaus.jackson.map.JsonDeserializer
Alternate deserialization method (compared to the most commonly used, JsonDeserializer.deserialize(JsonParser, DeserializationContext)), which takes in initialized value instance, to be configured and/or populated by deserializer.
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.xc.DataHandlerJsonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.xc.DomElementJsonDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
deserializeAndSet(JsonParser, DeserializationContext, Object, String) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
Method called to deserialize appropriate value, given parser (and context), and set it using appropriate method (a setter method).
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Method called to deserialize appropriate value, given parser (and context), and set it using appropriate mechanism.
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
deserializeAndSet(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
deserializeAny(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.JsonNodeDeserializer
Deprecated. since 1.9.0
deserializeArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.JsonNodeDeserializer
Deprecated. since 1.9.0
deserializeFromArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeFromBase64(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
deserializeFromBoolean(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to deserialize POJO value from a JSON boolean value (true, false)
deserializeFromDouble(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to deserialize POJO value from a JSON floating-point number.
deserializeFromNumber(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.ThrowableDeserializer
 
deserializeFromObjectUsingNonDefault(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeFromString(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class org.codehaus.jackson.map.KeyDeserializer
Method called to deserialize a Map key from JSON property name.
deserializeObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.JsonNodeDeserializer
Deprecated. since 1.9.0
DeserializerFactory - Class in org.codehaus.jackson.map
Abstract class that defines API used by DeserializerProvider to obtain actual JsonDeserializer instances from multiple distinct factories.
DeserializerFactory() - Constructor for class org.codehaus.jackson.map.DeserializerFactory
 
DeserializerFactory.Config - Class in org.codehaus.jackson.map
Configuration settings container class for bean deserializer factory
DeserializerFactory.Config() - Constructor for class org.codehaus.jackson.map.DeserializerFactory.Config
 
deserializerForCreator(DeserializationConfig, Class<?>, AnnotatedMethod) - Static method in class org.codehaus.jackson.map.deser.std.EnumDeserializer
Factory method used when Enum instances are to be deserialized using a creator (static factory method)
deserializerInstance(Annotated, Class<? extends JsonDeserializer<?>>) - Method in class org.codehaus.jackson.map.DeserializationConfig
 
deserializerInstance(DeserializationConfig, Annotated, Class<? extends JsonDeserializer<?>>) - Method in class org.codehaus.jackson.map.HandlerInstantiator
Method called to get an instance of deserializer of specified type.
deserializerModifiers() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
deserializerModifiers() - Method in class org.codehaus.jackson.map.DeserializerFactory.Config
 
DeserializerProvider - Class in org.codehaus.jackson.map
Abstract class that defines API used by ObjectMapper and JsonDeserializers to obtain deserializers capable of re-constructing instances of handled type from JSON content.
DeserializerProvider() - Constructor for class org.codehaus.jackson.map.DeserializerProvider
 
deserializers() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
deserializers() - Method in class org.codehaus.jackson.map.DeserializerFactory.Config
 
Deserializers - Interface in org.codehaus.jackson.map
Interface that defines API for simple extensions that can provide additional deserializers for various types.
Deserializers.Base - Class in org.codehaus.jackson.map
Basic Deserializers implementation that implements all methods but provides no deserializers.
Deserializers.Base() - Constructor for class org.codehaus.jackson.map.Deserializers.Base
 
Deserializers.None - Class in org.codehaus.jackson.map
Deprecated. As of 1.9, use Deserializers.Base instead
Deserializers.None() - Constructor for class org.codehaus.jackson.map.Deserializers.None
Deprecated.  
deserializeTypedFromAny(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
deserializeTypedFromAny(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
deserializeTypedFromAny(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
 
deserializeTypedFromAny(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.TypeDeserializer
Method called to let this type deserializer handle deserialization of "typed" object, when value itself may have been serialized using any kind of JSON value (Array, Object, scalar).
deserializeTypedFromArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
Method called when actual object is serialized as JSON Array.
deserializeTypedFromArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
 
deserializeTypedFromArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.TypeDeserializer
Method called to let this type deserializer handle deserialization of "typed" object, when value itself is serialized as JSON Array (regardless of Java type).
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
Method called when actual object is serialized as JSON Object
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
This is the trickiest thing to handle, since property we are looking for may be anywhere...
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
Deserializing type id enclosed using WRAPPER_OBJECT style is straightforward
deserializeTypedFromObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.TypeDeserializer
Method called to let this type deserializer handle deserialization of "typed" object, when value itself is serialized as JSON Object (regardless of Java type).
deserializeTypedFromScalar(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
deserializeTypedFromScalar(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
 
deserializeTypedFromScalar(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.TypeDeserializer
Method called to let this type deserializer handle deserialization of "typed" object, when value itself is serialized as a scalar JSON value (something other than Array or Object), regardless of Java type.
deserializeUsingPropertyBasedWithExternalTypeId(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeUsingPropertyBasedWithUnwrapped(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeWithExternalTypeId(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeWithExternalTypeId(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.AbstractDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.EnumSetDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.PrimitiveArrayDeserializers
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.BooleanDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer
Base implementation that does not assume specific type inclusion mechanism.
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.DoubleDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.IntegerDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.NumberDeserializer
As mentioned in class Javadoc, there is additional complexity in handling potentially mixed type information here.
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StdScalarDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.StringDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.StringDeserializer
Deprecated.  
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider.WrappedDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.JsonDeserializer
Deserialization called when type being deserialized is defined to contain additional type identifier, to allow for correctly instantiating correct subtype.
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
deserializeWithUnwrapped(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called when there are declared "unwrapped" properties which need special handling
deserializeWithUnwrapped(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
detectEncoding() - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
Method that should be called after constructing an instace.
determineClassName(Object) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
disable(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for disabling specified parser features (check JsonParser.Feature for list of features)
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for disabling specified generator feature (check JsonGenerator.Feature for list of features)
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Method for disabling specified features (check JsonGenerator.Feature for list of features)
disable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Method for disabling specified feature (check JsonParser.Feature for list of features)
disable(DeserializationConfig.Feature) - Method in class org.codehaus.jackson.map.DeserializationConfig
Deprecated. Since 1.9, it is preferable to use DeserializationConfig.without(org.codehaus.jackson.map.DeserializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
disable(DeserializationConfig.Feature...) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling specified DeserializationConfig features.
disable(SerializationConfig.Feature...) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling specified DeserializationConfig features.
disable(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializationConfig
Deprecated. Since 1.9, it is preferable to use SerializationConfig.without(org.codehaus.jackson.map.SerializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
disable(AbstractTypeMaterializer.Feature) - Method in class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method for disabling specified feature.
disable(SmileParser.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for disabling specified parser features (check SmileParser.Feature for list of features)
disable(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for disabling specified generator feature (check JsonGenerator.Feature for list of features)
disable(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileGenerator
 
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
disable(JsonParser.Feature) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.TokenBuffer
 
disableDefaultTyping() - Method in class org.codehaus.jackson.map.ObjectMapper
Method for disabling automatic inclusion of type information; if so, only explicitly annotated types (ones with JsonTypeInfo) will have additional embedded type information.
disableFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Deprecated. Use JsonGenerator.disable(org.codehaus.jackson.JsonGenerator.Feature) instead
disableFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Deprecated. Use JsonParser.disable(Feature) instead
disableGeneratorFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.disable(JsonGenerator.Feature) instead
disableParserFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.disable(JsonParser.Feature) instead
DOMDeserializer<T> - Class in org.codehaus.jackson.map.ext
Base for serializers that allows parsing DOM Documents from JSON Strings.
DOMDeserializer(Class<T>) - Constructor for class org.codehaus.jackson.map.ext.DOMDeserializer
 
DOMDeserializer.DocumentDeserializer - Class in org.codehaus.jackson.map.ext
 
DOMDeserializer.DocumentDeserializer() - Constructor for class org.codehaus.jackson.map.ext.DOMDeserializer.DocumentDeserializer
 
DOMDeserializer.NodeDeserializer - Class in org.codehaus.jackson.map.ext
 
DOMDeserializer.NodeDeserializer() - Constructor for class org.codehaus.jackson.map.ext.DOMDeserializer.NodeDeserializer
 
DomElementJsonDeserializer - Class in org.codehaus.jackson.xc
 
DomElementJsonDeserializer() - Constructor for class org.codehaus.jackson.xc.DomElementJsonDeserializer
 
DomElementJsonDeserializer(DocumentBuilder) - Constructor for class org.codehaus.jackson.xc.DomElementJsonDeserializer
 
DomElementJsonSerializer - Class in org.codehaus.jackson.xc
 
DomElementJsonSerializer() - Constructor for class org.codehaus.jackson.xc.DomElementJsonSerializer
 
DOMSerializer - Class in org.codehaus.jackson.map.ext
 
DOMSerializer() - Constructor for class org.codehaus.jackson.map.ext.DOMSerializer
 
DoubleNode - Class in org.codehaus.jackson.node
Numeric node that contains 64-bit ("double precision") floating point values simple 32-bit integer values.
DoubleNode(double) - Constructor for class org.codehaus.jackson.node.DoubleNode
 

E

EMPTY_ITERATOR - Static variable in class org.codehaus.jackson.map.MappingIterator
 
emptyAndGetCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
 
emptyIterator() - Static method in class org.codehaus.jackson.map.MappingIterator
 
emptyMap() - Static method in class org.codehaus.jackson.map.ser.impl.PropertySerializerMap
 
enable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
enable(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
enable(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
enable(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
enable(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
enable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for enabling specified parser feature (check JsonParser.Feature for list of features)
enable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for enabling specified generator features (check JsonGenerator.Feature for list of features)
enable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Method for enabling specified parser features: check JsonGenerator.Feature for list of available features.
enable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Method for enabling specified parser feature (check JsonParser.Feature for list of features)
enable(DeserializationConfig.Feature) - Method in class org.codehaus.jackson.map.DeserializationConfig
Deprecated. Since 1.9, it is preferable to use DeserializationConfig.with(org.codehaus.jackson.map.DeserializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
enable(DeserializationConfig.Feature...) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling specified DeserializationConfig features.
enable(SerializationConfig.Feature...) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling specified DeserializationConfig features.
enable(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializationConfig
Deprecated. Since 1.9, it is preferable to use SerializationConfig.with(org.codehaus.jackson.map.SerializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
enable(AbstractTypeMaterializer.Feature) - Method in class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method for enabling specified feature.
enable(SmileParser.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for enabling specified parser feature (check SmileParser.Feature for list of features)
enable(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Method for enabling specified generator features (check JsonGenerator.Feature for list of features)
enable(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileGenerator
 
enable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
enable(JsonParser.Feature) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
enable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.TokenBuffer
 
enabledByDefault() - Method in enum org.codehaus.jackson.JsonGenerator.Feature
 
enabledByDefault() - Method in enum org.codehaus.jackson.JsonParser.Feature
 
enabledByDefault() - Method in enum org.codehaus.jackson.map.DeserializationConfig.Feature
 
enabledByDefault() - Method in interface org.codehaus.jackson.map.MapperConfig.ConfigFeature
Accessor for checking whether this feature is enabled by default.
enabledByDefault() - Method in enum org.codehaus.jackson.map.SerializationConfig.Feature
 
enabledByDefault() - Method in enum org.codehaus.jackson.mrbean.AbstractTypeMaterializer.Feature
 
enabledByDefault() - Method in enum org.codehaus.jackson.smile.SmileGenerator.Feature
 
enabledByDefault() - Method in enum org.codehaus.jackson.smile.SmileParser.Feature
 
enableDefaultTyping() - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method that is equivalent to calling
enableDefaultTyping(ObjectMapper.DefaultTyping) - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method that is equivalent to calling
enableDefaultTyping(ObjectMapper.DefaultTyping, JsonTypeInfo.As) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling automatic inclusion of type information, needed for proper deserialization of polymorphic types (unless types have been annotated with JsonTypeInfo).
enableDefaultTypingAsProperty(ObjectMapper.DefaultTyping, String) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling automatic inclusion of type information -- needed for proper deserialization of polymorphic types (unless types have been annotated with JsonTypeInfo) -- using "As.PROPERTY" inclusion mechanism and specified property name to use for inclusion (default being "@class" since default type information always uses class name as type identifier)
enabledIn(int) - Method in enum org.codehaus.jackson.JsonParser.Feature
 
enableFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Deprecated. Use JsonGenerator.enable(org.codehaus.jackson.JsonGenerator.Feature) instead
enableFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Deprecated. Use JsonParser.enable(Feature) instead
enableGeneratorFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.enable(JsonGenerator.Feature) instead
enableParserFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.enable(JsonParser.Feature) instead
encode(byte[]) - Method in class org.codehaus.jackson.Base64Variant
Convenience method for converting given byte array as base64 encoded String using this variant's settings.
encode(byte[], boolean) - Method in class org.codehaus.jackson.Base64Variant
Convenience method for converting given byte array as base64 encoded String using this variant's settings, optionally enclosed in double-quotes.
encodeAsUTF8(String) - Method in class org.codehaus.jackson.io.JsonStringEncoder
Will encode given String as UTF-8 (without any quoting), return resulting byte array.
encodeBase64BitsAsByte(int) - Method in class org.codehaus.jackson.Base64Variant
 
encodeBase64BitsAsChar(int) - Method in class org.codehaus.jackson.Base64Variant
 
encodeBase64Chunk(int, char[], int) - Method in class org.codehaus.jackson.Base64Variant
Method that encodes given right-aligned (LSB) 24-bit value into 4 base64 characters, stored in given result buffer.
encodeBase64Chunk(StringBuilder, int) - Method in class org.codehaus.jackson.Base64Variant
 
encodeBase64Chunk(int, byte[], int) - Method in class org.codehaus.jackson.Base64Variant
Method that encodes given right-aligned (LSB) 24-bit value into 4 base64 bytes (ascii), stored in given result buffer.
encodeBase64Partial(int, int, char[], int) - Method in class org.codehaus.jackson.Base64Variant
Method that outputs partial chunk (which only encodes one or two bytes of data).
encodeBase64Partial(StringBuilder, int, int) - Method in class org.codehaus.jackson.Base64Variant
 
encodeBase64Partial(int, int, byte[], int) - Method in class org.codehaus.jackson.Base64Variant
Method that outputs partial chunk (which only encodes one or two bytes of data).
ensureLoaded(int) - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
ensureLoaded(int) - Method in class org.codehaus.jackson.smile.SmileParserBootstrapper
 
ensureNotShared() - Method in class org.codehaus.jackson.util.TextBuffer
Method called to make sure that buffer is not using shared input buffer; if it is, it will copy such contents to private buffer.
EnumDeserializer - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use EnumDeserializer instead.
EnumDeserializer(EnumResolver<?>) - Constructor for class org.codehaus.jackson.map.deser.EnumDeserializer
Deprecated.  
EnumDeserializer - Class in org.codehaus.jackson.map.deser.std
Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.
EnumDeserializer(EnumResolver<?>) - Constructor for class org.codehaus.jackson.map.deser.std.EnumDeserializer
 
EnumDeserializer.FactoryBasedDeserializer - Class in org.codehaus.jackson.map.deser.std
Deserializer that uses a single-String static factory method for locating Enum values by String id.
EnumDeserializer.FactoryBasedDeserializer(Class<?>, AnnotatedMethod) - Constructor for class org.codehaus.jackson.map.deser.std.EnumDeserializer.FactoryBasedDeserializer
 
EnumMapDeserializer - Class in org.codehaus.jackson.map.deser.std
Note: casting within this class is all messed up -- just could not figure out a way to properly deal with recursive definition of "EnumMap, V>
EnumMapDeserializer(EnumResolver<?>, JsonDeserializer<Object>) - Constructor for class org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
EnumMapSerializer - Class in org.codehaus.jackson.map.ser.std
Specialized serializer for EnumMaps.
EnumMapSerializer(JavaType, boolean, EnumValues, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.std.EnumMapSerializer
Deprecated. Since 1.8, use variant that takes value serializer
EnumMapSerializer(JavaType, boolean, EnumValues, TypeSerializer, BeanProperty, JsonSerializer<Object>) - Constructor for class org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
EnumResolver<T extends Enum<T>> - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use EnumResolver instead.
EnumResolver<T extends Enum<T>> - Class in org.codehaus.jackson.map.util
Helper class used to resolve String values (either JSON Object field names or regular String values) into Java Enum instances.
EnumResolver(Class<T>, T[], HashMap<String, T>) - Constructor for class org.codehaus.jackson.map.util.EnumResolver
 
EnumSerializer - Class in org.codehaus.jackson.map.ser
Deprecated. Since 1.9 use EnumSerializer
EnumSerializer(EnumValues) - Constructor for class org.codehaus.jackson.map.ser.EnumSerializer
Deprecated.  
EnumSerializer - Class in org.codehaus.jackson.map.ser.std
Standard serializer used for Enum types.
EnumSerializer(EnumValues) - Constructor for class org.codehaus.jackson.map.ser.std.EnumSerializer
 
EnumSetDeserializer - Class in org.codehaus.jackson.map.deser.std
Note: casting within this class is all messed up -- just could not figure out a way to properly deal with recursive definition of "EnumSet, V>
EnumSetDeserializer(EnumResolver) - Constructor for class org.codehaus.jackson.map.deser.std.EnumSetDeserializer
 
EnumSetSerializer - Class in org.codehaus.jackson.map.ser.std
 
EnumSetSerializer(JavaType, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.std.EnumSetSerializer
 
enumSetSerializer(JavaType, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.std.StdContainerSerializers
 
EnumValues - Class in org.codehaus.jackson.map.util
Helper class used for storing String serializations of enumerations.
equals(Object) - Method in class org.codehaus.jackson.io.SerializedString
 
equals(Object) - Method in class org.codehaus.jackson.JsonLocation
 
equals(Object) - Method in class org.codehaus.jackson.JsonNode
Equality for node objects is defined as full (deep) value equality.
equals(Object) - Method in class org.codehaus.jackson.map.introspect.MemberKey
 
equals(Object) - Method in class org.codehaus.jackson.map.jsontype.NamedType
Equality is defined based on class only, not on name
equals(Object) - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder.EmptyArrayChecker
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder.EmptyCollectionChecker
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder.EmptyMapChecker
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder.EmptyStringChecker
 
equals(Object) - Method in class org.codehaus.jackson.map.type.ArrayType
 
equals(Object) - Method in class org.codehaus.jackson.map.type.ClassKey
 
equals(Object) - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
equals(Object) - Method in class org.codehaus.jackson.map.type.MapLikeType
 
equals(Object) - Method in class org.codehaus.jackson.map.type.SimpleType
 
equals(Object) - Method in class org.codehaus.jackson.node.ArrayNode
 
equals(Object) - Method in class org.codehaus.jackson.node.BigIntegerNode
 
equals(Object) - Method in class org.codehaus.jackson.node.BinaryNode
 
equals(Object) - Method in class org.codehaus.jackson.node.BooleanNode
 
equals(Object) - Method in class org.codehaus.jackson.node.DecimalNode
 
equals(Object) - Method in class org.codehaus.jackson.node.DoubleNode
 
equals(Object) - Method in class org.codehaus.jackson.node.IntNode
 
equals(Object) - Method in class org.codehaus.jackson.node.LongNode
 
equals(Object) - Method in class org.codehaus.jackson.node.MissingNode
 
equals(Object) - Method in class org.codehaus.jackson.node.NullNode
 
equals(Object) - Method in class org.codehaus.jackson.node.ObjectNode
 
equals(Object) - Method in class org.codehaus.jackson.node.POJONode
 
equals(Object) - Method in class org.codehaus.jackson.node.TextNode
 
equals(Object) - Method in class org.codehaus.jackson.schema.JsonSchema
 
equals(int) - Method in class org.codehaus.jackson.sym.Name
 
equals(int, int) - Method in class org.codehaus.jackson.sym.Name
 
equals(int[], int) - Method in class org.codehaus.jackson.sym.Name
 
equals(Object) - Method in class org.codehaus.jackson.sym.Name
 
equals(int) - Method in class org.codehaus.jackson.sym.Name1
 
equals(int, int) - Method in class org.codehaus.jackson.sym.Name1
 
equals(int[], int) - Method in class org.codehaus.jackson.sym.Name1
 
equals(int) - Method in class org.codehaus.jackson.sym.Name2
 
equals(int, int) - Method in class org.codehaus.jackson.sym.Name2
 
equals(int[], int) - Method in class org.codehaus.jackson.sym.Name2
 
equals(int) - Method in class org.codehaus.jackson.sym.Name3
 
equals(int, int) - Method in class org.codehaus.jackson.sym.Name3
 
equals(int[], int) - Method in class org.codehaus.jackson.sym.Name3
 
equals(int) - Method in class org.codehaus.jackson.sym.NameN
 
equals(int, int) - Method in class org.codehaus.jackson.sym.NameN
 
equals(int[], int) - Method in class org.codehaus.jackson.sym.NameN
 
equals(Object) - Method in class org.codehaus.jackson.type.JavaType
 
equals(Object) - Method in class org.codehaus.jackson.Version
 
ESCAPE_CUSTOM - Static variable in class org.codehaus.jackson.io.CharacterEscapes
Value used for lookup tables to indicate that matching characters will need custom escapes; and that another call to CharacterEscapes.getEscapeSequence(int) is needed to figure out exact escape sequence to output.
ESCAPE_NONE - Static variable in class org.codehaus.jackson.io.CharacterEscapes
Value used for lookup tables to indicate that matching characters do not need to be escaped.
ESCAPE_STANDARD - Static variable in class org.codehaus.jackson.io.CharacterEscapes
Value used for lookup tables to indicate that matching characters are to be escaped using standard escaping; for JSON this means (for example) using "backslash - u" escape method.
expandCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
Method called to expand size of the current segment, to accomodate for more contiguous content.
expectComma() - Method in class org.codehaus.jackson.impl.JsonReadContext
 
ExternalTypeHandler - Class in org.codehaus.jackson.map.deser.impl
Helper class that is used to flatten JSON structure when using "external type id" (see JsonTypeInfo.As.EXTERNAL_PROPERTY).
ExternalTypeHandler(ExternalTypeHandler.ExtTypedProperty[], HashMap<String, Integer>, String[], TokenBuffer[]) - Constructor for class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
 
ExternalTypeHandler(ExternalTypeHandler) - Constructor for class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
 
ExternalTypeHandler.Builder - Class in org.codehaus.jackson.map.deser.impl
 
ExternalTypeHandler.Builder() - Constructor for class org.codehaus.jackson.map.deser.impl.ExternalTypeHandler.Builder
 

F

failForEmpty(Object) - Method in class org.codehaus.jackson.map.ser.impl.UnknownSerializer
 
FailingSerializer - Class in org.codehaus.jackson.map.ser.impl
Special bogus "serializer" that will throw JsonGenerationException if its FailingSerializer.serialize(java.lang.Object, org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider) gets invoked.
FailingSerializer(String) - Constructor for class org.codehaus.jackson.map.ser.impl.FailingSerializer
 
FALSE - Static variable in class org.codehaus.jackson.node.BooleanNode
 
fastSimpleType(Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
fieldEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
fields() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
filterBeanProperties(SerializationConfig, BasicBeanDescription, List<BeanPropertyWriter>) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Overridable method that can filter out properties.
FilteredBeanPropertyWriter - Class in org.codehaus.jackson.map.ser
Decorated BeanPropertyWriter that will filter out properties that are not to be included in currently active JsonView.
FilteredBeanPropertyWriter() - Constructor for class org.codehaus.jackson.map.ser.FilteredBeanPropertyWriter
 
filteredWriter(FilterProvider) - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Since 1.9, use ObjectMapper.writer(FilterProvider) instead.
filterOutAllExcept(Set<String>) - Static method in class org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter
Factory method to construct filter that filters out all properties except ones includes in set
filterOutAllExcept(String...) - Static method in class org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter
 
FilterProvider - Class in org.codehaus.jackson.map.ser
Interface for objects that providers instances of BeanPropertyFilter that match given ids.
FilterProvider() - Constructor for class org.codehaus.jackson.map.ser.FilterProvider
 
find(String) - Method in class org.codehaus.jackson.map.deser.impl.BeanPropertyMap
 
find(String, Class<?>[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
find(Method) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
find(SerializerCache.TypeKey) - Method in class org.codehaus.jackson.map.ser.impl.JsonSerializerMap
 
findAccessType(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Method for locating JAXB XmlAccessType annotation value for given annotated entity, if it has one, or inherits one from its ancestors (in JAXB sense, package etc).
findAndAddSerializer(Class<?>, SerializerProvider, BeanProperty) - Method in class org.codehaus.jackson.map.ser.impl.PropertySerializerMap
Method called if initial lookup fails; will both find serializer and construct new map instance if warranted, and return both
findAndAddSerializer(JavaType, SerializerProvider, BeanProperty) - Method in class org.codehaus.jackson.map.ser.impl.PropertySerializerMap
 
findAnyGetter() - Method in class org.codehaus.jackson.map.BeanDescription
 
findAnyGetter() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method used to locate the method of introspected class that implements JsonAnyGetter.
findAnySetter() - Method in class org.codehaus.jackson.map.BeanDescription
 
findAnySetter() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method used to locate the method of introspected class that implements JsonAnySetter.
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate serializer for specified array type.
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findArraySerializer(SerializationConfig, ArrayType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findArraySerializer(SerializationConfig, ArrayType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findArraySerializer(SerializationConfig, ArrayType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in interface org.codehaus.jackson.map.Serializers
Method called by serialization framework first time a serializer is needed for specified array type.
findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findAutoDetectVisibility(AnnotatedClass, VisibilityChecker<?>) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findBackReference(String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method needed by BeanDeserializerFactory to properly link managed- and back-reference pairs.
findBackReferenceProperties() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for locating all back-reference properties (setters, fields) bean has
findBeanDeserializer(JavaType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findBeanDeserializer(JavaType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty) - Method in interface org.codehaus.jackson.map.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, DeserializerProvider, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findBeanProperties(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method used to collect all actual serializable properties.
findBeanSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method that will try to construct a BeanSerializer for given class.
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method that checks whether specified class has annotations that indicate that it is (or is not) cachable.
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findClass(String, TypeParser.MyTokenizer) - Method in class org.codehaus.jackson.map.type.TypeParser
 
findCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate serializer for specified Collection (List, Set etc) type.
findCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate serializer for specified "Collection-like" type (one that acts like Collection but does not implement it).
findCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findCollectionLikeSerializer(SerializationConfig, CollectionLikeType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in interface org.codehaus.jackson.map.Serializers
 
findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findCollectionSerializer(SerializationConfig, CollectionType, BeanDescription, BeanProperty, TypeSerializer, JsonSerializer<Object>) - Method in interface org.codehaus.jackson.map.Serializers
 
findConstructor(Class<T>, boolean) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
findContentDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a deserializer definition for content (values) of associated Collection, array or Map property.
findContentDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findContentDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findContentDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findContentDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findContentSerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a serializer definition for content (values) of associated Collection, array or Map property.
findContentSerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findContentSerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findContentSerializer(SerializationConfig, Annotated, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
findCreatorProperty(String) - Method in class org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
findCreatorPropertyNames() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for getting ordered list of named Creator properties.
findCustomSerializer(Class<?>, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
findDefaultConstructor() - Method in class org.codehaus.jackson.map.BeanDescription
 
findDefaultConstructor() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method that will locate the no-arg constructor for this class, if it has one, and that constructor has not been marked as ignorable.
findDeserializableFields(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.BeanDescription
Deprecated. Since 1.9 use BeanDescription.findProperties()
findDeserializableFields(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findDeserializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given member field represent a deserializable logical property; and if so, returns the name of that property.
findDeserializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializationContentType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.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, String) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationContentType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationContentType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationContentType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializationKeyType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for accessing additional narrowing type definition that a method can have, to define more specific key type to use.
findDeserializationKeyType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationKeyType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationKeyType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationKeyType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializationType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.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, String) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
JAXB does allow specifying (more) concrete class for deserialization by using \@XmlElement annotation.
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a deserializer definition on specified method or field.
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.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, DeserializerProvider) - Method in class org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializerFromAnnotation(DeserializationConfig, Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Helper method called to check if a class or method has annotation that tells which class to use for deserialization.
findEncoding(MediaType, MultivaluedMap<String, Object>) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Helper method to use for determining desired output encoding.
findEnum(String) - Method in class org.codehaus.jackson.map.util.EnumResolver
 
findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription, BeanProperty) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate deserializer for specified Enum type.
findEnumDeserializer(Class<?>, DeserializationConfig, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findEnumType(EnumSet<?>) - Static method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findEnumValue(Enum<?>) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findEnumValue(Enum<?>) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findEnumValue(Enum<?>) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
!!! 12-Oct-2009, tatu: This is hideously slow implementation, called potentially for every single enum value being serialized.
findExpectedRootName(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findExpectedRootName(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method that can be used to try find expected root name for given type
findFactoryMethod(Class<?>...) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
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.
findFilter(Object) - Method in class org.codehaus.jackson.map.ser.FilterProvider
Lookup method used to find BeanPropertyFilter that has specified id.
findFilter(Object) - Method in class org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
findFilter(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.std.BeanSerializerBase
Helper method used to locate filter that is needed, based on filter id this serializer was constructed with.
findFilterId(AnnotatedClass) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findFilterId(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findFilterId(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to find filter that is configured to be used with bean serializer being built, if any.
findFormat(InputStream) - Method in class org.codehaus.jackson.format.DataFormatDetector
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 org.codehaus.jackson.format.DataFormatDetector
Method to call to find format that given content (full document) has, as per configuration of this detector instance.
findGettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests property name associated with method that may be a "getter".
findGettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findGettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findGettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findGettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findGetters(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.BeanDescription
Deprecated. Since 1.9 use BeanDescription.findProperties()
findGetters(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findIgnoreUnknownProperties(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether an annotation indicates that all unknown properties
findIgnoreUnknownProperties(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findIgnoreUnknownProperties(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findIgnoreUnknownProperties(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findIgnoreUnknownProperties(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findInjectables() - Method in class org.codehaus.jackson.map.BeanDescription
 
findInjectables() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findInjectableValue(DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.impl.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 org.codehaus.jackson.map.deser.StdDeserializationContext
 
findInjectableValue(Object, BeanProperty, Object) - Method in class org.codehaus.jackson.map.DeserializationContext
 
findInjectableValue(Object, DeserializationContext, BeanProperty, Object) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.InjectableValues.Std
 
findInjectableValueId(AnnotatedMember) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findInjectableValueId(AnnotatedMember) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findJsonValueMethod() - Method in class org.codehaus.jackson.map.BeanDescription
 
findJsonValueMethod() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for locating the getter method that is annotated with JsonValue annotation, if any.
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a deserializer definition for keys of associated Map property.
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findKeyDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findKeyDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method called to get hold of a deserializer to use for deserializing keys for Map.
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findKeyDeserializer(JavaType, DeserializationConfig, BeanDescription, BeanProperty) - Method in interface org.codehaus.jackson.map.KeyDeserializers
 
findKeyDeserializer(JavaType, DeserializationConfig, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.module.SimpleKeyDeserializers
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findKeySerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a serializer definition for keys of associated Map property.
findKeySerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findKeySerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findKeySerializer(SerializationConfig, Annotated, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
findKeySerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findKeySerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.SerializerProvider
Method called to get the serializer to use for serializing non-null Map keys.
findMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate deserializer for specified Map type.
findMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findMapLikeDeserializer(MapLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findMapLikeDeserializer(MapLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate serializer for specified "Map-like" type (one that acts like Map but does not implement it).
findMapLikeDeserializer(MapLikeType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findMapLikeSerializer(SerializationConfig, MapLikeType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in interface org.codehaus.jackson.map.Serializers
 
findMapSerializer(SerializationConfig, MapType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findMapSerializer(SerializationConfig, MapType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findMapSerializer(SerializationConfig, MapType, BeanDescription, BeanProperty, JsonSerializer<Object>, TypeSerializer, JsonSerializer<Object>) - Method in interface org.codehaus.jackson.map.Serializers
 
findMethod(String, Class<?>[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
findMethod(String, Class<?>[]) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findMixInClassFor(Class<?>) - Method in interface org.codehaus.jackson.map.ClassIntrospector.MixInResolver
Method that will check if there are "mix-in" classes (with mix-in annotations) for given class
findMixInClassFor(Class<?>) - Method in class org.codehaus.jackson.map.MapperConfig
Method that will check if there are "mix-in" classes (with mix-in annotations) for given class
findName(int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table.
findName(int, int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table.
findName(int[], int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Finds and returns name matching the specified symbol, if such name already exists in the table; or if not, creates name object, adds to the table, and returns it.
findNewName() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Method called to check whether property represented by this collector should be renamed from the implicit name; and also verify that there are no conflicting rename definitions.
findParameterTypes(Class<?>, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
findParameterTypes(Class<?>, Class<?>, TypeBindings) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
findParameterTypes(JavaType, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. 
findParent(String) - Method in class org.codehaus.jackson.JsonNode
Method for finding a JSON Object that contains specified field, within this node or its descendants.
findParent(String) - Method in class org.codehaus.jackson.node.ArrayNode
 
findParent(String) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findParent(String) - Method in class org.codehaus.jackson.node.ContainerNode
 
findParent(String) - Method in class org.codehaus.jackson.node.ObjectNode
 
findParents(String) - Method in class org.codehaus.jackson.JsonNode
Method for finding a JSON Object that contains specified field, within this node or its descendants.
findParents(String, List<JsonNode>) - Method in class org.codehaus.jackson.JsonNode
 
findParents(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ArrayNode
 
findParents(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findParents(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ContainerNode
 
findParents(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ObjectNode
 
findPath(String) - Method in class org.codehaus.jackson.JsonNode
Method similar to JsonNode.findValue(java.lang.String), but that will return a "missing node" instead of null if no field is found.
findPath(String) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findProperties() - Method in class org.codehaus.jackson.map.BeanDescription
 
findProperties() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findPropertiesToIgnore(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for finding list of properties to ignore for given class (null is returned if not specified).
findPropertiesToIgnore(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertiesToIgnore(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findPropertiesToIgnore(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findPropertiesToIgnore(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyContentTypeDeserializer(DeserializationConfig, JavaType, AnnotatedMember, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyContentTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
Since 1.7, it is possible to use JsonTypeInfo from a property too.
findPropertyContentTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyContentTypeSerializer(JavaType, SerializationConfig, AnnotatedMember, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to create a type information serializer for values of given container property if one is needed.
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given set of annotations indicates property name for associated parameter.
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyTypeDeserializer(DeserializationConfig, JavaType, AnnotatedMember, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
Since 1.7, it is possible to use JsonTypeInfo from a property too.
findPropertyTypeResolver(MapperConfig<?>, AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyTypeSerializer(JavaType, SerializationConfig, AnnotatedMember, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector
Note: defined as non-abstract to reduce fragility between versions.
findReferenceType(AnnotatedMember) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findReferenceType(AnnotatedMember) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findRootName(AnnotatedClass) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findRootName(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findRootName(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findRootName(JavaType, MapperConfig<?>) - Method in class org.codehaus.jackson.map.util.RootNameLookup
 
findRootName(Class<?>, MapperConfig<?>) - Method in class org.codehaus.jackson.map.util.RootNameLookup
 
findRootName(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializableFields(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.BeanDescription
Deprecated. Since 1.9 use the non-deprecated version
findSerializableFields(VisibilityChecker<?>, Collection<String>) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findSerializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given member field represent a serializable logical property; and if so, returns the name of that property.
findSerializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializablePropertyName(AnnotatedField) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializationContentType(Annotated, JavaType) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationContentType(Annotated, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationInclusion(Annotated, JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given annotated entity (class, method, field) defines which Bean/Map properties are to be included in serialization.
findSerializationInclusion(Annotated, JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationInclusion(JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for determining whether null properties should be written out for a Bean of introspected type.
findSerializationInclusion(Annotated, JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationInclusion(Annotated, JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Implementation of this method is slightly tricky, given that JAXB defaults differ from Jackson defaults.
findSerializationKeyType(Annotated, JavaType) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationKeyType(Annotated, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationPropertyOrder(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for accessing defined property serialization order (which may be partial).
findSerializationPropertyOrder(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationPropertyOrder(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationPropertyOrder(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializationPropertyOrder(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializationSortAlphabetically(AnnotatedClass) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
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 org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationSortAlphabetically(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializationSortAlphabetically(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializationType(Annotated) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationType(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationType(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializationType(Annotated, boolean, JavaType) - Method in class org.codehaus.jackson.map.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).
findSerializationType(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializationTyping(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for accessing declared typing mode annotated (if any).
findSerializationTyping(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationTyping(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationTyping(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializationTyping(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializationViews(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking if annotated serializable property (represented by field or getter method) has definitions for views it is to be included in.
findSerializationViews(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializationViews(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializationViews(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializationViews(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a serializer definition on specified method or field.
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializer(SerializationConfig, JavaType) - Method in class org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializer(SerializationConfig, JavaType, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.module.SimpleSerializers
 
findSerializer(SerializationConfig, JavaType, BeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.Serializers.Base
 
findSerializer(SerializationConfig, JavaType, BeanDescription, BeanProperty) - Method in interface org.codehaus.jackson.map.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).
findSerializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializerByAddonType(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Reflection-based serialized find method, which checks if given class implements one of recognized "add-on" interfaces.
findSerializerByLookup(JavaType, SerializationConfig, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Method that will use fast lookup (and identity comparison) methods to see if we know serializer to use for given type.
findSerializerByPrimaryType(JavaType, SerializationConfig, BasicBeanDescription, BeanProperty, boolean) - Method in class org.codehaus.jackson.map.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(SerializationConfig, Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method called to check if a class or method has an annotation (@link org.codehaus.jackson.map.ser.JsonSerialize#using) that tells the class to use for serialization.
findSettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests property name associated with method that may be a "setter".
findSettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSettablePropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSetters(VisibilityChecker<?>) - Method in class org.codehaus.jackson.map.BeanDescription
Deprecated. Since 1.9 use BeanDescription.findProperties()
findSetters(VisibilityChecker<?>) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
findSingleArgConstructor(Class<?>...) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method that can be called to locate a single-arg constructor that takes specified exact type (will not accept supertype constructors)
findStdBeanDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Method called by BeanDeserializerFactory to see if there might be a standard deserializer registered for given type.
findStringBasedKeyDeserializer(DeserializationConfig, JavaType) - Static method in class org.codehaus.jackson.map.deser.std.StdKeyDeserializers
 
findSubtypes(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for locating annotation-specified subtypes related to annotated entity (class, method, field).
findSubtypes(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSubtypes(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSubtypes(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSuperTypes(Class<?>, Class<?>) - Static method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.util.ClassUtil
 
findSuperTypes(Class<?>, Class<?>) - Static method in class org.codehaus.jackson.mrbean.BeanUtil
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 org.codehaus.jackson.mrbean.BeanUtil
 
findSymbol(char[], int, int, int) - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanProperty) - Method in class org.codehaus.jackson.map.Deserializers.Base
 
findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanProperty) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate deserializer for specified JSON tree node type.
findTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanProperty) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
findType(String) - Method in class org.codehaus.jackson.map.type.TypeBindings
 
findTypeDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
findTypeDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to find and create a type information deserializer for given base type, if one is needed.
findTypedValueDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findTypedValueDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method called to locate deserializer for given type, as well as matching type deserializer (if one is needed); and if type deserializer is needed, construct a "wrapped" deserializer that can extract and use type information for calling actual deserializer.
findTypedValueSerializer(Class<?>, boolean, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findTypedValueSerializer(JavaType, boolean, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findTypedValueSerializer(Class<?>, boolean, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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(Class<?>, boolean) - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual serializers)
findTypedValueSerializer(JavaType, boolean) - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual serializers)
findTypeMapping(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.module.SimpleAbstractTypeResolver
 
findTypeName(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking if specified type has explicit name.
findTypeName(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findTypeName(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findTypeName(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findTypeParameters(JavaType, Class<?>) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.type.TypeFactory
 
findTypeParameters(Class<?>, Class<?>, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findTypeResolver(MapperConfig<?>, AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findValue(String) - Method in class org.codehaus.jackson.JsonNode
Method for finding a JSON Object field with specified name in this node or its child nodes, and returning value it has.
findValue(DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.impl.ValueInjector
 
findValue(String) - Method in class org.codehaus.jackson.node.ArrayNode
 
findValue(String) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findValue(String) - Method in class org.codehaus.jackson.node.ContainerNode
 
findValue(String) - Method in class org.codehaus.jackson.node.ObjectNode
 
findValueDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findValueDeserializer(DeserializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerProvider
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 org.codehaus.jackson.map.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(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findValueInstantiator(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
findValueInstantiator(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Value instantiator is created both based on creator annotations, and on optional externally provided instantiators (registered through module interface).
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class org.codehaus.jackson.map.deser.ValueInstantiators.Base
 
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in interface org.codehaus.jackson.map.deser.ValueInstantiators
Method called to find the ValueInstantiator to use for creating instances of specified type during deserialization.
findValueInstantiator(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method that is to find all creators (constructors, factory methods) for the bean type to deserialize.
findValueInstantiator(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findValueInstantiator(DeserializationConfig, BeanDescription, ValueInstantiator) - Method in class org.codehaus.jackson.map.module.SimpleValueInstantiators
 
findValues(String) - Method in class org.codehaus.jackson.JsonNode
Method for finding JSON Object fields with specified name, and returning found ones as a List.
findValues(String, List<JsonNode>) - Method in class org.codehaus.jackson.JsonNode
 
findValues(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ArrayNode
 
findValues(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findValues(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ContainerNode
 
findValues(String, List<JsonNode>) - Method in class org.codehaus.jackson.node.ObjectNode
 
findValuesAsText(String) - Method in class org.codehaus.jackson.JsonNode
Similar to JsonNode.findValues(java.lang.String), but will additionally convert values into Strings, calling JsonNode.getValueAsText().
findValuesAsText(String, List<String>) - Method in class org.codehaus.jackson.JsonNode
 
findValuesAsText(String, List<String>) - Method in class org.codehaus.jackson.node.ArrayNode
 
findValuesAsText(String, List<String>) - Method in class org.codehaus.jackson.node.BaseJsonNode
 
findValuesAsText(String, List<String>) - Method in class org.codehaus.jackson.node.ContainerNode
 
findValuesAsText(String, List<String>) - Method in class org.codehaus.jackson.node.ObjectNode
 
findValueSerializer(Class<?>, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findValueSerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
This variant was added in 1.5, to allow for efficient access using full structured types, not just classes.
findValueSerializer(Class<?>, BeanProperty) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.SerializerProvider
Similar to SerializerProvider.findValueSerializer(Class), but takes full generics-aware type instead of raw class.
findValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual serializers)
findValueSerializer(JavaType) - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual serializers)
finishCurrentSegment() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
Method called when the current segment buffer is full; will append to current contents, allocate a new segment buffer and return it
finishCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
 
fixAccess() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMember
Method that can be called to modify access rights, by calling AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean) on the underlying annotated element.
flush() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
flush() - Method in class org.codehaus.jackson.impl.Utf8Generator
 
flush() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
flush() - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
flush() - Method in class org.codehaus.jackson.io.UTF8Writer
 
flush() - Method in class org.codehaus.jackson.JsonGenerator
Method called to flush any buffered content to the underlying target (output stream, writer), and to flush the target itself as well.
flush() - Method in class org.codehaus.jackson.map.ser.impl.SerializerCache
Method called by StdSerializerProvider#flushCachedSerializers() to clear all cached serializers
flush() - Method in class org.codehaus.jackson.smile.SmileGenerator
 
flush() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
flush() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
flush() - Method in class org.codehaus.jackson.util.TokenBuffer
 
flushCachedDeserializers() - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
Method that will drop all dynamically constructed deserializers (ones that are counted as result value for StdDeserializerProvider.cachedDeserializersCount()).
flushCachedDeserializers() - Method in class org.codehaus.jackson.map.DeserializerProvider
Method that will drop all dynamically constructed deserializers (ones that are counted as result value for DeserializerProvider.cachedDeserializersCount()).
flushCachedSerializers() - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
flushCachedSerializers() - Method in class org.codehaus.jackson.map.SerializerProvider
Method that will drop all serializers currently cached by this provider.
forcedNarrowBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
More efficient version of JavaType.narrowBy(java.lang.Class), called by internal framework in cases where compatibility checks are to be skipped.
forClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.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.
forClassAnnotations(MapperConfig<?>, Class<?>, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.ClassIntrospector
Deprecated. since 1.9, use variant that takes JavaType
forClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
forCreation(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.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
forCreation(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
forDeserialization(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.ClassIntrospector
Factory method that constructs an introspector that has all information needed for deserialization purposes.
forDeserialization(POJOPropertiesCollector) - Static method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Factory method to use for constructing an instance to use for building deserializers.
forDeserialization(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
forDirectClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.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.
forDirectClassAnnotations(MapperConfig<?>, Class<?>, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.ClassIntrospector
Deprecated. since 1.9, use variant that takes JavaType
forDirectClassAnnotations(MapperConfig<?>, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
format(Date, StringBuffer, FieldPosition) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
FORMAT_NAME_JSON - Static variable in class org.codehaus.jackson.JsonFactory
Name used to identify JSON format (and returned by JsonFactory.getFormatName()
FORMAT_NAME_SMILE - Static variable in class org.codehaus.jackson.smile.SmileFactory
Name used to identify Smile format.
FormatSchema - Interface in org.codehaus.jackson
Simple tag interface used to mark schema objects that are used by some JsonParser and JsonGenerator implementations to further specify structure of expected format.
forOtherUse(MapperConfig<?>, JavaType, AnnotatedClass) - Static method in class org.codehaus.jackson.map.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.
forSerialization(SerializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.ClassIntrospector
Factory method that constructs an introspector that has all information needed for serialization purposes.
forSerialization(POJOPropertiesCollector) - Static method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Factory method to use for constructing an instance to use for building serializers.
forSerialization(SerializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
from(JsonParser, Object, String) - Static method in exception org.codehaus.jackson.map.exc.UnrecognizedPropertyException
 
from(JsonParser, String) - Static method in exception org.codehaus.jackson.map.JsonMappingException
 
from(JsonParser, String, Throwable) - Static method in exception org.codehaus.jackson.map.JsonMappingException
 
from(HashMap<SerializerCache.TypeKey, JsonSerializer<Object>>) - Static method in class org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
Factory method for creating the "blueprint" lookup map.
fromAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.DeserializationConfig
Deprecated. Since 1.9, it is preferably to explicitly configure instances; this method also modifies existing instance which is against immutable design goals of this class.
fromAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.MapperConfig
Deprecated. Since 1.9, it is preferably to explicitly configure instances; this method also modifies existing instance which is against immutable design goals of this class.
fromAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
Deprecated. Since 1.9, it is preferably to explicitly configure instances; this method also modifies existing instance which is against immutable design goals of this class.
fromCanonical(String) - Static method in class org.codehaus.jackson.map.type.TypeFactory
 
fromClass(Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. Use TypeFactory.type(Type) instead
fromNode(Document, JsonNode) - Method in class org.codehaus.jackson.xc.DomElementJsonDeserializer
 
FromStringDeserializer<T> - Class in org.codehaus.jackson.map.deser
Deprecated. Since 1.9, use FromStringDeserializer instead.
FromStringDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer
Deprecated.  
FromStringDeserializer<T> - Class in org.codehaus.jackson.map.deser.std
Base class for simple deserializer which only accept JSON String values as the source.
FromStringDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer
 
FromStringDeserializer.CurrencyDeserializer - Class in org.codehaus.jackson.map.deser.std
 
FromStringDeserializer.CurrencyDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.CurrencyDeserializer
 
FromStringDeserializer.InetAddressDeserializer - Class in org.codehaus.jackson.map.deser.std
As per [JACKSON-484], also need special handling for InetAddress...
FromStringDeserializer.InetAddressDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.InetAddressDeserializer
 
FromStringDeserializer.LocaleDeserializer - Class in org.codehaus.jackson.map.deser.std
Kept protected as it's not meant to be extensible at this point
FromStringDeserializer.LocaleDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.LocaleDeserializer
 
FromStringDeserializer.PatternDeserializer - Class in org.codehaus.jackson.map.deser.std
 
FromStringDeserializer.PatternDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.PatternDeserializer
 
FromStringDeserializer.TimeZoneDeserializer - Class in org.codehaus.jackson.map.deser.std
As per [JACKSON-522], also need special handling for InetAddress...
FromStringDeserializer.TimeZoneDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.TimeZoneDeserializer
 
FromStringDeserializer.URIDeserializer - Class in org.codehaus.jackson.map.deser.std
 
FromStringDeserializer.URIDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.URIDeserializer
 
FromStringDeserializer.URLDeserializer - Class in org.codehaus.jackson.map.deser.std
 
FromStringDeserializer.URLDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.URLDeserializer
 
FromStringDeserializer.UUIDDeserializer - Class in org.codehaus.jackson.map.deser.std
 
FromStringDeserializer.UUIDDeserializer() - Constructor for class org.codehaus.jackson.map.deser.std.FromStringDeserializer.UUIDDeserializer
 
fromType(Type) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. Use TypeFactory.type(Type) instead
fromTypeReference(TypeReference<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. Use TypeFactory.type(Type) instead

G

generateJsonSchema(Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Generate Json-schema instance for specified class.
generateJsonSchema(Class<?>, SerializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Generate Json-schema instance for specified class, using specific serialization configuration
generateJsonSchema(Class<?>, SerializationConfig, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
generateJsonSchema(Class<?>, SerializationConfig, SerializerFactory) - Method in class org.codehaus.jackson.map.SerializerProvider
Generate Json-schema for given type.
get(int) - Method in class org.codehaus.jackson.JsonNode
Method for accessing value of the specified element of an array node.
get(String) - Method in class org.codehaus.jackson.JsonNode
Method for accessing value of the specified field of an object node.
get(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
 
get(Object) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.util.Annotations
Main access method used to find value for given annotation.
get(int) - Method in class org.codehaus.jackson.node.ArrayNode
 
get(String) - Method in class org.codehaus.jackson.node.ArrayNode
 
get(int) - Method in class org.codehaus.jackson.node.ContainerNode
 
get(String) - Method in class org.codehaus.jackson.node.ContainerNode
 
get(int) - Method in class org.codehaus.jackson.node.ObjectNode
 
get(String) - Method in class org.codehaus.jackson.node.ObjectNode
 
get(int) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
get7BitOutputEscapes() - Static method in class org.codehaus.jackson.util.CharTypes
Accessor for getting a read-only encoding table for first 128 Unicode code points (single-byte UTF-8 characters).
getAccessor() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
Method used to find accessor (getter, field to access) to use for accessing value of the property.
getAccessor() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getAll() - Static method in class org.codehaus.jackson.map.deser.std.PrimitiveArrayDeserializers
 
getAllAnnotations() - Method in class org.codehaus.jackson.map.introspect.Annotated
 
getAllAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getAllAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMember
 
getAndClear() - Method in class org.codehaus.jackson.io.SegmentedStringWriter
Main access method that will construct a String that contains all the contents, release all internal buffers we may have, and return result String.
getAndSerialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.AnyGetterWriter
 
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.Annotated
Method that can be used to find actual JDK element that this instance represents.
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Since there is no matching JDK element, this method will always return null
getAnnotation(Class<A>) - Method in interface org.codehaus.jackson.map.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 org.codehaus.jackson.map.BeanProperty.Std
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.Annotated
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Accessor for annotations; all annotations associated with parameters are properly passed and accessible.
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getAnnotationCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getAnnotationCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for getting AnnotationIntrospector configured to introspect annotation values used for configuration.
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.MapperConfig
Method for getting AnnotationIntrospector configured to introspect annotation values used for configuration.
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.SerializationConfig
 
getAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getAnyGetterMethod() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getAnySetterMethod() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getArrayBuilders() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
getArrayBuilders() - Method in class org.codehaus.jackson.map.DeserializationContext
Method for accessing object useful for building arrays of primitive types (such as int[]).
getArrayComparator(Object) - Static method in class org.codehaus.jackson.map.util.Comparators
Helper method used for constructing simple value comparator used for comparing arrays for content equality.
getBase64Variant() - Method in class org.codehaus.jackson.map.DeserializationConfig
Method called during deserialization if Base64 encoded content needs to be decoded.
getBase64Variant() - Method in class org.codehaus.jackson.map.DeserializationContext
Convenience method for accessing the default Base64 encoding used for decoding base64 encoded binary content.
getBeanClass() - Method in class org.codehaus.jackson.map.BeanDescription
 
getBeanClass() - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
getBeanDescription() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
getBigIntegerValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getBigIntegerValue() - Method in class org.codehaus.jackson.JsonNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_INT and it can not be used as a Java long primitive type due to its magnitude.
getBigIntegerValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.IntNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.LongNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getBigIntegerValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getBigIntegerValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getBigIntegerValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getBinaryValue() - Method in class org.codehaus.jackson.JsonNode
Method to use for accessing binary content of binary nodes (nodes for which JsonNode.isBinary() returns true); or for Text Nodes (ones for which JsonNode.getTextValue() returns non-null value), to read decoded base64 data.
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.JsonParser
Method that can be used to read (and consume -- results may not be accessible using other methods after the call) base64-encoded binary data included in the current textual JSON value.
getBinaryValue() - Method in class org.codehaus.jackson.JsonParser
Convenience alternative to JsonParser.getBinaryValue(Base64Variant) that defaults to using Base64Variants.getDefaultVariant() as the default encoding.
getBinaryValue() - Method in class org.codehaus.jackson.node.BinaryNode
Note: caller is not to modify returned array in any way, since it is not a copy but reference to the underlying byte array.
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.node.TextNode
Method for accessing textual contents assuming they were base64 encoded; if so, they are decoded and resulting binary data is returned.
getBinaryValue() - Method in class org.codehaus.jackson.node.TextNode
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.smile.SmileParser
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getBinaryValue(Base64Variant) - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getBindingCount() - Method in class org.codehaus.jackson.map.type.TypeBindings
 
getBlueprintISO8601Format() - Static method in class org.codehaus.jackson.map.util.StdDateFormat
Method for getting the globally shared DateFormat instance that uses GMT timezone and can handle simple ISO-8601 compliant date format.
getBlueprintRFC1123Format() - Static method in class org.codehaus.jackson.map.util.StdDateFormat
Method for getting the globally shared DateFormat instance that uses GMT timezone and can handle RFC-1123 compliant date format.
getBooleanBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getBooleanValue() - Method in class org.codehaus.jackson.JsonNode
Method to use for accessing JSON boolean values (value literals 'true' and 'false').
getBooleanValue() - Method in class org.codehaus.jackson.JsonParser
Convenience accessor that can be called when the current token is JsonToken.VALUE_TRUE or JsonToken.VALUE_FALSE.
getBooleanValue() - Method in class org.codehaus.jackson.node.BooleanNode
 
getByteBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getByteOffset() - Method in class org.codehaus.jackson.JsonLocation
 
getByteValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_INT and it can be expressed as a value of Java byte primitive type.
getByteValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getCharacterEscapes() - Method in class org.codehaus.jackson.impl.Utf8Generator
Method for accessing custom escapes factory uses for JsonGenerators it creates.
getCharacterEscapes() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
Method for accessing custom escapes factory uses for JsonGenerators it creates.
getCharacterEscapes() - Method in class org.codehaus.jackson.JsonFactory
Method for accessing custom escapes factory uses for JsonGenerators it creates.
getCharacterEscapes() - Method in class org.codehaus.jackson.JsonGenerator
Method for accessing custom escapes factory uses for JsonGenerators it creates.
getCharOffset() - Method in class org.codehaus.jackson.JsonLocation
 
getClassAnnotations() - Method in class org.codehaus.jackson.map.BeanDescription
Method for accessing collection of annotations the bean class has.
getClassAnnotations() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getClassAnnotations() - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
getClassDef() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getClassDescription(Object) - Static method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.BeanDescription
 
getClassInfo() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getClassIntrospector() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getClassIntrospector() - Method in class org.codehaus.jackson.map.MapperConfig
 
getCodec() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
getCodec() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getCodec() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getCodec() - Method in class org.codehaus.jackson.JsonFactory
 
getCodec() - Method in class org.codehaus.jackson.JsonGenerator
Method for accessing the object used for writing Java object as Json content (using method JsonGenerator.writeObject(java.lang.Object)).
getCodec() - Method in class org.codehaus.jackson.JsonParser
Accessor for ObjectCodec associated with this parser, if any.
getCodec() - Method in class org.codehaus.jackson.map.MappingJsonFactory
We'll override the method to return more specific type; co-variance helps here
getCodec() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getCodec() - Method in class org.codehaus.jackson.smile.SmileParser
 
getCodec() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
getCodec() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getCodec() - Method in class org.codehaus.jackson.util.TokenBuffer
 
getCodec() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getColumnNr() - Method in class org.codehaus.jackson.JsonLocation
 
getConfig() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
getConfig() - Method in class org.codehaus.jackson.map.DeserializationContext
Method for accessing configuration setting object for currently active deserialization.
getConfig() - Method in class org.codehaus.jackson.map.DeserializerFactory
 
getConfig() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getConfig() - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
 
getConfig() - Method in class org.codehaus.jackson.map.SerializerFactory
 
getConfig() - Method in class org.codehaus.jackson.map.SerializerProvider
Method for accessing configuration for the serialization processing.
getConfiguredMapper() - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
Method that locates, configures and returns ObjectMapper to use
getConstructorParameter() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
getConstructorParameter() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getConstructors() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getConstructors() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getContainerValueChecker(String, JavaType) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
Helper method called to see if we need a comparator Object to check if values of a container (Collection, array) property should be suppressed.
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.std.ContainerDeserializerBase
Accesor for deserializer use for deserializing content values.
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.std.ContainerDeserializerBase
Accessor for declared type of contained value elements; either exact type, or one of its supertypes.
getContentType() - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.type.ArrayType
 
getContentType() - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
getContentType() - Method in class org.codehaus.jackson.map.type.MapLikeType
 
getContentType() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing content type of this type, if type has such a thing: simple types do not, structured types do (like arrays, Collections and Maps)
getContextAnnotation(Class<A>) - Method in interface org.codehaus.jackson.map.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 org.codehaus.jackson.map.BeanProperty.Std
 
getContextAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getContextAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getCreatorProperties() - Method in class org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
getCurrentIndex() - Method in class org.codehaus.jackson.JsonStreamContext
 
getCurrentLocation() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method that returns location of the last processed character; usually for error reporting purposes
getCurrentLocation() - Method in class org.codehaus.jackson.JsonParser
Method that returns location of the last processed character; usually for error reporting purposes.
getCurrentLocation() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getCurrentLocation() - Method in class org.codehaus.jackson.smile.SmileParser
Overridden since we do not really have character-based locations, but we do have byte offset to specify.
getCurrentLocation() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getCurrentLocation() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getCurrentName() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method that can be called to get the name associated with the current event.
getCurrentName() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getCurrentName() - Method in class org.codehaus.jackson.impl.JsonReadContext
 
getCurrentName() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
getCurrentName() - Method in class org.codehaus.jackson.JsonParser
Method that can be called to get the name associated with the current token: for JsonToken.FIELD_NAMEs it will be the same as what JsonParser.getText() returns; for field values it will be preceding field name; and for others (array values, root-level values) null.
getCurrentName() - Method in class org.codehaus.jackson.JsonStreamContext
Method for accessing name associated with the current location.
getCurrentName() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getCurrentName() - Method in class org.codehaus.jackson.smile.SmileParser
 
getCurrentName() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getCurrentName() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getCurrentSegment() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
getCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
 
getCurrentSegmentLength() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
getCurrentSegmentSize() - Method in class org.codehaus.jackson.util.TextBuffer
 
getCurrentToken() - Method in class org.codehaus.jackson.JsonParser
Accessor to find which token parser currently points to, if any; null will be returned if none.
getCurrentToken() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getDataStream() - Method in class org.codehaus.jackson.format.DataFormatMatcher
Method to use for accessing input for which format detection has been done.
getDateFormat() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
getDateFormat() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getDateFormat() - Method in class org.codehaus.jackson.map.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).
getDecimalValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getDecimalValue() - Method in class org.codehaus.jackson.JsonNode
 
getDecimalValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_FLOAT or JsonToken.VALUE_NUMBER_INT.
getDecimalValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.IntNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.LongNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getDecimalValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getDecimalValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getDecimalValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMember
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getDefaultBean() - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
getDefaultConstructor() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getDefaultCreator() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
getDefaultCreator() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
getDefaultImpl() - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
getDefaultImpl() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
getDefaultImpl() - Method in interface org.codehaus.jackson.map.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
getDefaultImpl() - Method in class org.codehaus.jackson.map.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)
getDefaultMapper() - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
getDefaultPropertyName() - Method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
 
getDefaultSchemaNode() - Static method in class org.codehaus.jackson.schema.JsonSchema
Get the default schema node.
getDefaultTyper(JavaType) - Method in class org.codehaus.jackson.map.MapperConfig
Method called to locate a type info handler for types that do not have one explicitly declared via annotations (or other configuration).
getDefaultValue(String, Method, Field) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
getDefaultVariant() - Static method in class org.codehaus.jackson.Base64Variants
Method used to get the default variant ("MIME_NO_LINEFEEDS") for cases where caller does not explicitly specify the variant.
getDefaultVisibilityChecker() - Method in class org.codehaus.jackson.map.DeserializationConfig
 
getDefaultVisibilityChecker() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.SerializationConfig
 
getDelegateCreator() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
getDelegateCreator() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method that can be called to try to access member (constructor, static factory method) that is used as the "delegate creator".
getDelegateType() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
getDelegateType() - Method in class org.codehaus.jackson.map.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.
getDeserializationConfig() - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that returns current deserialization configuration settings.
getDeserializationConfig() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that returns the shared default DeserializationConfig object that defines configuration settings for deserialization.
getDeserializationMethodFilter(DeserializationConfig) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
Deprecated. Since 1.9 just don't use
getDeserializer(Class<?>) - Static method in class org.codehaus.jackson.map.deser.std.JsonNodeDeserializer
Factory method for accessing deserializer for specific node type
getDeserializerProvider() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
getDeserializerProvider() - Method in class org.codehaus.jackson.map.DeserializationContext
Returns provider that can be used for dynamically locating other deserializers during runtime.
getDeserializerProvider() - Method in class org.codehaus.jackson.map.ObjectMapper
 
getDoubleBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getDoubleValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getDoubleValue() - Method in class org.codehaus.jackson.JsonNode
 
getDoubleValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_FLOAT and it can be expressed as a Java double primitive type.
getDoubleValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.IntNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.LongNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getDoubleValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getDoubleValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getDoubleValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getElements() - Method in class org.codehaus.jackson.JsonNode
Method for accessing all value nodes of this Node, iff this node is a JSON Array or Object node.
getElements() - Method in class org.codehaus.jackson.node.ArrayNode
 
getElements() - Method in class org.codehaus.jackson.node.ObjectNode
 
getEmbeddedObject() - Method in class org.codehaus.jackson.JsonParser
Accessor that can be called if (and only if) the current token is JsonToken.VALUE_EMBEDDED_OBJECT.
getEmbeddedObject() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getEmbeddedObject() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getEmptyName() - Static method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
getEmptyValue() - Method in class org.codehaus.jackson.map.JsonDeserializer
Method called to determine value to be used for "empty" values (most commonly when deserializing from empty JSON Strings).
getEmptyValueChecker(String, JavaType) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
Helper method called to see if we need a comparator Object to check if values of specified type are consider empty.
getEncoding() - Method in class org.codehaus.jackson.io.IOContext
 
getEntryCount() - Method in class org.codehaus.jackson.JsonStreamContext
 
getEnum(int) - Method in class org.codehaus.jackson.map.util.EnumResolver
 
getEnumClass() - Method in class org.codehaus.jackson.map.util.EnumResolver
 
getEnumValues() - Method in class org.codehaus.jackson.map.ser.std.EnumSerializer
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.ArrayType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.MapLikeType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.SimpleType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.TypeBase
 
getErasedSignature() - Method in class org.codehaus.jackson.type.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 org.codehaus.jackson.type.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.
getEscapeCodesForAscii() - Method in class org.codehaus.jackson.io.CharacterEscapes
Method generators can call to get lookup table for determining escape handling for first 128 characters of Unicode (ASCII characters.
getEscapeSequence(int) - Method in class org.codehaus.jackson.io.CharacterEscapes
Method generators can call to get lookup table for determining exact escape sequence to use for given character.
getFactoryMethods() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getFalse() - Static method in class org.codehaus.jackson.node.BooleanNode
 
getField() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
getField() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getFieldCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getFieldName() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
getFieldNames() - Method in class org.codehaus.jackson.JsonNode
Method for accessing names of all fields for this Node, iff this node is a JSON Object node.
getFieldNames() - Method in class org.codehaus.jackson.node.ObjectNode
 
getFields() - Method in class org.codehaus.jackson.JsonNode
 
getFields() - Method in class org.codehaus.jackson.node.ObjectNode
Method to use for accessing all fields (with both names and values) of this JSON Object.
getFilteredProperties() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
getFilterProvider() - Method in class org.codehaus.jackson.map.SerializationConfig
Method for getting provider used for locating filters given id (which is usually provided with filter annotations).
getFilterProvider() - Method in class org.codehaus.jackson.map.SerializerProvider
Convenience method for accessing provider to find serialization filters used, equivalent to calling:
getFloatBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getFloatValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getFloatValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_FLOAT and it can be expressed as a Java float primitive type.
getFloatValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getFloatValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getFloatValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getFormatName() - Method in class org.codehaus.jackson.JsonFactory
Method that returns short textual id identifying format this factory supports.
getFormatName() - Method in class org.codehaus.jackson.map.MappingJsonFactory
Sub-classes need to override this method (as of 1.8)
getFormatName() - Method in class org.codehaus.jackson.smile.SmileFactory
 
getFrom() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
getFromObjectArguments() - Method in class org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
getFromObjectArguments() - Method in class org.codehaus.jackson.map.deser.ValueInstantiator
Method called to determine types of instantiation arguments to use when creating instances with creator arguments (when ValueInstantiator.canCreateFromObjectWith() returns true).
getFullName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getFullName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getFunction() - Method in class org.codehaus.jackson.map.util.JSONPObject
 
getGenericPropertyType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Get the generic property type of this property writer.
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.ArrayType
 
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.CollectionLikeType
 
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.MapLikeType
 
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.SimpleType
 
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.TypeBase
 
getGenericSignature() - Method in class org.codehaus.jackson.type.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 org.codehaus.jackson.type.JavaType
 
getGenericType() - Method in class org.codehaus.jackson.map.introspect.Annotated
Full generic type of the annotated element; definition of what exactly this means depends on sub-class.
getGenericType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getGenericType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getGenericType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getGenericType() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getGetter() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
getGetter() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getHandlerInstantiator() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getHandlerInstantiator() - Method in class org.codehaus.jackson.map.MapperConfig
 
getHighestEscapedChar() - Method in class org.codehaus.jackson.impl.Utf8Generator
 
getHighestEscapedChar() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
getHighestEscapedChar() - Method in class org.codehaus.jackson.JsonGenerator
Accessor method for testing what is the highest unescaped character configured for this generator.
getIgnoredPropertyNames() - Method in class org.codehaus.jackson.map.BeanDescription
 
getIgnoredPropertyNames() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getIgnoredPropertyNames() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getIndex() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Accessor for index of this parameter within argument list
getIndex() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
getInjectables() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getInjectableValueId() - Method in class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
getInjectableValueId() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Accessor for id of injectable value, if this bean property supports value injection.
getInputCodeComment() - Static method in class org.codehaus.jackson.util.CharTypes
 
getInputCodeLatin1() - Static method in class org.codehaus.jackson.util.CharTypes
 
getInputCodeLatin1JsNames() - Static method in class org.codehaus.jackson.util.CharTypes
 
getInputCodeUtf8() - Static method in class org.codehaus.jackson.util.CharTypes
 
getInputCodeUtf8JsNames() - Static method in class org.codehaus.jackson.util.CharTypes
 
getInputDecorator() - Method in class org.codehaus.jackson.JsonFactory
Method for getting currently configured input decorator (if any; there is no default decorator).
getInputSource() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getInputSource() - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
Deprecated.  
getInputSource() - Method in class org.codehaus.jackson.impl.StreamBasedParserBase
Deprecated.  
getInputSource() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getInputSource() - Method in class org.codehaus.jackson.JsonParser
Method that can be used to get access to object that is used to access input being parsed; this is usually either InputStream or Reader, depending on what parser was constructed with.
getInputSource() - Method in class org.codehaus.jackson.smile.SmileParser
 
getInputSource() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getInstance() - Static method in class org.codehaus.jackson.io.JsonStringEncoder
Factory method for getting an instance; this is either recycled per-thread instance, or a newly constructed one.
getInstance() - Static method in class org.codehaus.jackson.node.MissingNode
 
getInstance() - Static method in class org.codehaus.jackson.node.NullNode
 
getIntBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getInternalName() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
Accessor that can be used to determine implicit name from underlying element(s) before possible renaming.
getInternalName() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getInternalSetting(Object) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for accessing value of specified internal setting.
getIntValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getIntValue() - Method in class org.codehaus.jackson.JsonNode
Returns integer value for this node, if and only if this node is numeric (JsonNode.isNumber() returns true).
getIntValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_INT and it can be expressed as a value of Java int primitive type.
getIntValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getIntValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getIntValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getIntValue() - Method in class org.codehaus.jackson.node.IntNode
 
getIntValue() - Method in class org.codehaus.jackson.node.LongNode
 
getIntValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getIntValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getIntValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getIntValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getISO8601Format(TimeZone) - Static method in class org.codehaus.jackson.map.util.StdDateFormat
Method for getting a non-shared DateFormat instance that uses specified timezone and can handle simple ISO-8601 compliant date format.
getJavaName() - Method in enum org.codehaus.jackson.JsonEncoding
Method for accessing encoding name that JDK will support.
getJsonFactory() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to get hold of JsonFactory that this mapper uses if it needs to construct JsonParsers and/or JsonGenerators.
getJsonValueMethod() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getKeyClass() - Method in class org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
getKeySerializer() - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual serializers)
getKeySerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.SerializerProvider
Deprecated. As of version 1.8
getKeyType() - Method in class org.codehaus.jackson.map.type.MapLikeType
 
getKeyType() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing key type for this type, assuming type has such a concept (only Map types do)
getLastClearedToken() - Method in class org.codehaus.jackson.JsonParser
Method that can be called to get the last token that was cleared using JsonParser.clearCurrentToken().
getLastClearedToken() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getLineNr() - Method in class org.codehaus.jackson.JsonLocation
 
getLocation() - Method in exception org.codehaus.jackson.JsonProcessingException
 
getLongBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getLongValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getLongValue() - Method in class org.codehaus.jackson.JsonNode
 
getLongValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_INT and it can be expressed as a Java long primitive type.
getLongValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getLongValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getLongValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getLongValue() - Method in class org.codehaus.jackson.node.IntNode
 
getLongValue() - Method in class org.codehaus.jackson.node.LongNode
 
getLongValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getLongValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getLongValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getLongValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getMajorVersion() - Method in class org.codehaus.jackson.Version
 
getManagedReferenceName() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getMapClass() - Method in class org.codehaus.jackson.map.deser.std.MapDeserializer
 
getMapperVersion() - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that returns version information about ObjectMapper that implements this context.
getMask() - Method in enum org.codehaus.jackson.JsonGenerator.Feature
 
getMask() - Method in enum org.codehaus.jackson.JsonParser.Feature
 
getMask() - Method in enum org.codehaus.jackson.map.DeserializationConfig.Feature
 
getMask() - Method in interface org.codehaus.jackson.map.MapperConfig.ConfigFeature
Returns bit mask for this feature instance
getMask() - Method in enum org.codehaus.jackson.map.SerializationConfig.Feature
 
getMask() - Method in enum org.codehaus.jackson.mrbean.AbstractTypeMaterializer.Feature
 
getMask() - Method in enum org.codehaus.jackson.smile.SmileGenerator.Feature
 
getMask() - Method in enum org.codehaus.jackson.smile.SmileParser.Feature
 
getMatch() - Method in class org.codehaus.jackson.format.DataFormatMatcher
Accessor for JsonFactory that represents format that data matched.
getMatchedFormatName() - Method in class org.codehaus.jackson.format.DataFormatMatcher
Accessor for getting brief textual name of matched format if any (null if none).
getMatchStrength() - Method in class org.codehaus.jackson.format.DataFormatMatcher
Method for accessing strength of the match, if any; if no match, will return MatchStrength.INCONCLUSIVE.
getMaxLineLength() - Method in class org.codehaus.jackson.Base64Variant
 
getMechanism() - Method in class org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
getMechanism() - Method in class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
getMechanism() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
getMechanism() - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Accessor for mechanism that this resolver uses for determining type id from type.
getMember() - Method in interface org.codehaus.jackson.map.BeanProperty
Method for accessing primary physical entity that represents the property; annotated field, method or constructor property.
getMember() - Method in class org.codehaus.jackson.map.BeanProperty.Std
 
getMember() - Method in class org.codehaus.jackson.map.deser.impl.CreatorProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
getMember() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
getMember() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getMember() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getMember() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMember
 
getMember() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getMember() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getMember() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getMemberMethodCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getMessage() - Method in exception org.codehaus.jackson.JsonProcessingException
Default method overridden so that we can add location information
getMessage() - Method in exception org.codehaus.jackson.map.JsonMappingException
Method is overridden so that we can properly inject description of problem path, if such is defined.
getMinorVersion() - Method in class org.codehaus.jackson.Version
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.Annotated
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getModifiers() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Returns modifiers of the constructor, as parameters do not have independent modifiers.
getModuleName() - Method in class org.codehaus.jackson.map.Module
Method that returns identifier for module; this can be used by Jackson for informational purposes, as well as in associating extensions with module that provides them.
getModuleName() - Method in class org.codehaus.jackson.map.module.SimpleModule
 
getModuleName() - Method in class org.codehaus.jackson.mrbean.MrBeanModule
 
getMutator() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
Method used to find mutator (constructor parameter, setter, field) to use for changing value of the property.
getMutator() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getName() - Method in class org.codehaus.jackson.Base64Variant
 
getName() - Method in class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
getName() - Method in interface org.codehaus.jackson.map.BeanProperty
Method to get logical name of the property
getName() - Method in class org.codehaus.jackson.map.BeanProperty.Std
 
getName() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
Accessor for name used for external representation (in JSON).
getName() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getName() - Method in class org.codehaus.jackson.map.introspect.Annotated
 
getName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getName() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Parameters have no names in bytecode (unlike in source code), will always return empty String ("").
getName() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getName() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
getName() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getName() - Method in interface org.codehaus.jackson.map.util.Named
 
getName() - Method in class org.codehaus.jackson.sym.Name
 
getNextChar(String) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getNextChar(String) - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
Deprecated.  
getNodeFactory() - Method in class org.codehaus.jackson.map.DeserializationConfig
 
getNodeFactory() - Method in class org.codehaus.jackson.map.DeserializationContext
 
getNodeFactory() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to get hold of JsonNodeFactory that this mapper will use when directly constructing root JsonNode instances for Trees.
getNullKeySerializer() - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
getNullKeySerializer() - Method in class org.codehaus.jackson.map.SerializerProvider
Method called to get the serializer to use for serializing Map keys that are nulls: this is needed since JSON does not allow any non-String value as key, including null.
getNullSerializer() - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
getNullValue() - Method in class org.codehaus.jackson.map.deser.std.StdDeserializer.PrimitiveOrWrapperDeserializer
 
getNullValue() - Method in class org.codehaus.jackson.map.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).
getNullValueSerializer() - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
getNullValueSerializer() - Method in class org.codehaus.jackson.map.SerializerProvider
Method called to get the serializer to use for serializing values (root level, Array members or List field values) that are nulls.
getNumberType() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getNumberType() - Method in class org.codehaus.jackson.JsonNode
If this node is a numeric type (as per JsonNode.isNumber()), returns native type that node uses to store the numeric value.
getNumberType() - Method in class org.codehaus.jackson.JsonParser
If current token is of type JsonToken.VALUE_NUMBER_INT or JsonToken.VALUE_NUMBER_FLOAT, returns one of JsonParser.NumberType constants; otherwise returns null.
getNumberType() - Method in class org.codehaus.jackson.node.BaseJsonNode
 
getNumberType() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getNumberType() - Method in class org.codehaus.jackson.node.DecimalNode
 
getNumberType() - Method in class org.codehaus.jackson.node.DoubleNode
 
getNumberType() - Method in class org.codehaus.jackson.node.IntNode
 
getNumberType() - Method in class org.codehaus.jackson.node.LongNode
 
getNumberType() - Method in class org.codehaus.jackson.node.NumericNode
 
getNumberType() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getNumberType() - Method in class org.codehaus.jackson.smile.SmileParser
 
getNumberType() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getNumberType() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getNumberValue() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getNumberValue() - Method in class org.codehaus.jackson.JsonNode
Returns numeric value for this node, if and only if this node is numeric (JsonNode.isNumber() returns true); otherwise returns null
getNumberValue() - Method in class org.codehaus.jackson.JsonParser
Generic number value accessor method that will work for all kinds of numeric values.
getNumberValue() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.DecimalNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.DoubleNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.IntNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.LongNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.NumericNode
 
getNumberValue() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getNumberValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getNumberValue() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getOuterClass(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Method for finding enclosing class for non-static inner classes
getOutputContext() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
Note: co-variant return type.
getOutputContext() - Method in class org.codehaus.jackson.JsonGenerator
 
getOutputContext() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
getOutputContext() - Method in class org.codehaus.jackson.util.TokenBuffer
 
getOutputDecorator() - Method in class org.codehaus.jackson.JsonFactory
Method for getting currently configured output decorator (if any; there is no default decorator).
getOutputTarget() - Method in class org.codehaus.jackson.impl.Utf8Generator
 
getOutputTarget() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
getOutputTarget() - Method in class org.codehaus.jackson.JsonGenerator
Method that can be used to get access to object that is used as target for generated output; this is usually either OutputStream or Writer, depending on what generator was constructed with.
getOutputTarget() - Method in class org.codehaus.jackson.smile.SmileGenerator
 
getOutputTarget() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
getOwner() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
Accessor for 'owner' of this parameter; method or constructor that has this parameter as member of its argument list.
getPaddingByte() - Method in class org.codehaus.jackson.Base64Variant
 
getPaddingChar() - Method in class org.codehaus.jackson.Base64Variant
 
getParameter(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getParameterAnnotations(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getParameterClass(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getParameterClass(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getParameterClass(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getParameterClasses() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getParameterCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getParameterCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getParameterCount() - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getParameters(Object[]) - Method in class org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
getParameterType(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getParameterType(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getParameterType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getParameterType(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getParameterTypes() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getParent() - Method in class org.codehaus.jackson.impl.JsonReadContext
 
getParent() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
getParent() - Method in class org.codehaus.jackson.JsonStreamContext
Accessor for finding parent context of this context; will return null for root context.
getParser() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
Method for accessing the currently active parser.
getParser() - Method in class org.codehaus.jackson.map.DeserializationContext
Accessor for getting access to the underlying JSON parser used for deserialization.
getParsingContext() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getParsingContext() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getParsingContext() - Method in class org.codehaus.jackson.JsonParser
Method that can be used to access current parsing context reader is in.
getParsingContext() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getParsingContext() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getParsingContext() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getPatchLevel() - Method in class org.codehaus.jackson.Version
 
getPath(String) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Use JsonNode.path(String) instead
getPath(int) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Use JsonNode.path(int) instead
getPath() - Method in exception org.codehaus.jackson.map.JsonMappingException
 
getPojo() - Method in class org.codehaus.jackson.node.POJONode
Method that can be used to access the POJO this node wraps.
getPrefix() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
getProblemHandlers() - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for getting head of the problem handler chain.
getProperties() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Method that allows accessing all properties that this builder currently contains.
getProperties() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getProperties() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
getProperty() - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
getPropertyCount() - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Accessor for checking number of deserialized properties.
getPropertyIndex() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getPropertyName() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Deprecated. Since 1.7, use SettableBeanProperty.getName() instead.
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeDeserializer
 
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
getPropertyName() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
getPropertyName() - Method in class org.codehaus.jackson.map.TypeDeserializer
Name of property that contains type information, if property-based inclusion is used.
getPropertyName() - Method in class org.codehaus.jackson.map.TypeSerializer
Name of property that contains type information, if property-based inclusion is used.
getPropertyNamingStrategy() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getPropertyNamingStrategy() - Method in class org.codehaus.jackson.map.MapperConfig
 
getPropertyType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getProperytIndex() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Deprecated. Since 1.9: use SettableBeanProperty.getPropertyIndex() instead
getRawClass() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
getRawClass() - Method in class org.codehaus.jackson.type.JavaType
 
getRawSerializationType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getRawType() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect.AnnotatedClass
 
getRawType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getRawType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getRawType() - Method in class org.codehaus.jackson.map.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)
getRawType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getReadOnlyLookupMap() - Method in class org.codehaus.jackson.map.ser.impl.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 org.codehaus.jackson.map.exc.UnrecognizedPropertyException
Method for accessing type (class) that is missing definition to allow binding of the unrecognized property.
getRFC1123Format(TimeZone) - Static method in class org.codehaus.jackson.map.util.StdDateFormat
Method for getting a non-shared DateFormat instance that uses specific timezone and can handle RFC-1123 compliant date format.
getRootCause(Throwable) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Method that can be used to find the "root cause", innermost of chained (wrapped) exceptions.
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.DOMSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.DateMidnightSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateTimeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.FailingSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.UnknownSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.CalendarSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.DateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.EnumSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.MapSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.NullSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.RawSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.ScalarSerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.SerializableSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.SerializerBase
Note: since Jackson 1.9, default implementation claims type is "string"
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StaticListSerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.BooleanArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.ByteArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.CharArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.DoubleArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.FloatArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.IntArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.LongArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.ShortArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicBooleanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicIntegerSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicLongSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicReferenceSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.ClassSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdJdkSerializers.FileSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StdKeySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.StringSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.TokenBufferSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.std.ToStringSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.BooleanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.DoubleSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.FloatSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.IntegerSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.IntLikeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.LongSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SqlDateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SqlTimeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.StringSerializer
Deprecated.  
getSchema(SerializerProvider, Type) - Method in interface org.codehaus.jackson.schema.SchemaAware
Get the representation of the schema to which this serializer will conform.
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.xc.DataHandlerJsonSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.xc.DomElementJsonSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.xc.XmlAdapterJsonSerializer
 
getSchemaNode() - Method in class org.codehaus.jackson.schema.JsonSchema
Method for accessing root JSON object of the contained schema.
getSchemaType() - Method in interface org.codehaus.jackson.FormatSchema
Method that can be used to get an identifier that can be used for diagnostics purposes, to indicate what kind of data format this schema is used for: typically it is a short name of format itself, but it can also contain additional information in cases where data format supports multiple types of schemas.
getSerializationConfig() - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method that returns current serialization configuration settings.
getSerializationConfig() - Method in class org.codehaus.jackson.map.ObjectMapper
Method that returns the shared default SerializationConfig object that defines configuration settings for serialization.
getSerializationInclusion() - Method in class org.codehaus.jackson.map.SerializationConfig
 
getSerializationMethodFilter(SerializationConfig) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
Deprecated. Since 1.9 just don't use
getSerializationType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getSerializationType() - Method in class org.codehaus.jackson.map.util.JSONPObject
 
getSerializationType() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
getSerializationView() - Method in class org.codehaus.jackson.map.SerializationConfig
Method for checking which serialization view is being used, if any; null if none.
getSerializationView() - Method in class org.codehaus.jackson.map.SerializerProvider
Convenience method for accessing serialization view in use (if any); equivalent to:
getSerializedName() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getSerializer() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getSerializerProvider() - Method in class org.codehaus.jackson.map.ObjectMapper
 
getSetter() - Method in class org.codehaus.jackson.map.BeanPropertyDefinition
 
getSetter() - Method in class org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
getShortBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getShortValue() - Method in class org.codehaus.jackson.JsonParser
Numeric accessor that can be called when the current token is of type JsonToken.VALUE_NUMBER_INT and it can be expressed as a value of Java short primitive type.
getShortValue() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to try to figure out serialized length of given value.
getSourceRef() - Method in class org.codehaus.jackson.JsonLocation
Reference to the original resource being read, if one available.
getSourceReference() - Method in class org.codehaus.jackson.io.IOContext
 
getStartLocation(Object) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
getStaticMethods() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getStdKeySerializer(JavaType) - Static method in class org.codehaus.jackson.map.ser.std.StdKeySerializers
 
getSubType() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
getSubtypeResolver() - Method in class org.codehaus.jackson.map.MapperConfig
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 org.codehaus.jackson.map.ObjectMapper
Method for accessing subtype resolver in use.
getSuffix() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
getSuperType() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
getterEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
getText() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getText() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
Method for accessing textual representation of the current event; if no current event (before first call to ReaderBasedParser.nextToken(), or after encountering end-of-input), returns null.
getText() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getText() - Method in class org.codehaus.jackson.JsonParser
Method for accessing textual representation of the current token; if no current token (before first call to JsonParser.nextToken(), or after encountering end-of-input), returns null.
getText() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getText() - Method in class org.codehaus.jackson.smile.SmileParser
Method for accessing textual representation of the current event; if no current event (before first call to SmileParser.nextToken(), or after encountering end-of-input), returns null.
getText() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getText() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextBuffer() - Method in class org.codehaus.jackson.util.TextBuffer
 
getTextCharacters() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getTextCharacters() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getTextCharacters() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getTextCharacters() - Method in class org.codehaus.jackson.JsonParser
Method similar to JsonParser.getText(), but that will return underlying (unmodifiable) character array that contains textual value, instead of constructing a String object to contain this information.
getTextCharacters() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getTextCharacters() - Method in class org.codehaus.jackson.smile.SmileParser
 
getTextCharacters() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getTextCharacters() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextLength() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getTextLength() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getTextLength() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getTextLength() - Method in class org.codehaus.jackson.JsonParser
Accessor used with JsonParser.getTextCharacters(), to know length of String stored in returned buffer.
getTextLength() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getTextLength() - Method in class org.codehaus.jackson.smile.SmileParser
 
getTextLength() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getTextLength() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextOffset() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getTextOffset() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
getTextOffset() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
getTextOffset() - Method in class org.codehaus.jackson.JsonParser
Accessor used with JsonParser.getTextCharacters(), to know offset of the first text content character within buffer.
getTextOffset() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getTextOffset() - Method in class org.codehaus.jackson.smile.SmileParser
 
getTextOffset() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getTextOffset() - Method in class org.codehaus.jackson.util.TextBuffer
 
getTextOffset() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextValue() - Method in class org.codehaus.jackson.JsonNode
Method to use for accessing String values.
getTextValue() - Method in class org.codehaus.jackson.node.TextNode
 
getTokenCharacterOffset() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getTokenColumnNr() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getTokenLineNr() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
getTokenLocation() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method that return the starting location of the current token; that is, position of the first character from input that starts the current token.
getTokenLocation() - Method in class org.codehaus.jackson.JsonParser
Method that return the starting location of the current token; that is, position of the first character from input that starts the current token.
getTokenLocation() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
getTokenLocation() - Method in class org.codehaus.jackson.smile.SmileParser
Overridden since we do not really have character-based locations, but we do have byte offset to specify.
getTokenLocation() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
getTokenLocation() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTrue() - Static method in class org.codehaus.jackson.node.BooleanNode
 
getType() - Method in class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
getType() - Method in class org.codehaus.jackson.map.BeanDescription
Method for accessing declared type of bean being introspected, including full generic type information (from declaration)
getType() - Method in interface org.codehaus.jackson.map.BeanProperty
Method to get declared type of the property.
getType() - Method in class org.codehaus.jackson.map.BeanProperty.Std
 
getType() - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
getType() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getType(TypeBindings) - Method in class org.codehaus.jackson.map.introspect.Annotated
Full generic type of the annotated element; definition of what exactly this means depends on sub-class.
getType(TypeBindings) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
getType() - Method in class org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
getType() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
getType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getType() - Method in class org.codehaus.jackson.type.TypeReference
 
getTypeDesc() - Method in class org.codehaus.jackson.JsonStreamContext
Method for accessing simple type description of current context; either ROOT (for root-level values), OBJECT (for field names and values of JSON Objects) or ARRAY (for values of JSON Arrays)
getTypeFactory() - Method in class org.codehaus.jackson.map.DeserializationContext
 
getTypeFactory() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getTypeFactory() - Method in class org.codehaus.jackson.map.MapperConfig
 
getTypeFactory() - Method in class org.codehaus.jackson.map.ObjectMapper
Accessor for getting currently configured TypeFactory instance.
getTypeHandler() - Method in class org.codehaus.jackson.map.type.TypeBase
 
getTypeHandler() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing type handler associated with this type, if any
getTypeIdResolver() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
getTypeIdResolver() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
getTypeIdResolver() - Method in class org.codehaus.jackson.map.TypeDeserializer
Accessor for object that handles conversions between types and matching type ids.
getTypeIdResolver() - Method in class org.codehaus.jackson.map.TypeSerializer
Accessor for object that handles conversions between types and matching type ids.
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeDeserializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeDeserializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
getTypeInclusion() - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.TypeSerializer
Accessor for type information inclusion method that serializer uses; indicates how type information is embedded in resulting JSON.
getTypeProperty() - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
getTypeResolverBuilder() - Method in class org.codehaus.jackson.map.MapperConfig.Base
 
getUnknownTypeSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
getUnknownTypeSerializer(Class<?>) - Method in class org.codehaus.jackson.map.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 org.codehaus.jackson.map.exc.UnrecognizedPropertyException
Convenience method for accessing logical property name that could not be mapped.
getValue() - Method in class org.codehaus.jackson.io.SerializedString
 
getValue() - Method in class org.codehaus.jackson.map.util.JSONPObject
 
getValue() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
getValue() - Method in interface org.codehaus.jackson.SerializableString
Returns unquoted String that this object represents (and offers serialized forms for)
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsBoolean() - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asBoolean() instead
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asBoolean() instead
getValueAsBoolean() - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a boolean.
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a boolean.
getValueAsDouble(double) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsDouble() - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asDouble() instead
getValueAsDouble(double) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asDouble() instead
getValueAsDouble() - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a Java double.
getValueAsDouble(double) - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a Java double.
getValueAsInt(int) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsInt() - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asInt() instead
getValueAsInt(int) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asInt() instead
getValueAsInt() - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a int.
getValueAsInt(int) - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a int.
getValueAsLong(long) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsLong() - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asLong() instead
getValueAsLong(long) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Since 1.9, use JsonNode.asLong() instead
getValueAsLong() - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a long.
getValueAsLong(long) - Method in class org.codehaus.jackson.JsonParser
Method that will try to convert value of current token to a long.
getValueAsText(