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
 
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(long) - 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
Method for setting value of a field to specified numeric value.
add(double) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
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(byte[]) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified binary value
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.
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
 
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
 
addContentsTo(List<JsonNode>) - Method in class org.codehaus.jackson.node.ArrayNode
 
addDelegatingConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addDelegatingFactory(AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addDeserializer(Class<T>, JsonDeserializer<? extends T>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
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.
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.
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.
addIntConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addIntFactory(AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addLongConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addLongFactory(AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addMixInAnnotationMapping(Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
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.DeserializationConfig
 
addMixInAnnotations(Class<?>, Class<?>) - Method in interface org.codehaus.jackson.map.MapperConfig
Method to use for adding mix-in annotations to use for augmenting specified class or interface.
addMixInAnnotations(Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
 
addName(String, int, int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
addName(String, int[], int) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
addNonTypedSerializer(Class<?>, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
addNonTypedSerializer(JavaType, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
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.
addPropertyConstructor(AnnotatedConstructor, SettableBeanProperty[]) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addPropertyFactory(AnnotatedMethod, SettableBeanProperty[]) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
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.
addSpecificMapping(Class<T>, JsonDeserializer<? extends T>) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
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.
addStringConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addStringFactory(AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
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.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.SerializerCache
 
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).
all() - Static method in class org.codehaus.jackson.map.deser.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() - 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(AnnotatedMember, Type, AnnotationMap) - 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.
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
 
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.DeserializationConfig
 
appendAnnotationIntrospector(AnnotationIntrospector) - Method in interface org.codehaus.jackson.map.MapperConfig
Method for registering specified AnnotationIntrospector as the lowest priority introspector, chained with existing introspector(s) and called as fallback for cases not otherwise handled.
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.
appendAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.SerializationConfig
 
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
Basic serializer that can serialize non-primitive arrays.
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
 
ArrayDeserializers - Class in org.codehaus.jackson.map.deser
Container for deserializers used for instantiating "primitive arrays", arrays that contain non-object java primitive types.
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
 
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
Dummy container class to group standard homogenous array serializer implementations (primitive arrays and String array).
ArraySerializers.AsArraySerializer<T> - Class in org.codehaus.jackson.map.ser
Base class for serializers that will output contents as JSON arrays.
ArraySerializers.AsArraySerializer(Class<T>, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.AsArraySerializer
 
ArraySerializers.BooleanArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.BooleanArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.BooleanArraySerializer
 
ArraySerializers.ByteArraySerializer - Class in org.codehaus.jackson.map.ser
Unlike other integral number array serializers, we do not just print out byte values as numbers.
ArraySerializers.ByteArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.ByteArraySerializer
 
ArraySerializers.CharArraySerializer - Class in org.codehaus.jackson.map.ser
Character arrays are different from other integral number arrays in that they are most likely to be textual data, and should be written as Strings, not arrays of entries.
ArraySerializers.CharArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.CharArraySerializer
 
ArraySerializers.DoubleArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.DoubleArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.DoubleArraySerializer
 
ArraySerializers.FloatArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.FloatArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
ArraySerializers.FloatArraySerializer(TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
ArraySerializers.IntArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.IntArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.IntArraySerializer
 
ArraySerializers.LongArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.LongArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
ArraySerializers.LongArraySerializer(TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
ArraySerializers.ShortArraySerializer - Class in org.codehaus.jackson.map.ser
 
ArraySerializers.ShortArraySerializer() - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
ArraySerializers.ShortArraySerializer(TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
ArraySerializers.StringArraySerializer - Class in org.codehaus.jackson.map.ser
Standard serializer used for String[] values.
ArraySerializers.StringArraySerializer(BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.StringArraySerializer
 
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
Convenience factory method for constructing JavaType that represent array that contains elements of specified type.
arrayType(JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Convenience factory method for constructing JavaType that represent array that contains elements of specified type.
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
 
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
 
asByteArray() - Method in enum org.codehaus.jackson.JsonToken
 
asCharArray() - Method in enum org.codehaus.jackson.JsonToken
 
asGeneric() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
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
 
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.
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.PropertyValueBuffer
 
asString() - Method in enum org.codehaus.jackson.JsonToken
 
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
 
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
 
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(JavaType, AnnotatedClass, AnnotationIntrospector) - 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
Filter used to only include methods that have signature that is compatible with "getters": take no arguments, are non-static, and return something.
BasicClassIntrospector.SetterAndGetterMethodFilter - Class in org.codehaus.jackson.map.introspect
Filter used if some getters (namely, once needed for "setterless collection injection") are also needed, not just setters.
BasicClassIntrospector.SetterAndGetterMethodFilter() - Constructor for class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
 
BasicClassIntrospector.SetterMethodFilter - Class in org.codehaus.jackson.map.introspect
Filter used to only include methods that have signature that is compatible with "setters": take one and only argument and are non-static.
BasicClassIntrospector.SetterMethodFilter() - Constructor for class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
 
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(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, CreatorContainer, BeanPropertyMap, Map<String, SettableBeanProperty>, HashSet<String>, boolean, SettableAnyProperty) - 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.
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
 
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[], BeanDeserializerModifier[]) - 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
 
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(Class<?>, BeanPropertyWriter[], Object) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Deprecated. since 1.7, use method that takes more arguments.
BeanSerializer(Class<?>, BeanPropertyWriter[], BeanPropertyWriter[]) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Deprecated. since 1.7, use method that takes more arguments.
BeanSerializer(Class<?>, Collection<BeanPropertyWriter>) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Deprecated. since 1.7, use method that takes more arguments.
BeanSerializer(Class<?>, BeanPropertyWriter[]) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Deprecated. since 1.7, use method that takes more arguments.
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() - Constructor for class org.codehaus.jackson.map.ser.BeanSerializerFactory
Deprecated. 
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[], 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.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
 
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.PropertyValueBuffer
 
buffered() - Method in class org.codehaus.jackson.map.deser.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.PropertyValueBuffer
 
bufferProperty(SettableBeanProperty, Object) - Method in class org.codehaus.jackson.map.deser.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.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.
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.CollectionType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.MapType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.SimpleType
 
buildCanonicalName() - Method in class org.codehaus.jackson.map.type.TypeBase
 
buildCollectionSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildEnumMapSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildEnumSetSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIndexedListSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIterableSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIteratorSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildMapSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Map types.
buildObjectArraySerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - 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).
buildThrowableDeserializer(DeserializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
buildTypeDeserializer(JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeDeserializer(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(JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
buildTypeSerializer(JavaType, Collection<NamedType>, BeanProperty) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeSerializer(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(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
 
canBeABeanType(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
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.
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
 
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.JsonNumericParserBase
 
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.
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
 
ClassNameIdResolver(JavaType) - 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
 
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 configuring 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
 
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.map.DeserializationConfig.Feature
Method that calculates bit set (flags) of all features that are enabled by default.
collectDefaults() - Static method in enum org.codehaus.jackson.map.SerializationConfig.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
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.CollectionDeserializer
 
collectionSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
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
Convenience factory method for constructing JavaType that represent Collection of specified type and contains elements of specified type
collectionType(Class<? extends Collection>, JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Convenience factory method for constructing JavaType that represent Collection of specified type and contains elements of specified type
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
 
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
 
construct(Class<?>, AnnotationIntrospector, ClassIntrospector.MixInResolver) - Static method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Factory method that instantiates an instance.
construct(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.EnumSerializer
 
construct(String[], JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.MapSerializer
Factory method used to construct Map serializers.
construct(JavaType) - Static method in class org.codehaus.jackson.map.type.ArrayType
 
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.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
 
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.
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.
constructCreatorProperty(DeserializationConfig, BasicBeanDescription, String, int, AnnotatedParameter) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method)
constructDefaultInstance() - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method that is called to instantiate Object of type this deserializer produces, using the default (no-argument) constructor.
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.deser.EnumResolver
Factory method for constructing resolver that maps from Enum.name() into Enum value
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
 
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
 
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.
constructTextBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
constructUnsafe(Class<?>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.deser.EnumResolver
This method is needed because of the dynamic nature of constructing Enum resolvers.
constructUnsafeUsingToString(Class<?>) - Static method in class org.codehaus.jackson.map.deser.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.deser.EnumResolver
Factory method for constructing resolver that maps from Enum.toString() into Enum value
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.CollectionType
 
containedType(int) - Method in class org.codehaus.jackson.map.type.MapType
 
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.CollectionType
 
containedTypeCount() - Method in class org.codehaus.jackson.map.type.MapType
 
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.CollectionType
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.MapType
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
Intermediate base deserializer class that adds more shared accessor so that other classes can access information about contained (value) types
ContainerDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.ContainerDeserializer
 
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
Intermediate base class for types that contain element(s) of other types.
ContainerSerializerBase(Class<T>) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializerBase
 
ContainerSerializerBase(Class<?>, boolean) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializerBase
Alternate constructor that is (alas!) needed to work around kinks of generic type handling
ContainerSerializers - Class in org.codehaus.jackson.map.ser
Dummy container class to group standard container serializers: serializers that can serialize things like Lists, Maps and such.
ContainerSerializers.AsArraySerializer<T> - Class in org.codehaus.jackson.map.ser
Base class for serializers that will output contents as JSON arrays.
ContainerSerializers.AsArraySerializer(Class<?>, JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.AsArraySerializer
 
ContainerSerializers.CollectionSerializer - Class in org.codehaus.jackson.map.ser
Fallback serializer for cases where Collection is not known to be of type for which more specializer serializer exists (such as index-accessible List).
ContainerSerializers.CollectionSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
ContainerSerializers.EnumSetSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.EnumSetSerializer(JavaType, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
ContainerSerializers.IndexedListSerializer - Class in org.codehaus.jackson.map.ser
This is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such as LinkedList that can not}.
ContainerSerializers.IndexedListSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
ContainerSerializers.IterableSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IterableSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
ContainerSerializers.IteratorSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IteratorSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
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.impl.IndexedStringListSerializer
 
contentSchema() - Method in class org.codehaus.jackson.map.ser.impl.StaticListSerializerBase
 
contentSchema() - Method in class org.codehaus.jackson.map.ser.impl.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.
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.JsonNumericParserBase
 
convertNumberToBigInteger() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
convertNumberToDouble() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
convertNumberToInt() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
convertNumberToLong() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
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.
copyHandlers(JavaType) - Method in class org.codehaus.jackson.map.type.TypeBase
 
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
 
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
 
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.
createArrayDeserializer(DeserializationConfig, ArrayType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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.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.BasicDeserializerFactory
 
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
 
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.
createBeanDeserializer(DeserializationConfig, JavaType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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
 
createCollectionDeserializer(DeserializationConfig, CollectionType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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(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
 
createEnumDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createEnumDeserializer(DeserializationConfig, Class<?>, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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.
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(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 json parser instance to parse the contents accessed via specified Reader.
createJsonParser(byte[]) - Method in class org.codehaus.jackson.JsonFactory
 
createJsonParser(byte[], int, int) - Method in class org.codehaus.jackson.JsonFactory
 
createJsonParser(String) - Method in class org.codehaus.jackson.JsonFactory
 
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
 
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
 
createMapDeserializer(DeserializationConfig, MapType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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.ser.SerializerBase
 
createObjectNode() - Method in class org.codehaus.jackson.ObjectCodec
Method for construct root level Object nodes for Tree Model instances.
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.JsonWriteContext
 
createSchemaNode(String) - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
createSchemaNode(String, boolean) - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
createSerializer(SerializationConfig, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Main serializer constructor method.
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.
createTreeDeserializer(DeserializationConfig, Class<? extends JsonNode>, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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(TypeResolverBuilder<?>, VisibilityChecker<?>, 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(JsonNodeFactory) - Method in class org.codehaus.jackson.map.DeserializationConfig
Alternative "copy factory" that creates an unshared copy that uses different node factory than this instance.
createUnshared(TypeResolverBuilder<?>, VisibilityChecker<?>, SubtypeResolver) - Method in interface 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.
createUnshared(TypeResolverBuilder<?>, VisibilityChecker<?>, SubtypeResolver, FilterProvider) - Method in class org.codehaus.jackson.map.SerializationConfig
SerializationConfig-specific version for constructing unshared configuration object.
createUnshared(TypeResolverBuilder<?>, VisibilityChecker<?>, SubtypeResolver) - Method in class org.codehaus.jackson.map.SerializationConfig
Method that is called to create a non-shared copy of the configuration to be used for a serialization operation.
CreatorContainer - Class in org.codehaus.jackson.map.deser
Container for set of Creators (constructors, factory methods)
CreatorContainer(Class<?>, boolean) - Constructor for class org.codehaus.jackson.map.deser.CreatorContainer
 
creatorEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
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
Deserializer factory implementation that allows for configuring mapping between types and deserializers to use, by using multiple types of overrides.
CustomDeserializerFactory() - Constructor for class org.codehaus.jackson.map.deser.CustomDeserializerFactory
 
CustomDeserializerFactory(DeserializerFactory.Config) - Constructor for class org.codehaus.jackson.map.deser.CustomDeserializerFactory
 
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
 

D

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
Simple deserializer for handling Date values.
DateDeserializer() - Constructor for class org.codehaus.jackson.map.deser.DateDeserializer
 
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
 
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.DeserializationConfig
 
DEFAULT_FEATURE_FLAGS - Static variable in class org.codehaus.jackson.map.DeserializationConfig
Bitfield (set of flags) of all Features that are enabled by default.
DEFAULT_FEATURE_FLAGS - Static variable in class org.codehaus.jackson.map.SerializationConfig
Bitfield (set of flags) of all Features that are enabled by default.
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_INTROSPECTOR - Static variable in class org.codehaus.jackson.map.ObjectMapper
 
DEFAULT_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
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_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
 
defaultInstance() - Static method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
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
Factory method for constructing ObjectWriter that will serialize objects using the default pretty printer for indentation
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
 
delegatingCreator() - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
descFor(AnnotatedElement) - Static method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Helper method used to describe an annotated element of type Class or Method.
DeserializationConfig - Class in org.codehaus.jackson.map
Object that contains baseline configuration for deserialization process.
DeserializationConfig(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>, SubtypeResolver) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, HashMap<ClassKey, Class<?>>, TypeResolverBuilder<?>, VisibilityChecker<?>, SubtypeResolver) - 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.ArrayDeserializer
 
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.CollectionDeserializer
 
deserialize(JsonParser, DeserializationContext, Collection<Object>) - Method in class org.codehaus.jackson.map.deser.CollectionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.DateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.EnumDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.EnumDeserializer.FactoryBasedDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.EnumMapDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.EnumSetDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.impl.StringCollectionDeserializer
 
deserialize(JsonParser, DeserializationContext, Collection<String>) - Method in class org.codehaus.jackson.map.deser.impl.StringCollectionDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.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.MapDeserializer
 
deserialize(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
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.StdDeserializer.AtomicBooleanDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.AtomicReferenceDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.BigDecimalDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.BigIntegerDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.BooleanDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.ByteDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.CalendarDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.CharacterDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.ClassDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.DoubleDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.FloatDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.IntegerDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.LongDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.NumberDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.ShortDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.SqlDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.StackTraceElementDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.StringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.TokenBufferDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider.WrappedDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.TimestampDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.UntypedObjectDeserializer
 
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.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, 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.CreatorProperty
 
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.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
 
deserializeFromBase64(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.ArrayDeserializer
 
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.ThrowableDeserializer
 
deserializeFromString(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
deserializeKey(String, DeserializationContext) - Method in class org.codehaus.jackson.map.KeyDeserializer
 
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.EnumDeserializer
Factory method used when Enum instances are to be deserialized using a creator (static factory method)
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.None - Class in org.codehaus.jackson.map
Basic Deserializers implementation that implements all methods but provides no deserializers.
Deserializers.None() - Constructor for class org.codehaus.jackson.map.Deserializers.None
 
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.
deserializeUsingCreator(JsonParser, DeserializationContext) - 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.ArrayDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.ArrayDeserializers
 
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.CollectionDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.EnumMapDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.EnumSetDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.impl.StringCollectionDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.BooleanDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
Base implementation that does not assume specific type inclusion mechanism.
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.DoubleDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializer.IntegerDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.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.StdDeserializer.StringDeserializer
 
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.deser.StdScalarDeserializer
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.codehaus.jackson.map.deser.UntypedObjectDeserializer
 
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
 
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
Method for disabling specified feature.
disable(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializationConfig
Method for disabling specified feature.
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

emptyAndGetCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
 
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
Method for enabling specified feature.
enable(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializationConfig
Method for enabling specified feature.
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 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
Deserializer class that can deserialize instances of specified Enum class from Strings and Integers.
EnumDeserializer(EnumResolver<?>) - Constructor for class org.codehaus.jackson.map.deser.EnumDeserializer
 
EnumDeserializer.FactoryBasedDeserializer - Class in org.codehaus.jackson.map.deser
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.EnumDeserializer.FactoryBasedDeserializer
 
EnumMapDeserializer - Class in org.codehaus.jackson.map.deser
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.EnumMapDeserializer
 
EnumMapSerializer - Class in org.codehaus.jackson.map.ser
Specialized serializer for EnumMaps.
EnumMapSerializer(JavaType, boolean, EnumValues, TypeSerializer, BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.EnumMapSerializer
 
EnumResolver<T extends Enum<T>> - Class in org.codehaus.jackson.map.deser
Helper class used to resolve String values (either Json Object field names or regular String values) into Java Enum instances.
EnumSerializer - Class in org.codehaus.jackson.map.ser
Standard serializer used for Enum types.
EnumSerializer(EnumValues) - Constructor for class org.codehaus.jackson.map.ser.EnumSerializer
 
EnumSetDeserializer - Class in org.codehaus.jackson.map.deser
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.EnumSetDeserializer
 
enumSetSerializer(JavaType, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
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.SerializerCache.TypeKey
 
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.CollectionType
 
equals(Object) - Method in class org.codehaus.jackson.map.type.MapType
 
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
 
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
 

F

FailingSerializer - Class in org.codehaus.jackson.map.ser
Special bogus "serializer" that will throw JsonGenerationException if its FailingSerializer.serialize(java.lang.Object, org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider) gets invoeked.
FailingSerializer(String) - Constructor for class org.codehaus.jackson.map.ser.FailingSerializer
 
FALSE - Static variable in class org.codehaus.jackson.node.BooleanNode
 
fastSimpleType(Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Method that can be used if it is known for sure that given type is not a structured type (array, Map, Collection).
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
 
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
 
find(Class<?>) - Static method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors
Factory method for finding all (public) bean properties
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).
findAdapter(Annotated, boolean) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Finds the XmlAdapter for the specified annotation.
findAdapterForClass(AnnotatedClass, boolean) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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
 
findAnnotation(Class<A>, Annotated, boolean, boolean, boolean) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Finds an annotation associated with given annotatable thing; or if not found, a default annotation it may have (from super class, package and so on)
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.introspect.BasicBeanDescription
Method used to locate the method of introspected class that implements JsonAnySetter.
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in interface org.codehaus.jackson.map.Deserializers
Method called to locate constructor for specified array type.
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.None
 
findArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
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.map.introspect.NopAnnotationIntrospector
 
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 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.Deserializers.None
 
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.
findByMethodName(String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors
 
findByPropertyName(String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors
 
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.map.introspect.NopAnnotationIntrospector
 
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 interface org.codehaus.jackson.map.Deserializers
Method called to locate constructor for specified Collection (List, Set etc) type.
findCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.Deserializers.None
 
findCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
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
 
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.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.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
Deprecated. Used version that takes property
findDeserializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a deserializer definition on specified method or field.
findDeserializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializer(DeserializationConfig, DeserializerProvider, JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.deser.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, BeanProperty) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializerCreators(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that is to find all creators (constructors, factory methods) for the bean type to deserialize.
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.deser.EnumResolver
 
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.Deserializers.None
 
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.
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.
findFieldAnnotation(Class<A>, Class<?>, String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Helper method for locating field on given class, checking if it has specified annotation, and returning it if found.
findFilter(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
Helper method used to locate filter that is needed, based on filter id this serializer was constructed with.
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
 
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.
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
 
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
 
findJaxbPropertyName(AnnotatedElement, Class<?>, String) - Static method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findJaxbSpecifiedPropertyName(PropertyDescriptor) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Deprecated. As of version 1.7, use version that exposes context class and property, instead of just types
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findMapCreators(DeserializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Method used to find non-default constructors and factory methods that are marked to be used as Creators for a Map type.
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.Deserializers.None
 
findMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.module.SimpleDeserializers
 
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.DeserializationConfig
 
findMixInClassFor(Class<?>) - Method in interface org.codehaus.jackson.map.MapperConfig
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.SerializationConfig
 
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.
findParameterTypes(Class<?>, Class<?>) - Static 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.
findParameterTypes(Class<?>, Class<?>, TypeBindings) - Static method in class org.codehaus.jackson.map.type.TypeFactory
 
findParameterTypes(JavaType, Class<?>) - Static 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.
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
 
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(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(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyContentTypeResolver(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(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.
findPropertyDescriptor(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Finds the property descriptor (adapted to AnnotatedElement) for the specified method.
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(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(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyTypeResolver(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(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.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
 
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.
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) - 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
Deprecated. Should use version that gets property object
findSerializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for getting a serializer definition on specified method or field.
findSerializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializer(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
findSerializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializer(Annotated, BeanProperty) - 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 interface org.codehaus.jackson.map.Serializers
Method called serialization framework first time a serializer is needed for specified type.
findSerializer(Annotated, BeanProperty) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializerByAddonType(SerializationConfig, JavaType, BasicBeanDescription, BeanProperty) - 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) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Fast lookup-based accessor method, which will only check for type itself, but not consider super-classes or implemented interfaces.
findSerializerByPrimaryType(JavaType, SerializationConfig, BasicBeanDescription, BeanProperty) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Reflection-based serialized find method, which checks if given class is a sub-type of one of well-known classes, or implements a "primary" interface.
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
 
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)
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 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.Deserializers.None
 
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.
findTypeDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerFactory
Deprecated. Since 1.7 should use method that takes in property definition
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.
findTypedValueDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Deprecated. As of version 1.7, use version that exposes context class and property, instead of just types
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)
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
 
findTypeResolver(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(AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findTypeResolver(AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findTypeResolver(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(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).
findValueDeserializer(DeserializationConfig, JavaType, JavaType, String) - Method in class org.codehaus.jackson.map.DeserializerProvider
Deprecated. As of version 1.7, use version that exposes property object instead of just its type (needed for contextual deserializers)
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.SerializerCache
 
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<?>, Class<?>, 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.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(DeserializationConfig, JavaType, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
forDirectClassAnnotations(MapperConfig<?>, Class<?>, 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.introspect.BasicClassIntrospector
 
format(Date, StringBuffer, FieldPosition) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
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(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
Method that checks class annotations that the argument Object has, and modifies settings of this configuration object accordingly, similar to how those annotations would affect actual value classes annotated with them, but with global scope.
fromAnnotations(Class<?>) - Method in interface org.codehaus.jackson.map.MapperConfig
Method that checks class annotations that the argument Object has, and modifies settings of this configuration object accordingly, similar to how those annotations would affect actual value classes annotated with them, but with global scope.
fromAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
Method that checks class annotations that the argument Object has, and modifies settings of this configuration object accordingly, similar to how those annotations would affect actual value classes annotated with them, but with global scope.
fromCanonical(String) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing a JavaType out of its canonical representation (see JavaType.toCanonical()).
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
Base class for simple deserializer which only accept JSON String values as the source.
FromStringDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer
 
FromStringDeserializer.CurrencyDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.CurrencyDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.CurrencyDeserializer
 
FromStringDeserializer.InetAddressDeserializer - Class in org.codehaus.jackson.map.deser
As per [JACKSON-484], also need special handling for InetAddress...
FromStringDeserializer.InetAddressDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.InetAddressDeserializer
 
FromStringDeserializer.LocaleDeserializer - Class in org.codehaus.jackson.map.deser
Kept protected as it's not meant to be extensible at this point
FromStringDeserializer.LocaleDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.LocaleDeserializer
 
FromStringDeserializer.PatternDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.PatternDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.PatternDeserializer
 
FromStringDeserializer.TimeZoneDeserializer - Class in org.codehaus.jackson.map.deser
As per [JACKSON-522], also need special handling for InetAddress...
FromStringDeserializer.TimeZoneDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.TimeZoneDeserializer
 
FromStringDeserializer.URIDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.URIDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.URIDeserializer
 
FromStringDeserializer.URLDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.URLDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.URLDeserializer
 
FromStringDeserializer.UUIDDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.UUIDDeserializer() - Constructor for class org.codehaus.jackson.map.deser.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
 
getAbstractTypeResolver() - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for accessing AbstractTypeResolver configured, if any (no default) used for resolving abstract types into concrete types (either by mapping or materializing new classes).
getAll() - Static method in class org.codehaus.jackson.map.deser.ArrayDeserializers
 
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.SettableBeanProperty.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.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 interface org.codehaus.jackson.map.MapperConfig
 
getAnnotationIntrospector() - Method in class org.codehaus.jackson.map.SerializationConfig
Method for getting AnnotationIntrospector configured to introspect annotation values used for configuration.
getAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
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[]).
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
 
getBeanClass() - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors
 
getBeanDescription() - Method in class org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
getBigIntegerValue() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
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
 
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
 
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.introspect.BasicBeanDescription
 
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.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
getConstructors() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getConstructors() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.ArrayDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.CollectionDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.ContainerDeserializer
Accesor for deserializer use for deserializing content values.
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.impl.StringCollectionDeserializer
 
getContentDeserializer() - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.ArrayDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.CollectionDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.ContainerDeserializer
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.impl.StringCollectionDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
getContentType() - Method in class org.codehaus.jackson.map.type.ArrayType
 
getContentType() - Method in class org.codehaus.jackson.map.type.CollectionType
 
getContentType() - Method in class org.codehaus.jackson.map.type.MapType
 
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
 
getCreatorIndex() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.CreatorProperty
Method to use for accessing index of the property (related to other properties in the same context); currently only applicable to "Creator properties".
getCreatorIndex() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Method to use for accessing index of the property (related to other properties in the same context); currently only applicable to "Creator properties".
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.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
 
getDateFormat() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
getDateFormat() - Method in class org.codehaus.jackson.map.DeserializationConfig
 
getDateFormat() - Method in interface 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).
getDateFormat() - Method in class org.codehaus.jackson.map.SerializationConfig
 
getDecimalValue() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
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.deser.CreatorContainer
 
getDefaultConstructor() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
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.DeserializationConfig
 
getDefaultTyper(JavaType) - Method in interface 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).
getDefaultTyper(JavaType) - Method in class org.codehaus.jackson.map.SerializationConfig
 
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 interface 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
 
getDescriptors(Class<?>) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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
Helper method for getting access to filter that only guarantees that methods used for deserialization are to be included.
getDeserializer(Class<?>) - Static method in class org.codehaus.jackson.map.deser.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.JsonNumericParserBase
 
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
 
getElementValue(int) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Use JsonNode.get(int) instead.
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
 
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.deser.EnumResolver
 
getEnumClass() - Method in class org.codehaus.jackson.map.deser.EnumResolver
 
getEnumValues() - Method in class org.codehaus.jackson.map.ser.EnumSerializer
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.ArrayType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.CollectionType
 
getErasedSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.MapType
 
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.
getFactoryMethods() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
getFalse() - Static method in class org.codehaus.jackson.node.BooleanNode
 
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.node.ObjectNode
Method to use for accessing all fields (with both names and values) of this Json Object.
getFieldValue(String) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Use JsonNode.get(String) instead.
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.JsonNumericParserBase
 
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
 
getFrom() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
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.CollectionType
 
getGenericSignature(StringBuilder) - Method in class org.codehaus.jackson.map.type.MapType
 
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
 
getIndex() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
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
 
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
 
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.JsonNumericParserBase
 
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.
getJsonFactory() - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated. Method that can be used to get hold of Json factory that this mapper uses if it needs to construct Json parsers and/or generators.
getKeyClass() - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
getKeySerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
getKeySerializer(JavaType, BeanProperty) - Method in class org.codehaus.jackson.map.SerializerProvider
Method called to get the serializer to use for serializing non-null Map keys.
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)
getKeyType() - Method in class org.codehaus.jackson.map.type.MapType
 
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.JsonNumericParserBase
 
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.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 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
 
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.SettableBeanProperty.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.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
 
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.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.jsontype.NamedType
 
getName() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getName() - Method in class org.codehaus.jackson.sym.Name
 
getNextChar(String) - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
 
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.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.JsonNumericParserBase
 
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.JsonNumericParserBase
 
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
 
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
 
getOutputEscapes() - Static method in class org.codehaus.jackson.util.CharTypes
 
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.AnnotatedConstructor
 
getParameter(int) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
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.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.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.
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.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.
getPropertyType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getProperytIndex() - 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.
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.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.ArraySerializers.BooleanArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ByteArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.CharArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.DoubleArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.IntArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.StringArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.AsArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.EnumSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.FailingSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.InetAddressSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.ObjectArraySerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.RawSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.impl.StaticListSerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.AtomicBooleanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.AtomicIntegerSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.AtomicLongSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.AtomicReferenceSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.ClassSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.FileSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.JsonValueSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.MapSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.NullSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ScalarSerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdKeySerializer
 
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.CalendarSerializer
 
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.SerializableSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SerializableWithTypeSerializer
 
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
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.TokenBufferSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdSerializers.UtilDateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ToStringSerializer
 
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.
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
Helper method for getting access to filter that only guarantees that methods used for serialization are to be included.
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
 
getSeserializationConfig() - Method in interface org.codehaus.jackson.map.Module.SetupContext
Deprecated. Typo in method name included in 1.7.0; with 1.7.1 and above, please use correctly named Module.SetupContext.getSerializationConfig().
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
 
getSubType() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
getSubtypeResolver() - Method in class org.codehaus.jackson.map.DeserializationConfig
 
getSubtypeResolver() - Method in interface 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
 
getSubtypeResolver() - Method in class org.codehaus.jackson.map.SerializationConfig
 
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.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() - 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)
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.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
 
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
Method that will try to convert value of this node to a Java boolean.
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java boolean.
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.
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getValueAsBoolean() - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.IntNode
 
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.LongNode
 
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.POJONode
 
getValueAsBoolean(boolean) - Method in class org.codehaus.jackson.node.TextNode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsDouble() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java double.
getValueAsDouble(double) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java double.
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.
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.MissingNode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.NullNode
 
getValueAsDouble() - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.POJONode
 
getValueAsDouble(double) - Method in class org.codehaus.jackson.node.TextNode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsInt() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java int.
getValueAsInt(int) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java int.
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.
getValueAsInt(int) - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.node.MissingNode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.node.NullNode
 
getValueAsInt() - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.node.POJONode
 
getValueAsInt(int) - Method in class org.codehaus.jackson.node.TextNode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
getValueAsLong() - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java long.
getValueAsLong(long) - Method in class org.codehaus.jackson.JsonNode
Method that will try to convert value of this node to a Java long.
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.
getValueAsLong(long) - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.node.MissingNode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.node.NullNode
 
getValueAsLong() - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.node.POJONode
 
getValueAsLong(long) - Method in class org.codehaus.jackson.node.TextNode
 
getValueAsText() - 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 null.
getValueAsText() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.BinaryNode
Hmmh.
getValueAsText() - Method in class org.codehaus.jackson.node.BooleanNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.ContainerNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.DecimalNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.DoubleNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.IntNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.LongNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.MissingNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.NullNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.NumericNode
 
getValueAsText() - Method in class org.codehaus.jackson.node.POJONode
 
getValueAsText() - Method in class org.codehaus.jackson.node.TextNode
 
getValueClass() - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
getValueHandler() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing value handler associated with this type, if any
getValueType() - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
getValueType() - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
getValueType() - Method in class org.codehaus.jackson.map.deser.StdDeserializer
Exact structured type deserializer handles, if known.
getViews() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getVisibilityChecker() - Method in class org.codehaus.jackson.map.ObjectMapper
Method for accessing currently configured visibility checker; object used for determining whether given property element (method, field, constructor) can be auto-detected or not.
growArrayBy(int[], int) - Static method in class org.codehaus.jackson.impl.Utf8StreamParser
 

H

handledType() - Method in class org.codehaus.jackson.map.JsonSerializer
Method for accessing type of Objects this serializer can handle.
handledType() - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
handlePolymorphic(JsonParser, DeserializationContext, Object, TokenBuffer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called in cases where we may have polymorphic deserialization case: that is, type of Creator-constructed bean is not the type of deserializer itself.
handleSignature(boolean, boolean) - Method in class org.codehaus.jackson.smile.SmileParser
Helper method called when it looks like input might contain the signature; and it is necessary to detect and handle signature to get configuration information it might have.
handleUnknownProperties(DeserializationContext, Object, TokenBuffer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to handle set of one or more unknown properties, stored in their entirety in given TokenBuffer (as field entries, name and value).
handleUnknownProperty(JsonParser, DeserializationContext, Object, String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called when a JSON property is encountered that has not matching setter, any-setter or field, and thus can not be assigned.
handleUnknownProperty(JsonParser, JsonDeserializer<?>, Object, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
Method deserializers can call to inform configured DeserializationProblemHandlers of an unrecognized property.
handleUnknownProperty(JsonParser, DeserializationContext, Object, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
Method called to deal with a property that did not map to a known Bean property.
handleUnknownProperty(JsonParser, JsonDeserializer<?>, Object, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Method deserializers can call to inform configured DeserializationProblemHandlers of an unrecognized property.
handleUnknownProperty(DeserializationContext, JsonDeserializer<?>, Object, String) - Method in class org.codehaus.jackson.map.DeserializationProblemHandler
Method called when a Json Map ("Object") entry with an unrecognized name is encountered.
has(String) - Method in class org.codehaus.jackson.JsonNode
Method that allows checking whether this node is JSON Object node and contains value for specified property.
has(int) - Method in class org.codehaus.jackson.JsonNode
Method that allows checking whether this node is JSON Array node and contains a value for specified index If this is the case (including case of specified indexing having null as value), returns true; otherwise returns false.
hasAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.Annotated
 
hasAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
hasAnyGetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests that the method is to serve as "any setter"; method to be used for accessing set of miscellaneous "extra" properties, often bound with matching "any setter" method.
hasAnyGetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAnyGetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAnySetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests that the method is to serve as "any setter"; method to be used for setting values of any properties for which no dedicated setter method is found.
hasAnySetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAnySetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAnySetterAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests that the return value of annotated method should be used as "the value" of the object instance; usually serialized as a primitive value such as String or number.
hasAsValueAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAsValueAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasCreatorAnnotation(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given annotated item (method, constructor) has an annotation that suggests that the method is a "creator" (aka factory) method to be used for construct new instances of deserialized values.
hasCreatorAnnotation(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasCreatorAnnotation(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasCreatorAnnotation(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasCurrentToken() - Method in class org.codehaus.jackson.JsonParser
Method for checking whether parser currently points to a token (and data for that token is available).
hasCurrentToken() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
hasDeserializerModifiers() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasDeserializerModifiers() - Method in class org.codehaus.jackson.map.DeserializerFactory.Config
 
hasDeserializers() - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasDeserializers() - Method in class org.codehaus.jackson.map.DeserializerFactory.Config
 
hasGenericTypes() - Method in class org.codehaus.jackson.map.type.ArrayType
 
hasGenericTypes() - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to find out if the type directly declares generic parameters (for its direct super-class and/or super-interfaces).
hasGetterSignature(Method) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
hashCode() - Method in class org.codehaus.jackson.io.SerializedString
 
hashCode() - Method in class org.codehaus.jackson.JsonLocation
 
hashCode() - Method in class org.codehaus.jackson.map.introspect.MemberKey
 
hashCode() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
hashCode() - Method in class org.codehaus.jackson.map.ser.SerializerCache.TypeKey
 
hashCode() - Method in class org.codehaus.jackson.map.type.ClassKey
 
hashCode() - Method in class org.codehaus.jackson.node.ArrayNode
 
hashCode() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
hashCode() - Method in class org.codehaus.jackson.node.BinaryNode
 
hashCode() - Method in class org.codehaus.jackson.node.DecimalNode
 
hashCode() - Method in class org.codehaus.jackson.node.DoubleNode
 
hashCode() - Method in class org.codehaus.jackson.node.IntNode
 
hashCode() - Method in class org.codehaus.jackson.node.LongNode
 
hashCode() - Method in class org.codehaus.jackson.node.ObjectNode
 
hashCode() - Method in class org.codehaus.jackson.node.POJONode
 
hashCode() - Method in class org.codehaus.jackson.node.TextNode
 
hashCode() - Method in class org.codehaus.jackson.sym.Name
 
hashCode() - Method in class org.codehaus.jackson.type.JavaType
 
hashCode() - Method in class org.codehaus.jackson.Version
 
hasKnownClassAnnotations() - Method in class org.codehaus.jackson.map.BeanDescription
 
hasKnownClassAnnotations() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for checking whether class being described has any annotations recognized by registered annotation introspector.
hasName() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
hasNext() - Method in class org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
hasNext() - Method in class org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
hasNext() - Method in class org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
hasProperty(String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
hasProperty(String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
hasRawClass(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to check whether this type has specified Class as its type erasure.
hasSerializer() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
hasSerializerFor(SerializationConfig, Class<?>, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
hasSerializerFor(SerializationConfig, Class<?>, SerializerFactory) - Method in class org.codehaus.jackson.map.SerializerProvider
Method that can be called to see if this serializer provider can find a serializer for an instance of given class.
hasSerializerModifiers() - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
hasSerializerModifiers() - Method in class org.codehaus.jackson.map.SerializerFactory.Config
 
hasSerializers() - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
hasSerializers() - Method in class org.codehaus.jackson.map.SerializerFactory.Config
 
hasTextCharacters() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
hasTextCharacters() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
hasTextCharacters() - Method in class org.codehaus.jackson.JsonParser
Method that can be used to determine whether calling of JsonParser.getTextCharacters() would be the most efficient way to access textual content for the event parser currently points to.
hasTextCharacters() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
hasTextCharacters() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
hasValueDeserializer() - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
hasValueDeserializer() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
hasValueDeserializerFor(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
Method that can be called to find out whether a deserializer can be found for given type
hasValueDeserializerFor(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method called to find out whether provider would be able to find a deserializer for given type, using a root reference (i.e.
HEADER_BIT_HAS_RAW_BINARY - Static variable in class org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may contain raw (unquoted) binary values.
HEADER_BIT_HAS_SHARED_NAMES - Static variable in class org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may have Shared names (back references to recently encoded field names).
HEADER_BIT_HAS_SHARED_STRING_VALUES - Static variable in class org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may have shared String values (back references to recently encoded 'short' String values, where short is defined as 64 bytes or less).
HEADER_BYTE_1 - Static variable in class org.codehaus.jackson.smile.SmileConstants
First byte of data header
HEADER_BYTE_2 - Static variable in class org.codehaus.jackson.smile.SmileConstants
Second byte of data header
HEADER_BYTE_3 - Static variable in class org.codehaus.jackson.smile.SmileConstants
Third byte of data header
HEADER_BYTE_4 - Static variable in class org.codehaus.jackson.smile.SmileConstants
Fourth byte of data header; contains version nibble, may have flags
HEADER_VERSION_0 - Static variable in class org.codehaus.jackson.smile.SmileConstants
Current version consists of four zero bits (nibble)
HEX_CHARS - Static variable in class org.codehaus.jackson.impl.WriterBasedGenerator
 
HierarchicType - Class in org.codehaus.jackson.map.type
Simple replacement for Class (and/or various Type subtypes) that is used as part of single-path extends/implements chain to express specific relationship between one subtype and one supertype.
HierarchicType(Type) - Constructor for class org.codehaus.jackson.map.type.HierarchicType
 

I

idFromValue(Object) - Method in class org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
idFromValue(Object) - Method in class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
idFromValue(Object) - Method in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
idFromValue(Object) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to serialize type of the type of given value as a String to include in serialized JSON content.
idResolver(JavaType, Collection<NamedType>, boolean, boolean) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
Helper method that will either return configured custom type id resolver, or construct a standard resolver given configuration.
ignoredFields() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
ignoredMemberMethods() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
implement(boolean) - Method in class org.codehaus.jackson.mrbean.BeanBuilder
 
inArray() - Method in class org.codehaus.jackson.JsonStreamContext
Method that returns true if this context is an Array context; that is, content is being read from or written to a Json Array.
includeMethod(Method) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.GetterMethodFilter
 
includeMethod(Method) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
 
includeMethod(Method) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
 
includeMethod(Method) - Method in interface org.codehaus.jackson.map.introspect.MethodFilter
 
inclusion(JsonTypeInfo.As) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
inclusion(JsonTypeInfo.As) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for specifying mechanism to use for including type metadata in JSON.
indentArraysWith(Indenter) - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter
 
Indenter - Interface in org.codehaus.jackson.impl
Interface that defines objects that can produce indentation used to separate object entries and array values.
indentObjectsWith(Indenter) - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter
 
index - Variable in class org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
 
indexedListSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
IndexedStringListSerializer - Class in org.codehaus.jackson.map.ser.impl
Efficient implement for serializing Lists that contains Strings and are random-accessible.
IndexedStringListSerializer(BeanProperty) - Constructor for class org.codehaus.jackson.map.ser.impl.IndexedStringListSerializer
 
InetAddressSerializer - Class in org.codehaus.jackson.map.ser.impl
Simple serializer for InetAddress.
InetAddressSerializer() - Constructor for class org.codehaus.jackson.map.ser.impl.InetAddressSerializer
 
init(JsonTypeInfo.Id, TypeIdResolver) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
init(JavaType) - Method in class org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
init(JavaType) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method that will be called once before any type resolution calls; used to initialize instance with configuration.
init(JsonTypeInfo.Id, TypeIdResolver) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Initialization method that is called right after constructing the builder instance.
initialCapacity() - Method in class org.codehaus.jackson.map.util.ObjectBuffer
Helper method that can be used to check how much free capacity will this instance start with.
inLongRange(char[], int, int, boolean) - Static method in class org.codehaus.jackson.io.NumberInput
Helper method for determining if given String representation of an integral number would fit in 64-bit Java long or not.
inLongRange(String, boolean) - Static method in class org.codehaus.jackson.io.NumberInput
Similar to NumberInput.inLongRange(char[],int,int,boolean), but with String argument
inObject() - Method in class org.codehaus.jackson.JsonStreamContext
Method that returns true if this context is an Object context; that is, content is being read from or written to a Json Object.
inRoot() - Method in class org.codehaus.jackson.JsonStreamContext
Method that returns true if this context is a Root context; that is, content is being read from or written to without enclosing array or object structure.
insert(int, JsonNode) - Method in class org.codehaus.jackson.node.ArrayNode
Method for inserting specified child node as an element of this Array.
insert(int, int) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, long) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, float) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, double) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, BigDecimal) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, String) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
insert(int, boolean) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
insert(int, byte[]) - Method in class org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified binary value
insertAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.DeserializationConfig
 
insertAnnotationIntrospector(AnnotationIntrospector) - Method in interface org.codehaus.jackson.map.MapperConfig
Method for registering specified AnnotationIntrospector as the highest priority introspector (will be chained with existing introspector(s) which will be used as fallbacks for cases this introspector does not handle)
insertAnnotationIntrospector(AnnotationIntrospector) - Method in interface org.codehaus.jackson.map.Module.SetupContext
Method for registering specified AnnotationIntrospector as the highest priority introspector (will be chained with existing introspector(s) which will be used as fallbacks for cases this introspector does not handle)
insertAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.SerializationConfig
 
insertArray(int) - Method in class org.codehaus.jackson.node.ArrayNode
 
insertInList(T[], T) - Static method in class org.codehaus.jackson.map.util.ArrayBuilders
Helper method for constructing a new array that contains specified element followed by contents of the given array
insertNull(int) - Method in class org.codehaus.jackson.node.ArrayNode
 
insertObject(int) - Method in class org.codehaus.jackson.node.ArrayNode
Method that will construct an ObjectNode and add it at the end of this array node.
insertPOJO(int, 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.
instance - Static variable in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Globally shareable thread-safe instance which has no additional custom deserializers registered
instance - Static variable in class org.codehaus.jackson.map.deser.JsonNodeDeserializer
Deprecated. Use JsonNodeDeserializer.getDeserializer(java.lang.Class) accessor instead
instance - Static variable in class org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
instance - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.GetterMethodFilter
 
instance - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
instance - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
 
instance - Static variable in class org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
 
instance - Static variable in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
Static immutable and shareable instance that can be used as "null" introspector: one that never finds any annotation information.
instance - Static variable in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Like BasicSerializerFactory, this factory is stateless, and thus a single shared global (== singleton) instance can be used without thread-safety issues.
instance - Static variable in class org.codehaus.jackson.map.ser.impl.InetAddressSerializer
 
instance() - Method in class org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
instance - Static variable in class org.codehaus.jackson.map.ser.impl.TimeZoneSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.NullSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.StdSerializers.CalendarSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.StdSerializers.SerializableSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.StdSerializers.SerializableWithTypeSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.StdSerializers.UtilDateSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.ToStringSerializer
Singleton instance to use.
instance - Static variable in class org.codehaus.jackson.map.type.TypeFactory
 
instance - Static variable in class org.codehaus.jackson.map.util.StdDateFormat
A singleton instance can be used for cloning purposes.
instance() - Static method in class org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
instance() - Static method in class org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
instance - Static variable in class org.codehaus.jackson.node.JsonNodeFactory
Default singleton instance that construct "standard" node instances: given that this class is stateless, a globally shared singleton can be used.
instance - Static variable in class org.codehaus.jackson.node.NullNode
 
instance - Static variable in class org.codehaus.jackson.util.InternCache
 
instantiateBean(boolean) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
instantiationException(Class<?>, Exception) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
instantiationException(Class<?>, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
instantiationException(Class<?>, Exception) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing instantiation exception for specified type, to indicate problem with physically constructing instance of specified class (missing constructor, exception from constructor)
instantiationException(Class<?>, String) - Method in class org.codehaus.jackson.map.DeserializationContext
 
INT_0 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_1 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_2 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_3 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_4 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_5 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_6 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_7 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_8 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_9 - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_APOSTROPHE - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_ASTERISK - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_b - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_BACKSLASH - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_COLON - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_COMMA - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_CR - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_DECIMAL_POINT - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_e - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_E - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_f - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LBRACKET - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LCURLY - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LF - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_MARKER_END_OF_STRING - Static variable in class org.codehaus.jackson.smile.SmileConstants
We need a byte marker to denote end of variable-length Strings.
INT_MINUS - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_n - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_PLUS - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_QUOTE - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_r - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_RBRACKET - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_RCURLY - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_SLASH - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_SPACE - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_t - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_TAB - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_u - Static variable in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
intern(String) - Method in class org.codehaus.jackson.util.InternCache
 
InternCache - Class in org.codehaus.jackson.util
Singleton class that adds a simple first-level cache in front of regular String.intern() functionality.
IntNode - Class in org.codehaus.jackson.node
Numeric node that contains simple 32-bit integer values.
IntNode(int) - Constructor for class org.codehaus.jackson.node.IntNode
 
introspect(JavaType) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method that will introspect full bean properties for the purpose of building a bean deserializer
introspect(JavaType) - Method in class org.codehaus.jackson.map.SerializationConfig
Method that will introspect full bean properties for the purpose of building a bean serializer
introspectClassAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.DeserializationConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectClassAnnotations(Class<?>) - Method in interface org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectClassAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectDirectClassAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.DeserializationConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectDirectClassAnnotations(Class<?>) - Method in interface org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectDirectClassAnnotations(Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectForCreation(JavaType) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method that will introspect subset of bean properties needed to construct bean instance.
IOContext - Class in org.codehaus.jackson.io
To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object.
IOContext(BufferRecycler, Object, boolean) - Constructor for class org.codehaus.jackson.io.IOContext
 
isAbstract() - Method in class org.codehaus.jackson.map.type.ArrayType
For some odd reason, modifiers for array classes would claim they are abstract types.
isAbstract() - Method in class org.codehaus.jackson.type.JavaType
 
isArray() - Method in class org.codehaus.jackson.JsonNode
 
isArray() - Method in class org.codehaus.jackson.node.ArrayNode
 
isArrayType() - Method in class org.codehaus.jackson.map.type.ArrayType
 
isArrayType() - Method in class org.codehaus.jackson.type.JavaType
 
isBackReference() - Method in class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
isBigDecimal() - Method in class org.codehaus.jackson.JsonNode
 
isBigDecimal() - Method in class org.codehaus.jackson.node.DecimalNode
 
isBigEndian() - Method in enum org.codehaus.jackson.JsonEncoding
Whether encoding is big-endian (if encoding supports such notion).
isBigInteger() - Method in class org.codehaus.jackson.JsonNode
 
isBigInteger() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
isBinary() - Method in class org.codehaus.jackson.JsonNode
Method that can be used to check if this node represents binary data (Base64 encoded).
isBinary() - Method in class org.codehaus.jackson.node.BinaryNode
 
isBoolean() - Method in class org.codehaus.jackson.JsonNode
Method that can be used to check if this node was created from Json boolean value (literals "true" and "false").
isBoolean() - Method in class org.codehaus.jackson.node.BooleanNode
 
isCglibGetCallbacks(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
This method was added to address [JACKSON-53]: need to weed out CGLib-injected "getCallbacks".
isClosed() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
isClosed() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
isClosed() - Method in class org.codehaus.jackson.impl.JsonParserMinimalBase
 
isClosed() - Method in class org.codehaus.jackson.JsonGenerator
Method that can be called to determine whether this generator is closed or not.
isClosed() - Method in class org.codehaus.jackson.JsonParser
Method that can be called to determine whether this parser is closed or not.
isClosed() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
isClosed() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
isClosed() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
isClosed() - Method in class org.codehaus.jackson.util.TokenBuffer
 
isClosed() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
isCollectionMapOrArray(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
isConcrete() - Method in class org.codehaus.jackson.map.type.ArrayType
For some odd reason, modifiers for array classes would claim they are abstract types.
isConcrete(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Helper method that checks if given class is a concrete one; that is, not an interface or abstract class.
isConcrete(Member) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
isConcrete(Member) - Static method in class org.codehaus.jackson.mrbean.BeanUtil
 
isConcrete() - Method in class org.codehaus.jackson.type.JavaType
 
isContainerNode() - Method in class org.codehaus.jackson.JsonNode
Method that returns true for container nodes: Arrays and Objects.
isContainerNode() - Method in class org.codehaus.jackson.node.ContainerNode
 
isContainerType() - Method in class org.codehaus.jackson.map.type.ArrayType
 
isContainerType() - Method in class org.codehaus.jackson.map.type.CollectionType
 
isContainerType() - Method in class org.codehaus.jackson.map.type.MapType
 
isContainerType() - Method in class org.codehaus.jackson.map.type.SimpleType
 
isContainerType() - Method in class org.codehaus.jackson.type.JavaType
 
isCreatorVisible(Member) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as Creator, with respect to its visibility (not considering method signature or name, just visibility)
isCreatorVisible(AnnotatedMember) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
 
isCreatorVisible(Member) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isCreatorVisible(AnnotatedMember) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isDefaultSerializer(JsonDeserializer<?>) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
Method that can be called to determine if given deserializer is the default deserializer Jackson uses; as opposed to a custom deserializer installed by a module or calling application.
isDefaultSerializer(JsonSerializer<?>) - Method in class org.codehaus.jackson.map.ser.SerializerBase
Method that can be called to determine if given serializer is the default serializer Jackson uses; as opposed to a custom serializer installed by a module or calling application.
isDouble() - Method in class org.codehaus.jackson.JsonNode
 
isDouble() - Method in class org.codehaus.jackson.node.DoubleNode
 
isEmpty() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
isEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
isEnabled(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Checked whether specified parser feature is enabled.
isEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Check whether specified generator feature is enabled.
isEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Method for checking whether given feature is enabled.
isEnabled(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Method for checking whether specified JsonParser.Feature is enabled.
isEnabled(DeserializationConfig.Feature) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for checking whether given feature is enabled or not
isEnabled(DeserializationConfig.Feature) - Method in class org.codehaus.jackson.map.DeserializationContext
Convenience method for checking whether specified on/off feature is enabled
isEnabled(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializationConfig
Method for checking whether given feature is enabled or not
isEnabled(SerializationConfig.Feature) - Method in class org.codehaus.jackson.map.SerializerProvider
Convenience method for checking whether specified serialization feature is enabled or not.
isEnabled(AbstractTypeMaterializer.Feature) - Method in class org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method for checking whether given feature is enabled or not
isEnabled(SmileParser.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Checked whether specified parser feature is enabled.
isEnabled(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileFactory
Check whether specified generator feature is enabled.
isEnabled(SmileGenerator.Feature) - Method in class org.codehaus.jackson.smile.SmileGenerator
 
isEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
isEnabled(JsonParser.Feature) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
isEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.util.TokenBuffer
 
isEnumType() - Method in class org.codehaus.jackson.type.JavaType
 
isExpectedStartArrayToken() - Method in class org.codehaus.jackson.JsonParser
Specialized accessor that can be used to verify that the current token indicates start array (usually meaning that current token is JsonToken.START_ARRAY) when start array is expected.
isFactoryMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
isFeatureEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Deprecated. Use JsonGenerator.isEnabled(org.codehaus.jackson.JsonGenerator.Feature) instead
isFeatureEnabled(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Deprecated. Use JsonParser.isEnabled(Feature) instead
isFieldVisible(Field) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given field is auto-detectable as property, with respect to its visibility (not considering method signature or name, just visibility)
isFieldVisible(AnnotatedField) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
 
isFieldVisible(Field) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isFieldVisible(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isFinal() - Method in class org.codehaus.jackson.type.JavaType
 
isFloatingPointNumber() - Method in class org.codehaus.jackson.JsonNode
 
isFloatingPointNumber() - Method in class org.codehaus.jackson.node.DecimalNode
 
isFloatingPointNumber() - Method in class org.codehaus.jackson.node.DoubleNode
 
isGeneratorFeatureEnabled(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.isEnabled(JsonGenerator.Feature) instead
isGeneric() - Method in class org.codehaus.jackson.map.type.HierarchicType
 
isGetterEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
isGetterVisible(Method) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as regular getter, with respect to its visibility (not considering method signature or name, just visibility)
isGetterVisible(AnnotatedMethod) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
 
isGetterVisible(Method) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isGetterVisible(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isGroovyMetaClassGetter(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Another helper method to deal with rest of [JACKSON-103]
isGroovyMetaClassSetter(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Similar to BasicBeanDescription.isCglibGetCallbacks(org.codehaus.jackson.map.introspect.AnnotatedMethod), need to suppress a cyclic reference to resolve [JACKSON-103]
isHandled(Annotation) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method called by framework to determine whether given annotation is handled by this introspector.
isHandled(Annotation) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isHandled(Annotation) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isHandled(Annotation) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isHandled(Annotation) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
An annotation is handled if it's in the same package as @XmlElement, including subpackages.
isIgnorableConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is an annotation that indicates that given field should be ignored for all operations (serialization, deserialization).
isIgnorableField(AnnotatedField) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableField(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is an annotation that indicates that given method should be ignored for all operations (serialization, deserialization).
isIgnorableMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableType(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether properties that have specified type (class, not generics aware) should be completely ignored for serialization and deserialization purposes.
isIgnorableType(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableType(DeserializationConfig, BasicBeanDescription, Class<?>, Map<Class<?>, Boolean>) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Helper method that will check whether given raw type is marked as always ignorable (for purpose of ignoring properties with type)
isIgnorableType(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableType(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIndexedType(Class<?>) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Helper method used to distinguish structured type, which with JAXB use different rules for defining content types.
isInline() - Method in interface org.codehaus.jackson.impl.Indenter
 
isInline() - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter.FixedSpaceIndenter
 
isInline() - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter.Lf2SpacesIndenter
 
isInline() - Method in class org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
 
isInt() - Method in class org.codehaus.jackson.JsonNode
 
isInt() - Method in class org.codehaus.jackson.node.IntNode
 
isIntegralNumber() - Method in class org.codehaus.jackson.JsonNode
 
isIntegralNumber() - Method in class org.codehaus.jackson.node.BigIntegerNode
 
isIntegralNumber() - Method in class org.codehaus.jackson.node.IntNode
 
isIntegralNumber() - Method in class org.codehaus.jackson.node.LongNode
 
isInterface() - Method in class org.codehaus.jackson.type.JavaType
 
isInvisible(AnnotatedField) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Whether the specified field is invisible, per the JAXB visibility rules.
isIsGetterVisible(Method) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as is-getter, with respect to its visibility (not considering method signature or name, just visibility)
isIsGetterVisible(AnnotatedMethod) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
 
isIsGetterVisible(Method) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isIsGetterVisible(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isJsonType(MediaType) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Helper method used to check whether given media type is JSON type or sub type.
isLocalType(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
isLong() - Method in class org.codehaus.jackson.JsonNode
 
isLong() - Method in class org.codehaus.jackson.node.LongNode
 
isManagedReference() - Method in class org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
isMissingNode() - Method in class org.codehaus.jackson.JsonNode
Method that returns true for "virtual" nodes which represent missing entries constructed by path accessor methods when there is no actual node matching given criteria.
isMissingNode() - Method in class org.codehaus.jackson.node.MissingNode
 
isNaturalTypeWithStdHandling(JavaType, JsonSerializer<?>) - Method in class org.codehaus.jackson.map.ser.JsonValueSerializer
 
isNull() - Method in class org.codehaus.jackson.JsonNode
Method that can be used to check if this node was created from Json liternal null value.
isNull() - Method in class org.codehaus.jackson.node.NullNode
 
isNumber() - Method in class org.codehaus.jackson.JsonNode
 
isNumber() - Method in class org.codehaus.jackson.node.NumericNode
 
isNumeric() - Method in enum org.codehaus.jackson.JsonToken
 
isObject() - Method in class org.codehaus.jackson.JsonNode
 
isObject() - Method in class org.codehaus.jackson.node.ObjectNode
 
isParserFeatureEnabled(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.isEnabled(JsonParser.Feature) instead
isPojo() - Method in class org.codehaus.jackson.JsonNode
Method that can be used to check if the node is a wrapper for a POJO ("Plain Old Java Object" aka "bean".
isPojo() - Method in class org.codehaus.jackson.node.POJONode
 
isPotentialBeanType(Class<?>) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Helper method used to skip processing for types that we know can not be (i.e.
isPotentialBeanType(Class<?>) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Helper method used to skip processing for types that we know can not be (i.e.
isPrimitive() - Method in class org.codehaus.jackson.type.JavaType
 
isPropertiesAccessible(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Whether properties are accessible to this class.
isProxyType(Class<?>) - Static method in class org.codehaus.jackson.map.util.ClassUtil
Helper method used to weed out dynamic Proxy types; types that do not expose concrete method API that we could use to figure out automatic Bean (property) based serialization.
isPublic() - Method in class org.codehaus.jackson.map.introspect.Annotated
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
isResourceManaged() - Method in class org.codehaus.jackson.io.IOContext
 
isScalarValue() - Method in enum org.codehaus.jackson.JsonToken
Method that can be used to check whether this token represents a valid non-structured value.
isSetterVisible(Method) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as setter, with respect to its visibility (not considering method signature or name, just visibility)
isSetterVisible(AnnotatedMethod) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
 
isSetterVisible(Method) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isSetterVisible(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isSnapshot() - Method in class org.codehaus.jackson.Version
 
isTextual() - Method in class org.codehaus.jackson.JsonNode
 
isTextual() - Method in class org.codehaus.jackson.node.TextNode
Yes indeed it is textual
isThrowable() - Method in class org.codehaus.jackson.type.JavaType
 
isUknownVersion() - Method in class org.codehaus.jackson.Version
 
isValueNode() - Method in class org.codehaus.jackson.JsonNode
Method that returns true for all value nodes: ones that are not containers, and that do not represent "missing" nodes in the path.
isValueNode() - Method in class org.codehaus.jackson.node.ValueNode
 
isVisible(Member) - Method in enum org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
iterableSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
iterator() - Method in class org.codehaus.jackson.JsonNode
Same as calling JsonNode.getElements(); implemented so that convenience "for-each" loop can be used for looping over elements of JSON Array constructs.
iterator() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
iteratorSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 

J

JacksonAnnotation - Annotation Type in org.codehaus.jackson.annotate
Meta-annotation (annotations used on other annotations) used for marking all annotations that are part of Jackson package.
JacksonAnnotationIntrospector - Class in org.codehaus.jackson.map.introspect
AnnotationIntrospector implementation that handles standard Jackson annotations.
JacksonAnnotationIntrospector() - Constructor for class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
JacksonJaxbJsonProvider - Class in org.codehaus.jackson.jaxrs
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
JacksonJaxbJsonProvider() - Constructor for class org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbJsonProvider(Annotations...) - Constructor for class org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
 
JacksonJaxbJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonJsonProvider - Class in org.codehaus.jackson.jaxrs
Basic implementation of JAX-RS abstractions (MessageBodyReader, MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).
JacksonJsonProvider() - Constructor for class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJsonProvider(Annotations...) - Constructor for class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
JacksonJsonProvider(ObjectMapper) - Constructor for class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
JacksonJsonProvider(ObjectMapper, Annotations[]) - Constructor for class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonStdImpl - Annotation Type in org.codehaus.jackson.map.annotate
Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.
JavaType - Class in org.codehaus.jackson.type
Base class for type token classes used both to contain information and as keys for deserializers.
JavaType(Class<?>, int) - Constructor for class org.codehaus.jackson.type.JavaType
 
JaxbAnnotationIntrospector - Class in org.codehaus.jackson.xc
Annotation introspector that leverages JAXB annotations where applicable to JSON mapping.
JaxbAnnotationIntrospector() - Constructor for class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
JaxbAnnotationIntrospector.PropertyDescriptors - Class in org.codehaus.jackson.xc
Helper class used to contain information about properties of a single class.
JaxbAnnotationIntrospector.PropertyDescriptors(Class<?>, List<PropertyDescriptor>) - Constructor for class org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors
 
JdkSerializers - Class in org.codehaus.jackson.map.ser
Class that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basic ToStringSerializer, others explicit serializers.
JdkSerializers() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers
 
JdkSerializers.AtomicBooleanSerializer - Class in org.codehaus.jackson.map.ser
 
JdkSerializers.AtomicBooleanSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.AtomicBooleanSerializer
 
JdkSerializers.AtomicIntegerSerializer - Class in org.codehaus.jackson.map.ser
 
JdkSerializers.AtomicIntegerSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.AtomicIntegerSerializer
 
JdkSerializers.AtomicLongSerializer - Class in org.codehaus.jackson.map.ser
 
JdkSerializers.AtomicLongSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.AtomicLongSerializer
 
JdkSerializers.AtomicReferenceSerializer - Class in org.codehaus.jackson.map.ser
 
JdkSerializers.AtomicReferenceSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.AtomicReferenceSerializer
 
JdkSerializers.ClassSerializer - Class in org.codehaus.jackson.map.ser
Also: default bean access will not do much good with Class.class.
JdkSerializers.ClassSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.ClassSerializer
 
JdkSerializers.FileSerializer - Class in org.codehaus.jackson.map.ser
For now, File objects get serialized by just outputting absolute (but not canonical) name as String value
JdkSerializers.FileSerializer() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers.FileSerializer
 
JodaDeserializers - Class in org.codehaus.jackson.map.ext
Provider for deserializers that handle some basic data types for Joda date/time library.
JodaDeserializers() - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers
 
JodaDeserializers.DateMidnightDeserializer - Class in org.codehaus.jackson.map.ext
 
JodaDeserializers.DateMidnightDeserializer() - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers.DateMidnightDeserializer
 
JodaDeserializers.DateTimeDeserializer<T extends ReadableInstant> - Class in org.codehaus.jackson.map.ext
Basic deserializer for DateTime.
JodaDeserializers.DateTimeDeserializer(Class<T>) - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers.DateTimeDeserializer
 
JodaDeserializers.LocalDateDeserializer - Class in org.codehaus.jackson.map.ext
 
JodaDeserializers.LocalDateDeserializer() - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateDeserializer
 
JodaDeserializers.LocalDateTimeDeserializer - Class in org.codehaus.jackson.map.ext
 
JodaDeserializers.LocalDateTimeDeserializer() - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateTimeDeserializer
 
JodaSerializers - Class in org.codehaus.jackson.map.ext
Provider for serializers that handle some basic data types for Joda date/time library.
JodaSerializers() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers
 
JodaSerializers.DateMidnightSerializer - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.DateMidnightSerializer() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.DateMidnightSerializer
 
JodaSerializers.DateTimeSerializer - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.DateTimeSerializer() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
JodaSerializers.JodaSerializer<T> - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.JodaSerializer(Class<T>) - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
JodaSerializers.LocalDateSerializer - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.LocalDateSerializer() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateSerializer
 
JodaSerializers.LocalDateTimeSerializer - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.LocalDateTimeSerializer() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateTimeSerializer
 
JsonAnyGetter - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that can be used to define a non-static, no-argument method or member field as something of a reverse of JsonAnySetter method; basically being used like a getter but such that contents of the returned Map (type must be Map) are serialized as if they were actual properties of the bean that contains method/field with this annotations.
JsonAnySetter - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that can be used to define a non-static, single-argument method, to be used as a "fallback" handler for all otherwise unrecognized properties found from Json content.
JsonAutoDetect - Annotation Type in org.codehaus.jackson.annotate
Class annotation that can be used to define which kinds of Methods are to be detected by auto-detection.
JsonAutoDetect.Visibility - Enum in org.codehaus.jackson.annotate
Enumeration for possible visibility thresholds (minimum visibility) that can be used to limit which methods (and fields) are auto-detected.
JsonBackReference - Annotation Type in org.codehaus.jackson.annotate
Annotation used to indicate that associated property is part of two-way linkage between fields; and that its role is "child" (or "back") link.
JsonCachable - Annotation Type in org.codehaus.jackson.map.annotate
Marker annotation used to denote whether given instance (currently only used with JsonDeserializer) can be cached.
JsonClass - Annotation Type in org.codehaus.jackson.annotate
Deprecated. As of version 1.1, use JsonDeserialize.as() instead
JsonContentClass - Annotation Type in org.codehaus.jackson.annotate
Deprecated. As of version 1.1, use JsonDeserialize.contentAs() instead
JsonCreator - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that can be used to define constructors and factory methods as one to use for instantiating new instances of the associated class.
JsonDeserialize - Annotation Type in org.codehaus.jackson.map.annotate
Annotation use for configuring deserialization aspects, by attaching to "setter" methods or fields, or to value classes.
JsonDeserializer<T> - Class in org.codehaus.jackson.map
Abstract class that defines API used by ObjectMapper (and other chained JsonDeserializers too) to deserialize Objects of arbitrary types from JSON, using provided JsonParser.
JsonDeserializer() - Constructor for class org.codehaus.jackson.map.JsonDeserializer
 
JsonDeserializer.None - Class in org.codehaus.jackson.map
This marker class is only to be used with annotations, to indicate that no deserializer is configured.
JsonDeserializer.None() - Constructor for class org.codehaus.jackson.map.JsonDeserializer.None
 
JsonEncoding - Enum in org.codehaus.jackson
Enumeration that defines legal encodings that can be used for JSON content, based on list of allowed encodings from JSON specification.
JsonFactory - Class in org.codehaus.jackson
The main factory class of Jackson package, used to configure and construct reader (aka parser, JsonParser) and writer (aka generator, JsonGenerator) instances.
JsonFactory() - Constructor for class org.codehaus.jackson.JsonFactory
Default constructor used to create factory instances.
JsonFactory(ObjectCodec) - Constructor for class org.codehaus.jackson.JsonFactory
 
jsonFactory - Variable in class org.codehaus.jackson.smile.Tool
 
JsonFilter - Annotation Type in org.codehaus.jackson.map.annotate
Annotation used to indicate which logical filter is to be used for filtering out properties of type (class) annotated; association made by this annotation declaring ids of filters, and ObjectMapper (or objects it delegates to) providing matching filters by id.
JsonGenerationException - Exception in org.codehaus.jackson
Exception type for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example).
JsonGenerationException(Throwable) - Constructor for exception org.codehaus.jackson.JsonGenerationException
 
JsonGenerationException(String) - Constructor for exception org.codehaus.jackson.JsonGenerationException
 
JsonGenerationException(String, Throwable) - Constructor for exception org.codehaus.jackson.JsonGenerationException
 
JsonGenerator - Class in org.codehaus.jackson
Base class that defines public API for writing JSON content.
JsonGenerator() - Constructor for class org.codehaus.jackson.JsonGenerator
 
JsonGenerator.Feature - Enum in org.codehaus.jackson
Enumeration that defines all togglable features for generators.
JsonGeneratorBase - Class in org.codehaus.jackson.impl
This base class implements part of API that a JSON generator exposes to applications, adds shared internal methods that sub-classes can use and adds some abstract methods sub-classes must implement.
JsonGeneratorBase(int, ObjectCodec) - Constructor for class org.codehaus.jackson.impl.JsonGeneratorBase
 
JsonGeneratorDelegate - Class in org.codehaus.jackson.util
 
JsonGeneratorDelegate(JsonGenerator) - Constructor for class org.codehaus.jackson.util.JsonGeneratorDelegate
 
JsonGetter - Annotation Type in org.codehaus.jackson.annotate
Deprecated. Use JsonProperty instead (deprecated since version 1.5)
JsonIgnore - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that indicates that the annotated method or field is to be ignored by introspection-based serialization and deserialization functionality.
JsonIgnoreProperties - Annotation Type in org.codehaus.jackson.annotate
Annotation that can be used to either suppress serialization of properties (during serialization), or ignore processing of JSON properties read (during deserialization).
JsonIgnoreType - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that indicates that all properties of annotated type are to be ignored during serialization and deserialization.
JsonKeyClass - Annotation Type in org.codehaus.jackson.annotate
Deprecated. As of version 1.1, use JsonDeserialize.keyAs() instead
JsonLocation - Class in org.codehaus.jackson
Object that encapsulates Location information used for reporting parsing (or potentially generation) errors, as well as current location within input streams.
JsonLocation(Object, long, int, int) - Constructor for class org.codehaus.jackson.JsonLocation
 
JsonLocation(Object, long, long, int, int) - Constructor for class org.codehaus.jackson.JsonLocation
 
JsonManagedReference - Annotation Type in org.codehaus.jackson.annotate
Annotation used to indicate that annotated property is part of two-way linkage between fields; and that its role is "parent" (or "forward") link.
JsonMappingException - Exception in org.codehaus.jackson.map
Checked exception used to signal fatal problems with mapping of content.
JsonMappingException(String) - Constructor for exception org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, Throwable) - Constructor for exception org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, JsonLocation) - Constructor for exception org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, JsonLocation, Throwable) - Constructor for exception org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException.Reference - Class in org.codehaus.jackson.map
Simple bean class used to contain references.
JsonMappingException.Reference() - Constructor for class org.codehaus.jackson.map.JsonMappingException.Reference
Default constructor for deserialization/sub-classing purposes
JsonMappingException.Reference(Object) - Constructor for class org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingException.Reference(Object, String) - Constructor for class org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingException.Reference(Object, int) - Constructor for class org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingExceptionMapper - Class in org.codehaus.jackson.jaxrs
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
JsonMappingExceptionMapper() - Constructor for class org.codehaus.jackson.jaxrs.JsonMappingExceptionMapper
 
JsonMethod - Enum in org.codehaus.jackson.annotate
Enumeration used to define kinds of methods that annotations like JsonAutoDetect apply to.
JsonNode - Class in org.codehaus.jackson
Base class for all JSON nodes, which form the basis of JSON Tree Model that Jackson implements.
JsonNode() - Constructor for class org.codehaus.jackson.JsonNode
 
JsonNodeDeserializer - Class in org.codehaus.jackson.map.deser
Deserializer that can build instances of JsonNode from any JSON content, using appropriate JsonNode type.
JsonNodeDeserializer() - Constructor for class org.codehaus.jackson.map.deser.JsonNodeDeserializer
 
JsonNodeFactory - Class in org.codehaus.jackson.node
Base class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.
JsonNodeFactory() - Constructor for class org.codehaus.jackson.node.JsonNodeFactory
 
JsonNumericParserBase - Class in org.codehaus.jackson.impl
Another intermediate base class used by all Jackson JsonParser implementations.
JsonNumericParserBase(IOContext, int) - Constructor for class org.codehaus.jackson.impl.JsonNumericParserBase
 
JsonParseException - Exception in org.codehaus.jackson
Exception type for parsing problems, used when non-well-formed content (content that does not conform to JSON syntax as per specification) is encountered.
JsonParseException(String, JsonLocation) - Constructor for exception org.codehaus.jackson.JsonParseException
 
JsonParseException(String, JsonLocation, Throwable) - Constructor for exception org.codehaus.jackson.JsonParseException
 
JsonParseExceptionMapper - Class in org.codehaus.jackson.jaxrs
Implementation of