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

A

add(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
Method called to add specified annotation 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.
addBeanProps(DeserializationConfig, BasicBeanDescription, BeanDeserializer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method called to figure out settable properties for the bean deserializer to use.
addDelegatingConstructor(AnnotatedConstructor) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addDelegatingFactory(AnnotatedMethod) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
addDeserializerCreators(DeserializationConfig, BasicBeanDescription, BeanDeserializer) - 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.
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.BeanDeserializer
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
 
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.
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.BeanDeserializer
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
 
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).
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.
allocTokenBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
allocWriteEncodingBuffer() - Method in class org.codehaus.jackson.io.IOContext
 
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(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
 
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.
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
 
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
 
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 array serializer implementations.
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.ObjectArraySerializer - Class in org.codehaus.jackson.map.ser
Generic serializer for Object arrays (Object[]).
ArraySerializers.ObjectArraySerializer(JavaType, boolean, TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
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
 
ArraySerializers.StringArraySerializer() - 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) - 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) - 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
 
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, 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, String) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
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
 
AsWrapperTypeDeserializer - Class in org.codehaus.jackson.map.jsontype.impl
Type deserializer used with JsonTypeInfo.As#WRAPPER_OBJECT inclusion mechanism.
AsWrapperTypeDeserializer(JavaType, TypeIdResolver) - 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) - Constructor for class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
available() - Method in class org.codehaus.jackson.io.MergedStream
 

B

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.
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(JavaType) - Constructor for class org.codehaus.jackson.map.deser.BeanDeserializer
 
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
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.
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(String, 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
BeanSerializer - Class in org.codehaus.jackson.map.ser
Serializer class that can serialize arbitrary bean objects.
BeanSerializer(Class<?>, BeanPropertyWriter[]) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
 
BeanSerializer(Class<?>, BeanPropertyWriter[], BeanPropertyWriter[]) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
Alternate constructor used when class being serialized can have dynamically enabled Json Views
BeanSerializer(Class<?>, Collection<BeanPropertyWriter>) - Constructor for class org.codehaus.jackson.map.ser.BeanSerializer
 
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
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.
beforeArrayValues(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
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.
beforeObjectEntries(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
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.
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.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
 
buildBeanDeserializer(DeserializationConfig, JavaType, BasicBeanDescription) - 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(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildEnumMapSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildEnumSetSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIndexedListSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIterableSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildIteratorSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
buildMapSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Map types.
buildObjectArraySerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Object[] (and subtypes).
buildProperty(String, JsonSerializer<Object>, TypeSerializer, TypeSerializer, AnnotatedMember, boolean) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
buildThrowableDeserializer(DeserializationConfig, JavaType, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
buildTypeDeserializer(JavaType, Collection<NamedType>) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeDeserializer(JavaType, Collection<NamedType>) - 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>) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
buildTypeSerializer(JavaType, Collection<NamedType>) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
buildTypeSerializer(JavaType, Collection<NamedType>) - 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>) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
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
 
CHAR_NULL - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
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.
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.ReaderBasedParser
 
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.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(Annotated, MapperConfig<?>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.util.SubTypeHelper
 
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.
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(Class<?>, JsonDeserializer<Object>) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
Deprecated. 
CollectionDeserializer(Class<?>, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
 
CollectionDeserializer(Class<?>, JsonDeserializer<Object>, TypeDeserializer, Constructor<Collection<Object>>) - Constructor for class org.codehaus.jackson.map.deser.CollectionDeserializer
 
collectionSerializer(JavaType, boolean, TypeSerializer) - 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.
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(T, int) - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
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.
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<?>>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.ser.EnumSerializer
 
construct(String[], JavaType, boolean, TypeSerializer) - 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, 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.
constructBeanDeserializerInstance(DeserializationConfig, JavaType, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method for construcing "empty" deserializer: overridable to allow sub-classing of BeanDeserializer.
constructBeanSerializer(SerializationConfig, 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
 
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)
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
 
constructParser(int, ObjectCodec, BytesToNameCanonicalizer, CharsToNameCanonicalizer) - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
 
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
 
constructThrowableDeserializerInstance(DeserializationConfig, JavaType, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
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.
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.
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.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) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
ContainerSerializers.EnumSetSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.EnumSetSerializer(JavaType) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
ContainerSerializers.IndexedListSerializer - Class in org.codehaus.jackson.map.ser
This is an optimizied 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) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
ContainerSerializers.IterableSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IterableSerializer(JavaType, boolean, TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
ContainerSerializers.IteratorSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IteratorSerializer(JavaType, boolean, TypeSerializer) - 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
 
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
 
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.DOMDocumentDeserializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLDeserializers.DOMDocumentDeserializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DOMDocumentDeserializer
 
CoreXMLDeserializers.DOMNodeDeserializer - Class in org.codehaus.jackson.map.ext
 
CoreXMLDeserializers.DOMNodeDeserializer() - Constructor for class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DOMNodeDeserializer
 
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
 
createArrayDeserializer(DeserializationConfig, ArrayType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createArrayDeserializer(DeserializationConfig, ArrayType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
 
createArrayDeserializer(DeserializationConfig, ArrayType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to create (or, for completely immutable deserializers, reuse) a deserializer that can convert Json content into values of specified Java type.
createArrayNode() - Method in class org.codehaus.jackson.map.ObjectMapper
Note: return type is co-variant, as basic ObjectCodec abstraction can not refer to concrete node types (as it's part of core package, whereas impls are part of mapper package)
createArrayNode() - Method in class org.codehaus.jackson.ObjectCodec
Method for construct root level Array nodes for Tree Model instances.
createBeanDeserializer(DeserializationConfig, JavaType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createBeanDeserializer(DeserializationConfig, JavaType, DeserializerProvider) - 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, JavaType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
 
createBeanDeserializer(DeserializationConfig, JavaType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to create (or, for completely immutable deserializers, reuse) a deserializer that can convert Json content into values of specified Java "bean" (POJO) type.
createChildArrayContext(int, int) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
createChildArrayContext() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
createChildObjectContext(int, int) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
createChildObjectContext() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
createCollectionDeserializer(DeserializationConfig, CollectionType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createCollectionDeserializer(DeserializationConfig, CollectionType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createDummy(Class<?>) - Static method in class org.codehaus.jackson.map.ser.BeanSerializer
Method for constructing dummy bean deserializer; one that never outputs any properties
createEnumDeserializer(DeserializationConfig, Class<?>, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Factory method for constructing serializers of Enum types.
createEnumDeserializer(DeserializationConfig, Class<?>, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.CustomDeserializerFactory
 
createEnumDeserializer(DeserializationConfig, Class<?>, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
createFlattened(JsonParser, JsonParser) - Static method in class org.codehaus.jackson.util.JsonParserSequence
Method that will construct a parser (possibly a sequence) that contains all given sub-parsers.
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).
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
 
createMapDeserializer(DeserializationConfig, MapType, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createMapDeserializer(DeserializationConfig, MapType, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
 
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(Class<T>, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Main serializer constructor method.
createSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
 
createSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Main serializer constructor method.
createSerializer(Class<T>, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
createSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
 
createSerializer(Class<T>, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Deprecated. Use SerializerFactory.createSerializer(JavaType,SerializationConfig) instead
createSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Method called to create (or, for immutable serializers, reuse) a serializer for given type.
createTreeDeserializer(DeserializationConfig, Class<? extends JsonNode>, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
createTreeDeserializer(DeserializationConfig, Class<? extends JsonNode>, DeserializerProvider) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to create and return a deserializer that can construct JsonNode(s) from Json content.
createTypeSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Method called to construct a type serializer for values with given declared base type.
createTypeSerializer(JavaType, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Method called to create a type information serializer for given base type, if one is needed.
createUnshared(TypeResolverBuilder<?>, VisibilityChecker<?>) - 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(TypeResolverBuilder<?>, VisibilityChecker<?>) - 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<?>) - 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
 
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
 

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_INTROSPECTOR - Static variable in class org.codehaus.jackson.map.ObjectMapper
 
DEFAULT_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
DEFAULT_NULL_KEY_SERIALIZER - Static variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
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
Default PrettyPrinter implementation that uses 2-space indentation with platform-default linefeeds.
DefaultPrettyPrinter() - Constructor for class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
DefaultPrettyPrinter.FixedSpaceIndenter - Class in org.codehaus.jackson.impl
This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.FixedSpaceIndenter() - Constructor for class org.codehaus.jackson.impl.DefaultPrettyPrinter.FixedSpaceIndenter
 
DefaultPrettyPrinter.Lf2SpacesIndenter - Class in org.codehaus.jackson.impl
Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.Lf2SpacesIndenter() - Constructor for class org.codehaus.jackson.impl.DefaultPrettyPrinter.Lf2SpacesIndenter
 
DefaultPrettyPrinter.NopIndenter - Class in org.codehaus.jackson.impl
Dummy implementation that adds no indentation whatsoever
DefaultPrettyPrinter.NopIndenter() - Constructor for class org.codehaus.jackson.impl.DefaultPrettyPrinter.NopIndenter
 
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.
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.
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.
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<?>) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, HashMap<ClassKey, Class<?>>, TypeResolverBuilder<?>, VisibilityChecker<?>) - 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.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.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.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.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.UntypedObjectDeserializer
 
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.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.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
 
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
 
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.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.MapDeserializer
 
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.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.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(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
 
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
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
 
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(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
 
enableDefaultTyping() - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method that is equivalant to calling
enableDefaultTyping(ObjectMapper.DefaultTyping) - Method in class org.codehaus.jackson.map.ObjectMapper
Convenience method that is equivalant to calling
enableDefaultTyping(ObjectMapper.DefaultTyping, JsonTypeInfo.As) - Method in class org.codehaus.jackson.map.ObjectMapper
 
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.
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
 
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
 
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) - 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 all 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) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
EnumValues - Class in org.codehaus.jackson.map.util
 
equals(Object) - Method in class org.codehaus.jackson.JsonLocation
 
equals(Object) - Method in class org.codehaus.jackson.JsonNode
Note: marked as abstract to ensure all implementation classes define it properly.
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.TypedKeyFull
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyRaw
 
equals(Object) - Method in class org.codehaus.jackson.map.ser.SerializerCache.UntypedKeyRaw
 
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
 
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
 
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
 
find(String, Class<?>[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
find(Method) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
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) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Finds the XmlAdapter for the specified annotation.
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)
findAnySetter() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method used to locate the method of introspected class that implements JsonAnySetter.
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
 
findBeanProperties(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method used to collect all actual serializable properties.
findBeanSerializer(JavaType, SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method that will try to construct a BeanSerializer for given class.
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method that checks whether specified class has annotations that indicate that it is (or is not) cachable.
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findCachability(AnnotatedClass) - Method in class org.codehaus.jackson.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
 
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
Method for getting a deserializer definition on specified method or field.
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializer(DeserializationConfig, DeserializerProvider, JavaType, String, Map<JavaType, JsonDeserializer<Object>>) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
Helper method used to locate deserializers for properties the bean itself contains.
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializerFromAnnotation(DeserializationConfig, Annotated) - 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.
findEnum(String) - Method in class org.codehaus.jackson.map.deser.EnumResolver
 
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.
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) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Find the JAXB property name for the given annotated element.
findJaxbSpecifiedPropertyName(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Find the property name for the specified annotated method.
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) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findKeyDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method called to get hold of a deserializer to use for deserializing keys for Map.
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findKeyDeserializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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.
findNamespace(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method that can be called to figure out generic namespace property for an annotated object.
findNamespace(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
Combination logic is such that if the primary returns non-null non-empty namespace, that is returned.
findNamespace(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findNamespace(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findNamespace(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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) - 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
 
findPropertyContentTypeResolver(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findPropertyContentTypeResolver(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyContentTypeSerializer(JavaType, SerializationConfig, AnnotatedMember) - 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.
findPropertyDescriptors(Class<?>) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Helper method for finding all complete property descriptors of given class.
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) - 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
 
findPropertyTypeResolver(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findPropertyTypeResolver(AnnotatedMember, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findPropertyTypeSerializer(JavaType, SerializationConfig, AnnotatedMember) - 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.
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(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.map.introspect.NopAnnotationIntrospector
 
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
Method for getting a serializer definition on specified method or field.
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSerializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializerByAddonType(JavaType, SerializationConfig, BasicBeanDescription) - 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) - 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) - 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) - 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.map.introspect.NopAnnotationIntrospector
 
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.
findSymbol(char[], int, int, int) - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
findType(String) - Method in class org.codehaus.jackson.map.type.TypeBindings
 
findTypeDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
findTypeDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerFactory
Method called to find and create a type information deserializer for given base type, if one is needed.
findTypedValueDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findTypedValueDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.DeserializerProvider
Method called to locate deserializer for given type, as well as matching type deserializer (if one is needed); and if type deserializer is needed, construct a "wrapped" deserializer that can extract and use type information for calling actual deserializer.
findTypedValueSerializer(Class<?>, boolean) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findTypedValueSerializer(JavaType, boolean) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findTypedValueSerializer(Class<?>, boolean) - 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) - 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.
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.map.introspect.NopAnnotationIntrospector
 
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.map.introspect.NopAnnotationIntrospector
 
findTypeResolver(AnnotatedClass, JavaType) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findValueDeserializer(DeserializationConfig, JavaType, JavaType, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
findValueDeserializer(DeserializationConfig, JavaType, JavaType, String) - 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).
findValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
findValueSerializer(JavaType) - 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<?>) - 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) - Method in class org.codehaus.jackson.map.SerializerProvider
 
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.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.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, Class<?>, 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, Class<?>, 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, Class<?>, 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, Class<?>, ClassIntrospector.MixInResolver) - Method in class org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
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<Object, JsonSerializer<Object>>) - Static method in class org.codehaus.jackson.map.ser.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
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.PatternDeserializer - Class in org.codehaus.jackson.map.deser
 
FromStringDeserializer.PatternDeserializer() - Constructor for class org.codehaus.jackson.map.deser.FromStringDeserializer.PatternDeserializer
 
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(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
 
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.
getAnnotated() - Method in class org.codehaus.jackson.map.introspect.Annotated
 
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
 
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
 
getAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
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.
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
 
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.JsonParserBase
 
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() - Method in class org.codehaus.jackson.node.TextNode
 
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(Base64Variant) - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
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
 
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
 
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.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.DeserializationContext
Method for accessing configuration setting object for currently active deserialization.
getConfig() - Method in class org.codehaus.jackson.map.SerializerProvider
 
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
 
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)
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.JsonReadContext
 
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
 
getCurrentName() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
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.TextBuffer
 
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 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.CreatorProperty
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
getDeclaringClass() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
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
 
getDefaultBean() - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
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
 
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
 
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
 
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.
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.
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.node.MissingNode
 
getInstance() - Static method in class org.codehaus.jackson.node.NullNode
 
getIntBuilder() - Method in class org.codehaus.jackson.map.util.ArrayBuilders
 
getIntValue() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
getIntValue() - Method in class org.codehaus.jackson.JsonNode
 
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() - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
getKeySerializer() - Method in class org.codehaus.jackson.map.SerializerProvider
Method called to get the serializer to use for serializing non-null Map keys.
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
 
getMapClass() - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
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
 
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 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
 
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.
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
 
getName() - Method in class org.codehaus.jackson.Base64Variant
 
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
 
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.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.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() - 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
 
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.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
 
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.
getPropertyName() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
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
 
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
 
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.
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.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.ObjectArraySerializer
 
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.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.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.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.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.XmlAdapterJsonSerializer
 
getSchemaNode() - Method in class org.codehaus.jackson.schema.JsonSchema
Note: this method is specified with JsonValue annotation to represent serialization to use; same as if explicitly serializing returned object.
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, equivalent to calling SerializationConfig.getSerializationView().
getSerializer() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
getSerializerProvider() - Method in class org.codehaus.jackson.map.ObjectMapper
 
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
 
getSuffix() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
getterEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
getText() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method for accessing textual representation of the current event; if no current event (before first call to JsonParserBase.nextToken(), or after encountering end-of-input), returns null.
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.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.JsonParserBase
 
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.util.JsonParserDelegate
 
getTextCharacters() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextLength() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
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.util.JsonParserDelegate
 
getTextLength() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
getTextOffset() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
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.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.BeanDescription
Method for accessing declared type of bean being introspected, including full generic type information (from declaration)
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() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
getType() - Method in class org.codehaus.jackson.type.TypeReference
 
getTypeDesc() - Method in class org.codehaus.jackson.JsonStreamContext
 
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.
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.
getValue() - Method in class org.codehaus.jackson.map.util.JSONPObject
 
getValue() - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
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.ArrayDeserializer
 
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; null for non-structured (scalar) types.
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.
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.
hasAnnotation(Class<A>) - Method in class org.codehaus.jackson.map.introspect.Annotated
 
hasAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
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.map.introspect.NopAnnotationIntrospector
 
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.map.introspect.NopAnnotationIntrospector
 
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
 
hasGetterSignature(Method) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
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.TypedKeyFull
 
hashCode() - Method in class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyRaw
 
hashCode() - Method in class org.codehaus.jackson.map.ser.SerializerCache.UntypedKeyRaw
 
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
 
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
 
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.
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.

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
 
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.impl.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.impl.DefaultPrettyPrinter
 
indexedListSerializer(JavaType, boolean, TypeSerializer) - Static method in class org.codehaus.jackson.map.ser.ContainerSerializers
 
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
insertArray(int) - Method in class org.codehaus.jackson.node.ArrayNode
 
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
 
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.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.ArraySerializers.ObjectArraySerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Stateless global singleton instance that should be used for factories that want to use delegation to access standard serializers.
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.ContainerSerializers.CollectionSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.MapSerializer
Default instance that can be used for Map types that have no specific custom annotations.
instance - Static variable in class org.codehaus.jackson.map.ser.NullSerializer
 
instance() - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
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.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 variable in class org.codehaus.jackson.map.util.SubTypeHelper
 
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_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_MINUS - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
INT_PLUS - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
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(Class<?>) - 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 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 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(Class<?>) - 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
 
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.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() - 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
 
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
Checked 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
 
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
 
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
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
 
isInline() - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.FixedSpaceIndenter
 
isInline() - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.Lf2SpacesIndenter
 
isInline() - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.NopIndenter
 
isInline() - Method in interface org.codehaus.jackson.impl.Indenter
 
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.
isInvisible(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Whether the specified method (assumed to be a property) is invisible, per the JAXB 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
 
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
 
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
 
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
 
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) - 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) - 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.
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<?>) - 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
 
JdkSerializers - Class in org.codehaus.jackson.map.ser
Class used for namespacing and to contain serializers for misc JDK types that can not use regular ToStringSerializer or such
JdkSerializers() - Constructor for class org.codehaus.jackson.map.ser.JdkSerializers
 
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 - Class in org.codehaus.jackson.map.ext
Basic deserializer for DateTime.
JodaDeserializers.DateTimeDeserializer() - 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
 
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.
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
 
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).
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
 
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 ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
JsonParseExceptionMapper() - Constructor for class org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
 
JsonParser - Class in org.codehaus.jackson
Base class that defines public API for reading JSON content.
JsonParser() - Constructor for class org.codehaus.jackson.JsonParser
 
JsonParser.Feature - Enum in org.codehaus.jackson
Enumeration that defines all togglable features for parsers.
JsonParser.NumberType - Enum in org.codehaus.jackson
Enumeration of possible "native" (optimal) types that can be used for numbers.
JsonParserBase - Class in org.codehaus.jackson.impl
Intermediate base class used by all Jackson JsonParser implementations.
JsonParserBase(IOContext, int) - Constructor for class org.codehaus.jackson.impl.JsonParserBase
 
JsonParserDelegate - Class in org.codehaus.jackson.util
Helper class that implements delegation pattern for JsonParser, to allow for simple overridability of basic parsing functionality.
JsonParserDelegate(JsonParser) - Constructor for class org.codehaus.jackson.util.JsonParserDelegate
 
JsonParserSequence - Class in org.codehaus.jackson.util
Helper class that can be used to sequence multiple physical JsonParsers to create a single logical sequence of tokens, as a single JsonParser.
JsonParserSequence(JsonParser[]) - Constructor for class org.codehaus.jackson.util.JsonParserSequence
 
JSONPObject - Class in org.codehaus.jackson.map.util
Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
JSONPObject(String, Object) - Constructor for class org.codehaus.jackson.map.util.JSONPObject
 
JSONPObject(String, Object, JavaType) - Constructor for class org.codehaus.jackson.map.util.JSONPObject
 
JSONPObject(String, Object, Class<?>) - Constructor for class org.codehaus.jackson.map.util.JSONPObject
 
JsonProcessingException - Exception in org.codehaus.jackson
Intermediate base class for all problems encountered when processing (parsing, generating) JSON content that are not pure I/O problems.
JsonProcessingException(String, JsonLocation, Throwable) - Constructor for exception org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String) - Constructor for exception org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String, JsonLocation) - Constructor for exception org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String, Throwable) - Constructor for exception org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(Throwable) - Constructor for exception org.codehaus.jackson.JsonProcessingException
 
JsonProperty - Annotation Type in org.codehaus.jackson.annotate
Marker annotation that can be used to define a non-static method as a "setter" or "getter" for a logical property (depending on its signature), or non-static object field to be used (serialized, deserialized) as a logical property.
JsonPropertyOrder - Annotation Type in org.codehaus.jackson.annotate
Annotation that can be used to define ordering (possibly partial) to use when serializing object properties.
JsonReadContext - Class in org.codehaus.jackson.impl
Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to parser implementation classes.
JsonReadContext(JsonReadContext, int, int, int) - Constructor for class org.codehaus.jackson.impl.JsonReadContext
 
JsonSchema - Class in org.codehaus.jackson.schema
A JsonNode that represents a JSON-Schema instance.
JsonSchema(ObjectNode) - Constructor for class org.codehaus.jackson.schema.JsonSchema
Main constructor for schema instances.
JsonSerializable - Interface in org.codehaus.jackson.map
Deprecated. Use JsonSerializableWithType instead
JsonSerializableSchema - Annotation Type in org.codehaus.jackson.schema
Annotation that can be used to define JSON Schema definition for the annotated class.
JsonSerializableWithType - Interface in org.codehaus.jackson.map
Interface that is to replace JsonSerializable to allow for dynamic type information embedding.
JsonSerialize - Annotation Type in org.codehaus.jackson.map.annotate
Annotation used for configuring serialization aspects, by attaching to "getter" methods or fields, or to value classes.
JsonSerialize.Inclusion - Enum in org.codehaus.jackson.map.annotate
Enumeration used with JsonSerialize.include() property to define which properties of Java Beans are to be included in serialization
JsonSerialize.Typing - Enum in org.codehaus.jackson.map.annotate
Enumeration used with JsonSerialize.typing() property to define whether type detection is based on dynamic runtime type (DYNAMIC) or declared type (STATIC).
JsonSerializer<T> - Class in org.codehaus.jackson.map
Abstract class that defines API used by ObjectMapper (and other chained JsonSerializers too) to serialize Objects of arbitrary types into JSON, using provided JsonGenerator.
JsonSerializer() - Constructor for class org.codehaus.jackson.map.JsonSerializer
 
JsonSerializer.None - Class in org.codehaus.jackson.map
This marker class is only to be used with annotations, to indicate that no serializer is configured.
JsonSerializer.None() - Constructor for class org.codehaus.jackson.map.JsonSerializer.None
 
JsonSetter - Annotation Type in org.codehaus.jackson.annotate
Deprecated. Use JsonProperty instead (deprecated since version 1.5)
JsonStreamContext - Class in org.codehaus.jackson
Shared base class for streaming processing contexts used during reading and writing of Json content using Streaming API.
JsonStreamContext(int) - Constructor for class org.codehaus.jackson.JsonStreamContext
 
JsonSubTypes - Annotation Type in org.codehaus.jackson.annotate
Annotation used with JsonTypeInfo to indicate sub types of serializable polymorphic types, and to associate logical names used within JSON content (which is more portable than using physical Java class names).
JsonSubTypes.Type - Annotation Type in org.codehaus.jackson.annotate
Definition of a subtype, along with optional name.
JsonToken - Enum in org.codehaus.jackson
Enumeration for basic token types used for returning results of parsing JSON content.
JsonTypeIdResolver - Annotation Type in org.codehaus.jackson.map.annotate
Annotation that can be used to plug a custom type identifier handler (TypeIdResolver) to be used by TypeSerializers and TypeDeserializers for converting between java types and type id included in JSON content.
JsonTypeInfo - Annotation Type in org.codehaus.jackson.annotate
Annotation used for configuring details of if and how type information is used with JSON serialization and deserialization, to preserve information about actual class of Object instances.
JsonTypeInfo.As - Enum in org.codehaus.jackson.annotate
Definition of standard type inclusion mechanisms for type metadata.
JsonTypeInfo.Id - Enum in org.codehaus.jackson.annotate
Definition of different type identifiers that can be included in JSON during serialization, and used for deserialization.
JsonTypeName - Annotation Type in org.codehaus.jackson.annotate
Annotation used for binding logical name that the annotated class has.
JsonTypeResolver - Annotation Type in org.codehaus.jackson.map.annotate
Annotation that can be used to explicitly define custom resolver used for handling serialization and deserialization of type information, needed for handling of polymorphic types (or sometimes just for linking abstract types to concrete types)
JsonValue - Annotation Type in org.codehaus.jackson.annotate
Marker annotation similar to XmlValue that indicates that results of the annotated "getter" method (which means signature must be that of getters; non-void return type, no args) is to be used as the single value to serialize for the instance.
JsonValueSerializer - Class in org.codehaus.jackson.map.ser
Serializer class that can serialize Object that have a JsonValue annotation to indicate that serialization should be done by calling the method annotated, and serializing result it returns.
JsonValueSerializer(Method, JsonSerializer<Object>) - Constructor for class org.codehaus.jackson.map.ser.JsonValueSerializer
 
JsonView - Annotation Type in org.codehaus.jackson.map.annotate
Annotation used for indicating view(s) that the property that is defined by method or field annotated is part of.
JSONWrappedObject - Class in org.codehaus.jackson.map.util
General-purpose wrapper class that can be used to decorate serialized value with arbitrary literal prefix and suffix.
JSONWrappedObject(String, String, Object) - Constructor for class org.codehaus.jackson.map.util.JSONWrappedObject
 
JSONWrappedObject(String, String, Object, JavaType) - Constructor for class org.codehaus.jackson.map.util.JSONWrappedObject
 
JSONWrappedObject(String, String, Object, Class<?>) - Constructor for class org.codehaus.jackson.map.util.JSONWrappedObject
 
JsonWriteContext - Class in org.codehaus.jackson.impl
Extension of JsonStreamContext, which implements core methods needed, and also exposes more complete API to generator implementation classes.
JsonWriteContext(int, JsonWriteContext) - Constructor for class org.codehaus.jackson.impl.JsonWriteContext
 
JsonWriteNullProperties - Annotation Type in org.codehaus.jackson.annotate
Annotation that can be used to define whether object properties that have null values are to be written out when serializing content as JSON.

K

KeyDeserializer - Class in org.codehaus.jackson.map
Abstract class that defines API used for deserializing Json content field names into Java Map keys.
KeyDeserializer() - Constructor for class org.codehaus.jackson.map.KeyDeserializer
 
KeyDeserializer.None - Class in org.codehaus.jackson.map
This marker class is only to be used with annotations, to indicate that no deserializer is configured.
KeyDeserializer.None() - Constructor for class org.codehaus.jackson.map.KeyDeserializer.None
 

L

lastValidIndex() - Method in class org.codehaus.jackson.map.deser.EnumResolver
 
leaseObjectBuffer() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
leaseObjectBuffer() - Method in class org.codehaus.jackson.map.DeserializationContext
Method that can be used to get access to a reusable ObjectBuffer, useful for efficiently constructing Object arrays and Lists.
LinkedNode<T> - Class in org.codehaus.jackson.map.util
Node of a forward-only linked list.
LinkedNode(T, LinkedNode<T>) - Constructor for class org.codehaus.jackson.map.util.LinkedNode
 
loadMore() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
loadMore() - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
 
loadMore() - Method in class org.codehaus.jackson.impl.StreamBasedParserBase
 
loadMoreGuaranteed() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
locateMapper(Class<?>, MediaType) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method called to locate ObjectMapper to use for serialization and deserialization.
LongNode - Class in org.codehaus.jackson.node
Numeric node that contains simple 64-bit integer values.
LongNode(long) - Constructor for class org.codehaus.jackson.node.LongNode
 
looksLikeISO8601(String) - Method in class org.codehaus.jackson.map.util.StdDateFormat
Overridable helper method used to figure out which of supported formats is the likeliest match.

M

makeChild(boolean, boolean) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
makeChild(boolean, boolean) - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
"Factory" method; will create a new child instance of this symbol table.
mangleGetterName(Annotated, String) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
manglePropertyName(String) - Static method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method called to figure out name of the property, given corresponding suggested name based on a method or field name.
mangleSetterName(Annotated, String) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
mapArray(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.UntypedObjectDeserializer
 
MapDeserializer - Class in org.codehaus.jackson.map.deser
Basic serializer that can take Json "Object" structure and construct a Map instance, with typed contents.
MapDeserializer(JavaType, Constructor<Map<Object, Object>>, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - Constructor for class org.codehaus.jackson.map.deser.MapDeserializer
 
mapObject(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.UntypedObjectDeserializer
 
mapper() - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
MapperConfig<T extends MapperConfig<T>> - Interface in org.codehaus.jackson.map
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such.
MapperConfigurator - Class in org.codehaus.jackson.jaxrs
Helper class used to encapsulate details of configuring an ObjectMapper instance to be used for data binding, as well as accessing it.
MapperConfigurator(ObjectMapper, Annotations[]) - Constructor for class org.codehaus.jackson.jaxrs.MapperConfigurator
 
mappingException(Class<?>) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
mappingException(Class<?>) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing generic mapping exception for specified type
MappingJsonFactory - Class in org.codehaus.jackson.map
Sub-class of JsonFactory that will create a proper ObjectCodec to allow seamless conversions between Json content and Java objects (POJOs).
MappingJsonFactory() - Constructor for class org.codehaus.jackson.map.MappingJsonFactory
 
MappingJsonFactory(ObjectMapper) - Constructor for class org.codehaus.jackson.map.MappingJsonFactory
 
MapSerializer - Class in org.codehaus.jackson.map.ser
Standard serializer implementation for serializing {link java.util.Map} types.
MapSerializer() - Constructor for class org.codehaus.jackson.map.ser.MapSerializer
 
MapSerializer(HashSet<String>, JavaType, boolean, TypeSerializer) - Constructor for class org.codehaus.jackson.map.ser.MapSerializer
 
MapType - Class in org.codehaus.jackson.map.type
Type that represents Java Map types.
mapType(Class<? extends Map>, Class<?>, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Convenience factory method for constructing JavaType that represent Map of specified type and contains elements of specified type
mapType(Class<? extends Map>, JavaType, JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Convenience factory method for constructing JavaType that represent Map of specified type and contains elements of specified type
mark(int) - Method in class org.codehaus.jackson.io.MergedStream
 
markSupported() - Method in class org.codehaus.jackson.io.MergedStream
 
MAX_TABLE_SIZE - Static variable in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Let's not expand symbol tables past some maximum size; this should protected against OOMEs caused by large documents with uniquer (~= random) names.
MAX_TABLE_SIZE - Static variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Let's not expand symbol tables past some maximum size; this should protected against OOMEs caused by large documents with uniquer (~= random) names.
maybeDirty() - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Method called to check to quickly see if a child symbol table may have gotten additional entries.
maybeDirty() - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
mByteBuffers - Variable in class org.codehaus.jackson.util.BufferRecycler
 
mCharBuffers - Variable in class org.codehaus.jackson.util.BufferRecycler
 
mContext - Variable in class org.codehaus.jackson.io.UTF8Writer
 
MemberKey - Class in org.codehaus.jackson.map.introspect
Helper class needed to be able to efficiently access class member functions (Methods and Constructors) in Maps.
MemberKey(Method) - Constructor for class org.codehaus.jackson.map.introspect.MemberKey
 
MemberKey(Constructor<?>) - Constructor for class org.codehaus.jackson.map.introspect.MemberKey
 
MemberKey(String, Class<?>[]) - Constructor for class org.codehaus.jackson.map.introspect.MemberKey
 
memberMethods() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
MergedStream - Class in org.codehaus.jackson.io
Simple InputStream implementation that is used to "unwind" some data previously read from an input stream; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original stream.
MergedStream(IOContext, InputStream, byte[], int, int) - Constructor for class org.codehaus.jackson.io.MergedStream
 
MethodFilter - Interface in org.codehaus.jackson.map.introspect
Simple interface that defines API used to filter out irrelevant methods
mExpLength - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
Length of the exponent part of the number, if any, not including 'e' marker or sign, just digits.
mFractLength - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
Length of the fractional part (not including decimal point or exponent), in characters.
mHashCode - Variable in class org.codehaus.jackson.sym.Name
 
MIME - Static variable in class org.codehaus.jackson.Base64Variants
This variant is what most people would think of "the standard" Base64 encoding.
MIME_NO_LINEFEEDS - Static variable in class org.codehaus.jackson.Base64Variants
Slightly non-standard modification of Base64Variants.MIME which does not use linefeeds (max line length set to infinite).
MinimalClassNameIdResolver - Class in org.codehaus.jackson.map.jsontype.impl
 
MinimalClassNameIdResolver(JavaType) - Constructor for class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
mIntLength - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
Length of integer part of the number, in characters
MissingNode - Class in org.codehaus.jackson.node
This singleton node class is generated to denote "missing nodes" along paths that do not exist.
mLocation - Variable in exception org.codehaus.jackson.JsonProcessingException
 
mName - Variable in class org.codehaus.jackson.sym.Name
 
MODIFIED_FOR_URL - Static variable in class org.codehaus.jackson.Base64Variants
This non-standard variant is usually used when encoded data needs to be passed via URLs (such as part of GET request).
modifyTypeByAnnotation(DeserializationConfig, Annotated, T, String) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Method called to see if given method has annotations that indicate a more specific type than what the argument specifies.

N

NA - Static variable in class org.codehaus.jackson.JsonLocation
Shared immutable "N/A location" that can be returned to indicate that no location information is available
Name - Class in org.codehaus.jackson.sym
Base class for tokenized names (key strings in objects) that have been tokenized from byte-based input sources (like InputStream.
Name(String, int) - Constructor for class org.codehaus.jackson.sym.Name
 
Name1 - Class in org.codehaus.jackson.sym
Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.
Name2 - Class in org.codehaus.jackson.sym
Specialized implementation of PName: can be used for short Strings that consists of 5 to 8 bytes.
Name3 - Class in org.codehaus.jackson.sym
Specialized implementation of PName: can be used for short Strings that consists of 9 to 12 bytes.
NamedType - Class in org.codehaus.jackson.map.jsontype
Simple container class for types with optional logical name, used as external identifier
NamedType(Class<?>) - Constructor for class org.codehaus.jackson.map.jsontype.NamedType
 
NamedType(Class<?>, String) - Constructor for class org.codehaus.jackson.map.jsontype.NamedType
 
NameN - Class in org.codehaus.jackson.sym
Generic implementation of PName used for "long" names, where long means that its byte (UTF-8) representation is 13 bytes or more.
narrowBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be called to do a "narrowing" conversions; that is, to return a type with a raw class that is assignable to the raw class of this type.
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.map.type.ArrayType
For array types, both main type and content type can be modified; but ultimately they are interchangeable.
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.map.type.CollectionType
 
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.map.type.MapType
 
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.map.type.SimpleType
 
narrowContentsBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
narrowKey(Class<?>) - Method in class org.codehaus.jackson.map.type.MapType
 
next() - Method in class org.codehaus.jackson.map.util.LinkedNode
 
next() - Method in class org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
next() - Method in class org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
next() - Method in class org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
next() - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
nextToken() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
nextToken() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
nextToken() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
nextToken() - Method in class org.codehaus.jackson.JsonParser
Main iteration method, which will advance stream enough to determine type of the next token, if any.
nextToken() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
nextToken() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
nextToken() - Method in class org.codehaus.jackson.util.JsonParserSequence
 
nextToken() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
nextValue() - Method in class org.codehaus.jackson.JsonParser
Iteration method that will advance stream enough to determine type of the next token that is a value type (including Json Array and Object start/end markers).
NO_PROPS - Static variable in class org.codehaus.jackson.map.ser.BeanSerializer
 
NoClass - Class in org.codehaus.jackson.map.annotate
Marker class used with annotations to indicate "no class".
NopAnnotationIntrospector - Class in org.codehaus.jackson.map.introspect
Dummy, "no-operation" implementation of AnnotationIntrospector.
NopAnnotationIntrospector() - Constructor for class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
nopInstance() - Static method in class org.codehaus.jackson.map.AnnotationIntrospector
Factory method for accessing "no operation" implementation of introspector: instance that will never find any annotation-based configuration.
NR_BIGDECIMAL - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
NR_BIGINT - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
NR_DOUBLE - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
NR_INT - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
NR_LONG - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
NR_UNKNOWN - Static variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
nullNode() - Method in class org.codehaus.jackson.node.ContainerNode
 
nullNode() - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json null node (which represents literal null value)
NullNode - Class in org.codehaus.jackson.node
This singleton value class is used to contain explicit JSON null value.
NullSerializer - Class in org.codehaus.jackson.map.ser
This is a simple dummy serializer that will just output literal JSON null value whenever serialization is requested.
numberCreator() - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
NumberInput - Class in org.codehaus.jackson.io
 
NumberInput() - Constructor for class org.codehaus.jackson.io.NumberInput
 
numberNode(byte) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(short) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(int) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(long) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(float) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(double) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(BigDecimal) - Method in class org.codehaus.jackson.node.ContainerNode
 
numberNode(byte) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 8-bit value
numberNode(short) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 16-bit integer value
numberNode(int) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 32-bit integer value
numberNode(long) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 64-bit integer value
numberNode(BigInteger) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given unlimited range integer value
numberNode(float) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 32-bit floating point value
numberNode(double) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given 64-bit floating point value
numberNode(BigDecimal) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of Json numeric value that expresses given unlimited precision floating point value
NumberOutput - Class in org.codehaus.jackson.io
 
NumberOutput() - Constructor for class org.codehaus.jackson.io.NumberOutput
 
NumericNode - Class in org.codehaus.jackson.node
Intermediate value node used for numeric nodes.
NumericNode() - Constructor for class org.codehaus.jackson.node.NumericNode
 

O

objectArraySerializer(JavaType, boolean, TypeSerializer) - Static method in class org.codehaus.jackson.map.ser.ArraySerializers
 
ObjectBuffer - Class in org.codehaus.jackson.map.util
Helper class to use for constructing Object arrays by appending entries to create arrays of various lengths (length that is not known a priori).
ObjectBuffer() - Constructor for class org.codehaus.jackson.map.util.ObjectBuffer
 
ObjectCodec - Class in org.codehaus.jackson
Abstract class that defines the interface that JsonParser and JsonGenerator use to serialize and deserialize regular Java objects (POJOs aka Beans).
ObjectCodec() - Constructor for class org.codehaus.jackson.ObjectCodec
 
ObjectMapper - Class in org.codehaus.jackson.map
This mapper (or, data binder, or codec) provides functionality for conversting between Java objects (instances of JDK provided core classes, beans), and matching JSON constructs.
ObjectMapper() - Constructor for class org.codehaus.jackson.map.ObjectMapper
Default constructor, which will construct the default JsonFactory as necessary, use StdSerializerProvider as its SerializerProvider, and BeanSerializerFactory as its SerializerFactory.
ObjectMapper(JsonFactory) - Constructor for class org.codehaus.jackson.map.ObjectMapper
Construct mapper that uses specified JsonFactory for constructing necessary JsonParsers and/or JsonGenerators.
ObjectMapper(SerializerFactory) - Constructor for class org.codehaus.jackson.map.ObjectMapper
Deprecated. Use other constructors instead; note that you can just set serializer factory with ObjectMapper.setSerializerFactory(org.codehaus.jackson.map.SerializerFactory)
ObjectMapper(JsonFactory, SerializerProvider, DeserializerProvider) - Constructor for class org.codehaus.jackson.map.ObjectMapper
 
ObjectMapper(JsonFactory, SerializerProvider, DeserializerProvider, SerializationConfig, DeserializationConfig) - Constructor for class org.codehaus.jackson.map.ObjectMapper
 
objectMapper() - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
ObjectMapper.DefaultTypeResolverBuilder - Class in org.codehaus.jackson.map
Customized TypeResolverBuilder that provides resolver builders based on its configuration.
ObjectMapper.DefaultTypeResolverBuilder(ObjectMapper.DefaultTyping) - Constructor for class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
ObjectMapper.DefaultTyping - Enum in org.codehaus.jackson.map
Enumeration used with ObjectMapper.enableDefaultTyping() to specify what kind of types (classes) default typing should be used for.
objectNode() - Method in class org.codehaus.jackson.node.ContainerNode
 
objectNode() - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing an empty Json Object ("struct") node
ObjectNode - Class in org.codehaus.jackson.node
Note that maps to Json Object structures in Json content.
ObjectNode(JsonNodeFactory) - Constructor for class org.codehaus.jackson.node.ObjectNode
 
ObjectNode.NoFieldsIterator - Class in org.codehaus.jackson.node
For efficiency, let's share the "no fields" iterator...
ObjectWriter - Class in org.codehaus.jackson.map
Builder object that can be used for per-serialization configuration of serialization parameters, such as JSON View and root type to use.
ObjectWriter(ObjectMapper, Class<?>, JavaType) - Constructor for class org.codehaus.jackson.map.ObjectWriter
Constructor used by ObjectMapper for initial instantiation
ObjectWriter(ObjectWriter, SerializationConfig, Class<?>, JavaType) - Constructor for class org.codehaus.jackson.map.ObjectWriter
Copy constructor used for building variations.
okNameForAnyGetter(AnnotatedMethod, String) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
okNameForGetter(AnnotatedMethod, String) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
okNameForIsGetter(AnnotatedMethod, String) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
okNameForSetter(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
org.codehaus.jackson - package org.codehaus.jackson
Main public API classes of the core streaming JSON processor: most importantly JsonFactory used for constructing Json parser (JsonParser) and generator (JsonParser) instances.
org.codehaus.jackson.annotate - package org.codehaus.jackson.annotate
Public core annotations, most of which are used to configure how Data Mapping/Binding works.
org.codehaus.jackson.impl - package org.codehaus.jackson.impl
Parser and generator implementation classes that Jackson defines and uses.
org.codehaus.jackson.io - package org.codehaus.jackson.io
This package contains I/O helper classes Jackson itself uses, but that are not exposed for external reuse.
org.codehaus.jackson.jaxrs - package org.codehaus.jackson.jaxrs
Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for JSON content type (MediaType).
org.codehaus.jackson.map - package org.codehaus.jackson.map
Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via ObjectMapper class, as well as convenience methods included in JsonParser
org.codehaus.jackson.map.annotate - package org.codehaus.jackson.map.annotate
Annotations that directly depend on Mapper classes (not just Jackson core) and are used for configuring Data Mapping functionality.
org.codehaus.jackson.map.deser - package org.codehaus.jackson.map.deser
Contains implementation classes of deserialization part of data binding.
org.codehaus.jackson.map.ext - package org.codehaus.jackson.map.ext
Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.
org.codehaus.jackson.map.introspect - package org.codehaus.jackson.map.introspect
Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.
org.codehaus.jackson.map.jsontype - package org.codehaus.jackson.map.jsontype
Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.
org.codehaus.jackson.map.jsontype.impl - package org.codehaus.jackson.map.jsontype.impl
Package that contains standard implementations for TypeResolverBuilder and org.codehaus.jackson.map.jsontype.JsonTypeResolver it can construct.
org.codehaus.jackson.map.ser - package org.codehaus.jackson.map.ser
Contains implementation classes of serialization part of data binding.
org.codehaus.jackson.map.type - package org.codehaus.jackson.map.type
Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps).
org.codehaus.jackson.map.util - package org.codehaus.jackson.map.util
Utility classes for Mapper package.
org.codehaus.jackson.node - package org.codehaus.jackson.node
Contains concrete JsonNode implementations Jackson uses for the Tree model.
org.codehaus.jackson.schema - package org.codehaus.jackson.schema
Classes needed for JSON schema support (currently just ability to generate schemas using serialization part of data mapping)
org.codehaus.jackson.sym - package org.codehaus.jackson.sym
Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects)
org.codehaus.jackson.type - package org.codehaus.jackson.type
Contains classes needed for type introspection, mostly used by data binding functionality.
org.codehaus.jackson.util - package org.codehaus.jackson.util
Utility classes used by Jackson Core functionality.
org.codehaus.jackson.xc - package org.codehaus.jackson.xc
Package that contains Xml Compatibility functionality for Jackson.
outputInt(int, char[], int) - Static method in class org.codehaus.jackson.io.NumberOutput
 
outputLong(long, char[], int) - Static method in class org.codehaus.jackson.io.NumberOutput
 

P

pair(AnnotationIntrospector, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.AnnotationIntrospector
 
parametricType(Class<?>, Class<?>...) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing JavaType that represents a parameterized type.
parametricType(Class<?>, JavaType...) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing JavaType that represents a parameterized type.
parse(String) - Method in class org.codehaus.jackson.map.type.TypeParser
 
parse(String) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
parse(String, ParsePosition) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
parseAsISO8601(String, ParsePosition) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
parseAsRFC1123(String, ParsePosition) - Method in class org.codehaus.jackson.map.util.StdDateFormat
 
parseDate(String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
parseDate(String) - Method in class org.codehaus.jackson.map.DeserializationContext
 
parseEscapedFieldName(int[], int, int, int, int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
Slower parsing method which is generally branched to when an escape sequence is detected (or alternatively for long names, or ones crossing input buffer boundary).
parseInt(char[], int, int) - Static method in class org.codehaus.jackson.io.NumberInput
Fast method for parsing integers that are known to fit into regular 32-bit signed int type.
parseLong(char[], int, int) - Static method in class org.codehaus.jackson.io.NumberInput
 
parseLongFieldName(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
parseMediumFieldName(int, int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
parseNumberText(int) - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
parseNumberText(int) - Method in class org.codehaus.jackson.impl.ReaderBasedNumericParser
Initial parsing method for number values.
parseNumberText(int) - Method in class org.codehaus.jackson.impl.Utf8NumericParser
Initial parsing method for number values.
parseNumericValue(int) - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
Method that will parse actual numeric value out of a syntactically valid number value.
parseType(TypeParser.MyTokenizer) - Method in class org.codehaus.jackson.map.type.TypeParser
 
parseTypes(TypeParser.MyTokenizer) - Method in class org.codehaus.jackson.map.type.TypeParser
 
path(String) - Method in class org.codehaus.jackson.JsonNode
This method is similar to JsonNode.get(String), except that instead of returning null if no such value exists (due to this node not being an object, or object not having value for the specified field), a "missing node" (node that returns true for JsonNode.isMissingNode()) will be returned.
path(int) - Method in class org.codehaus.jackson.JsonNode
This method is similar to JsonNode.get(int), except that instead of returning null if no such element exists (due to index being out of range, or this node not being an array), a "missing node" (node that returns true for JsonNode.isMissingNode()) will be returned.
path(String) - Method in class org.codehaus.jackson.node.ArrayNode
 
path(int) - Method in class org.codehaus.jackson.node.ArrayNode
 
path(String) - Method in class org.codehaus.jackson.node.MissingNode
 
path(int) - Method in class org.codehaus.jackson.node.MissingNode
 
path(int) - Method in class org.codehaus.jackson.node.ObjectNode
 
path(String) - Method in class org.codehaus.jackson.node.ObjectNode
 
path(String) - Method in class org.codehaus.jackson.node.ValueNode
 
path(int) - Method in class org.codehaus.jackson.node.ValueNode
 
PEM - Static variable in class org.codehaus.jackson.Base64Variants
This variant is the one that predates Base64Variants.MIME: it is otherwise identical, except that it mandates shorter line length.
POJONode(Object) - Method in class org.codehaus.jackson.node.ContainerNode
 
POJONode(Object) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing a wrapper for POJO ("Plain Old Java Object") objects; these will get serialized using data binding, usually as Json Objects, but in some cases as Json Strings or other node types.
POJONode - Class in org.codehaus.jackson.node
Value node that contains a wrapped POJO, to be serialized as a Json constructed through data mapping (usually done by calling ObjectMapper).
POJONode(Object) - Constructor for class org.codehaus.jackson.node.POJONode
 
prependPath(Object, String) - Method in exception org.codehaus.jackson.map.JsonMappingException
Method called to prepend a reference information in front of current path
prependPath(Object, int) - Method in exception org.codehaus.jackson.map.JsonMappingException
Method called to prepend a reference information in front of current path
prependPath(JsonMappingException.Reference) - Method in exception org.codehaus.jackson.map.JsonMappingException
 
PrettyPrinter - Interface in org.codehaus.jackson
Interface for objects that implement pretty printer functionality, such as indentation.
PrimitiveArrayBuilder<T> - Class in org.codehaus.jackson.map.util
Base class for specialized primitive array builders.
PrimitiveArrayBuilder() - Constructor for class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
printLocalDate(ReadablePartial) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
printLocalDate(ReadableInstant) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
printLocalDateTime(ReadablePartial) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
processViews(SerializationConfig, BasicBeanDescription, BeanSerializer, List<BeanPropertyWriter>) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to handle view information for constructed serializer, based on bean property writers.
PROP_NAME_MESSAGE - Static variable in class org.codehaus.jackson.map.deser.ThrowableDeserializer
 
propertyBasedCreator() - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
PropertyBuilder - Class in org.codehaus.jackson.map.ser
Helper class for BeanSerializerFactory that is used to construct BeanPropertyWriter instances.
PropertyBuilder(SerializationConfig, BasicBeanDescription) - Constructor for class org.codehaus.jackson.map.ser.PropertyBuilder
 
PropertyValueBuffer - Class in org.codehaus.jackson.map.deser
Simple container used for temporarily buffering a set of PropertyValues.
PropertyValueBuffer(JsonParser, DeserializationContext, int) - Constructor for class org.codehaus.jackson.map.deser.PropertyValueBuffer
 
provide() - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers
Method called by BasicDeserializerFactory to register deserializers this class provides.
provide() - Method in class org.codehaus.jackson.map.ext.CoreXMLSerializers
 
provide() - Method in class org.codehaus.jackson.map.ext.JodaDeserializers
 
provide() - Method in class org.codehaus.jackson.map.ext.JodaSerializers
 
provide() - Method in class org.codehaus.jackson.map.ser.JdkSerializers
Method called by BasicSerializerFactory to access all serializers this class provides.
provide() - Method in interface org.codehaus.jackson.map.util.Provider
Method used to request provider to provide entries it has
Provider<T> - Interface in org.codehaus.jackson.map.util
Simple helper class used for decoupling instantiation of optionally loaded handlers, like deserializers and deserializers for libraries that are only present on some platforms.
put(String, JsonNode) - Method in class org.codehaus.jackson.node.ObjectNode
Method that will set specified field, replacing old value, if any.
put(String, int) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, long) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, float) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, double) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, BigDecimal) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, String) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified String value.
put(String, boolean) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified String value.
put(String, byte[]) - Method in class org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified binary value
putAll(Map<String, JsonNode>) - Method in class org.codehaus.jackson.node.ObjectNode
Method for adding given properties to this object node, overriding any existing values for those properties.
putAll(ObjectNode) - Method in class org.codehaus.jackson.node.ObjectNode
Method for adding all properties of the given Object, overriding any existing values for those properties.
putArray(String) - Method in class org.codehaus.jackson.node.ObjectNode
Method that will construct an ArrayNode and add it as a field of this ObjectNode, replacing old value, if any.
putNull(String) - Method in class org.codehaus.jackson.node.ObjectNode
 
putObject(String) - Method in class org.codehaus.jackson.node.ObjectNode
Method that will construct an ObjectNode and add it as a field of this ObjectNode, replacing old value, if any.
putPOJO(String, Object) - Method in class org.codehaus.jackson.node.ObjectNode
 

R

read() - Method in class org.codehaus.jackson.io.MergedStream
 
read(byte[]) - Method in class org.codehaus.jackson.io.MergedStream
 
read(byte[], int, int) - Method in class org.codehaus.jackson.io.MergedStream
 
read(char[], int, int) - Method in class org.codehaus.jackson.io.UTF32Reader
 
ReaderBasedNumericParser - Class in org.codehaus.jackson.impl
Intermediate class that implements handling of numeric parsing.
ReaderBasedNumericParser(IOContext, int, Reader) - Constructor for class org.codehaus.jackson.impl.ReaderBasedNumericParser
 
ReaderBasedParser - Class in org.codehaus.jackson.impl
This is a concrete implementation of JsonParser, which is based on a Reader to handle low-level character conversion tasks.
ReaderBasedParser(IOContext, int, Reader, ObjectCodec, CharsToNameCanonicalizer) - Constructor for class org.codehaus.jackson.impl.ReaderBasedParser
 
ReaderBasedParserBase - Class in org.codehaus.jackson.impl
This is a simple low-level input reader base class, used by JSON parser.
ReaderBasedParserBase(IOContext, int, Reader) - Constructor for class org.codehaus.jackson.impl.ReaderBasedParserBase
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to deserialize given value.
ReadOnlyClassToSerializerMap - Class in org.codehaus.jackson.map.ser
Optimized lookup table for accessing two types of serializers; typed and non-typed.
readTree(JsonParser) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(JsonParser, DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(InputStream) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(Reader) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(String) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(JsonParser) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated. Method that will try to read a sub-tree using given parser, map it to a tree (represented by a root JsonNode) and return it, if possible.
readTree(File) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(URL) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(InputStream) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(Reader) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(String) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(byte[]) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
readTree(JsonParser) - Method in class org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readValue(JsonParser, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like Boolean).
readValue(JsonParser, Class<T>, DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize Json content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like Boolean).
readValue(JsonParser, TypeReference<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize Json content into a Java type, reference to which is passed as argument.
readValue(JsonParser, TypeReference<?>, DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize Json content into a Java type, reference to which is passed as argument.
readValue(JsonParser, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize Json content into a Java type, reference to which is passed as argument.
readValue(JsonParser, JavaType, DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to deserialize Json content into a Java type, reference to which is passed as argument.
readValue(File, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(File, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(File, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(String, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(String, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(String, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, TypeReference) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
readValue(JsonParser, Class<T>) - Method in class org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like Boolean).
readValue(JsonParser, TypeReference<?>) - Method in class org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content into a Java type, reference to which is passed as argument.
readValue(JsonParser, JavaType) - Method in class org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readValueAs(Class<T>) - Method in class org.codehaus.jackson.JsonParser
Method to deserialize Json content into a non-container type (it can be an array type, however): typically a bean, array or a wrapper type (like Boolean).
readValueAs(TypeReference<?>) - Method in class org.codehaus.jackson.JsonParser
Method to deserialize Json content into a Java type, reference to which is passed as argument.
readValueAsTree() - Method in class org.codehaus.jackson.JsonParser
Method to deserialize Json content into equivalent "tree model", represented by root JsonNode of resulting model.
registerSubtype(Class<?>, String) - Method in class org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
release() - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
Method called by the using code to indicate it is done with this instance.
release() - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
release() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
Clean up method to call to release all buffers this object may be using.
releaseBuffers() - Method in class org.codehaus.jackson.util.TextBuffer
Method called to indicate that the underlying buffers should now be recycled if they haven't yet been recycled.
releaseByteBuffer(BufferRecycler.ByteBufferType, byte[]) - Method in class org.codehaus.jackson.util.BufferRecycler
 
releaseCharBuffer(BufferRecycler.CharBufferType, char[]) - Method in class org.codehaus.jackson.util.BufferRecycler
 
releaseConcatBuffer(char[]) - Method in class org.codehaus.jackson.io.IOContext
 
releaseNameCopyBuffer(char[]) - Method in class org.codehaus.jackson.io.IOContext
 
releaseReadIOBuffer(byte[]) - Method in class org.codehaus.jackson.io.IOContext
Method to call when all the processing buffers can be safely recycled.
releaseTokenBuffer(char[]) - Method in class org.codehaus.jackson.io.IOContext
 
releaseWriteEncodingBuffer(byte[]) - Method in class org.codehaus.jackson.io.IOContext
 
remove(AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
Method called to remove specified method, assuming it exists in the Map
remove(Method) - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
remove(int) - Method in class org.codehaus.jackson.node.ArrayNode
Method for removing an entry from this ArrayNode.
remove() - Method in class org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
remove() - Method in class org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
remove() - Method in class org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
remove(String) - Method in class org.codehaus.jackson.node.ObjectNode
Method for removing field entry from this ObjectNode.
removeAll() - Method in class org.codehaus.jackson.node.ArrayNode
 
removeAll() - Method in class org.codehaus.jackson.node.ContainerNode
Method for removing all children container has (if any)
removeAll() - Method in class org.codehaus.jackson.node.ObjectNode
 
removeEldestEntry(Map.Entry<String, String>) - Method in class org.codehaus.jackson.util.InternCache
 
removeProperty(String) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
reportInvalidChar(Base64Variant, char, int) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
reportInvalidChar(Base64Variant, char, int, String) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
reportInvalidChar(Base64Variant, int, int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
reportInvalidChar(Base64Variant, int, int, String) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
reportInvalidNumber(String) - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
reportOverflowInt() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
reportOverflowLong() - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
reportUnexpectedNumberChar(int, String) - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
reportUnknownProperty(DeserializationContext, Object, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
reset(boolean, int, int, int) - Method in class org.codehaus.jackson.impl.JsonNumericParserBase
 
reset(int, int, int) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
reset() - Method in class org.codehaus.jackson.io.MergedStream
 
reset(JavaType) - Method in class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyFull
 
reset(Class<?>) - Method in class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyRaw
 
reset(Class<?>) - Method in class org.codehaus.jackson.map.ser.SerializerCache.UntypedKeyRaw
 
reset(Class<?>) - Method in class org.codehaus.jackson.map.type.ClassKey
 
reset() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
resetAndStart() - Method in class org.codehaus.jackson.map.util.ObjectBuffer
Method called to start buffering process.
resetAndStart() - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
resetWithCopy(char[], int, int) - Method in class org.codehaus.jackson.util.TextBuffer
 
resetWithEmpty() - Method in class org.codehaus.jackson.util.TextBuffer
Method called to clear out any content text buffer may have, and initializes buffer to use non-shared data.
resetWithShared(char[], int, int) - Method in class org.codehaus.jackson.util.TextBuffer
Method called to initialize the buffer with a shared copy of data; this means that buffer will just have pointers to actual data.
ResolvableDeserializer - Interface in org.codehaus.jackson.map
Interface used to indicate deserializers that want to do post-processing after construction and being added to DeserializerProvider, but before being used.
ResolvableSerializer - Interface in org.codehaus.jackson.map
Interface used to indicate serializers that want to do post-processing after construction and being added to SerializerProvider, but before being used.
resolve(DeserializationConfig, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - Method in interface org.codehaus.jackson.map.ResolvableDeserializer
Method called after DeserializerProvider has registered the deserializer, but before it has returned it to the caller.
resolve(SerializerProvider) - Method in interface org.codehaus.jackson.map.ResolvableSerializer
Method called after SerializerProvider has registered the serializer, but before it has returned it to the caller.
resolve(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
Need to get callback to resolve value serializer, if static typing is used (either being forced, or because value type is final)
resolve(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
resolve(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
resolve(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.JsonValueSerializer
We can try to find the actual serializer for value, if we can statically figure out what the result type must be.
resolve(SerializerProvider) - Method in class org.codehaus.jackson.map.ser.MapSerializer
Need to get callback to resolve value serializer, if static typing is used (either being forced, or because value type is final)
resolveClassAnnotations() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Initialization method that will recursively collect Jackson annotations for this class and all super classes and interfaces.
resolveCreators(boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Initialization method that will find out all constructors and potential static factory methods the class has.
resolveFields(boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Method that will collect all member (non-static) fields that are either public, or have at least a single annotation associated with them.
resolveMemberMethods(MethodFilter, boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
resolveType(DeserializationConfig, BasicBeanDescription, Type, Annotated) - Method in class org.codehaus.jackson.map.deser.BasicDeserializerFactory
Helper method used to resolve method return types and field types.
returnObjectBuffer(ObjectBuffer) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
returnObjectBuffer(ObjectBuffer) - Method in class org.codehaus.jackson.map.DeserializationContext
Method to call to return object buffer previously leased with DeserializationContext.leaseObjectBuffer().
RuntimeJsonMappingException - Exception in org.codehaus.jackson.map
Wrapper used when interface does not allow throwing a checked JsonMappingException
RuntimeJsonMappingException(JsonMappingException) - Constructor for exception org.codehaus.jackson.map.RuntimeJsonMappingException
 
RuntimeJsonMappingException(String) - Constructor for exception org.codehaus.jackson.map.RuntimeJsonMappingException
 
RuntimeJsonMappingException(String, JsonMappingException) - Constructor for exception org.codehaus.jackson.map.RuntimeJsonMappingException
 

S

ScalarSerializerBase<T> - Class in org.codehaus.jackson.map.ser
 
ScalarSerializerBase(Class<T>) - Constructor for class org.codehaus.jackson.map.ser.ScalarSerializerBase
 
ScalarSerializerBase(Class<?>, boolean) - Constructor for class org.codehaus.jackson.map.ser.ScalarSerializerBase
Alternate constructor that is (alas!) needed to work around kinks of generic type handling
SchemaAware - Interface in org.codehaus.jackson.schema
Marker interface for schema-aware serializers.
SegmentedStringWriter - Class in org.codehaus.jackson.io
Efficient alternative to StringWriter, based on using segmented internal buffer.
SegmentedStringWriter(BufferRecycler) - Constructor for class org.codehaus.jackson.io.SegmentedStringWriter
 
SerializationConfig - Class in org.codehaus.jackson.map
Object that contains baseline configuration for serialization process.
SerializationConfig(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>) - Constructor for class org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, HashMap<ClassKey, Class<?>>, TypeResolverBuilder<?>, VisibilityChecker<?>) - Constructor for class org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig.Feature - Enum in org.codehaus.jackson.map
Enumeration that defines togglable features that guide the serialization feature.
serialize(Node, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.DOMSerializer
 
serialize(DateMidnight, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.DateMidnightSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.LocalDateTimeSerializer
 
serialize(JsonGenerator, SerializerProvider) - Method in interface org.codehaus.jackson.map.JsonSerializable
Deprecated.  
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.JsonSerializer
Method that can be called to ask implementation to serialize values of type this serializer handles.
serialize(byte[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ByteArraySerializer
 
serialize(char[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.CharArraySerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
Main serialization method that will delegate actual output to configured BeanPropertyWriter instances.
serialize(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
serialize(Enum<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.EnumSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.FailingSerializer
 
serialize(Class, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.ClassSerializer
 
serialize(File, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.JdkSerializers.FileSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.JsonValueSerializer
 
serialize(Map<?, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.MapSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.NullSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdKeySerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.BooleanSerializer
 
serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.CalendarSerializer
 
serialize(Double, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.DoubleSerializer
 
serialize(Float, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.FloatSerializer
 
serialize(Integer, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.IntegerSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.IntLikeSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.LongSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
serialize(JsonSerializable, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SerializableSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SqlDateSerializer
 
serialize(Time, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SqlTimeSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.StringSerializer
 
serialize(TokenBuffer, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.TokenBufferSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.StdSerializers.UtilDateSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ToStringSerializer
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.util.JSONPObject
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.ArrayNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.BaseJsonNode
Method called to serialize node instances using given generator.
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.BigIntegerNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.BinaryNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.BooleanNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.DecimalNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.DoubleNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.IntNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.LongNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.MissingNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.NullNode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.ObjectNode
Method that can be called to serialize this node and all of its descendants using specified JSON generator.
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.POJONode
 
serialize(JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.node.TextNode
 
serialize(JsonGenerator) - Method in class org.codehaus.jackson.util.TokenBuffer
Helper method that will write all contents of this buffer using given JsonGenerator.
serialize(DataHandler, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.xc.DataHandlerJsonSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.xc.XmlAdapterJsonSerializer
 
serializeAsField(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method called to access property that this bean stands for, from within given bean, and to serialize it as a JSON Object field using appropriate serializer.
serializeContents(boolean[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.BooleanArraySerializer
 
serializeContents(double[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.DoubleArraySerializer
 
serializeContents(float[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
serializeContents(int[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.IntArraySerializer
 
serializeContents(long[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
serializeContents(Object[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
serializeContents(short[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
serializeContents(String[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.StringArraySerializer
 
serializeContents(Collection<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
serializeContents(EnumSet<? extends Enum<?>>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
serializeContents(List<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
serializeContents(Iterable<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
serializeContents(Iterator<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
serializeContents(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
serializeContentsUsing(Object[], JsonGenerator, SerializerProvider, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
serializeContentsUsing(Collection<?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
serializeContentsUsing(List<?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
serializeContentsUsing(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
serializeFields(Map<?, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.MapSerializer
Method called to serialize fields, when the value type is not statically known.
serializeFieldsUsing(Map<?, ?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.MapSerializer
Method called to serialize fields, when the value type is statically known, so that value serializer is passed and does not need to be fetched from provider.
SerializerBase<T> - Class in org.codehaus.jackson.map.ser
Base class used by all standard serializers.
SerializerBase(Class<T>) - Constructor for class org.codehaus.jackson.map.ser.SerializerBase
 
SerializerBase(Class<?>, boolean) - Constructor for class org.codehaus.jackson.map.ser.SerializerBase
Alternate constructor that is (alas!) needed to work around kinks of generic type handling
SerializerCache - Class in org.codehaus.jackson.map.ser
Simple cache object that allows for doing 2-level lookups: first level is by "local" read-only lookup Map (used without locking) and second backup level is by a shared modifiable HashMap.
SerializerCache() - Constructor for class org.codehaus.jackson.map.ser.SerializerCache
 
SerializerCache.TypedKeyFull - Class in org.codehaus.jackson.map.ser
 
SerializerCache.TypedKeyFull(JavaType) - Constructor for class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyFull
 
SerializerCache.TypedKeyRaw - Class in org.codehaus.jackson.map.ser
Key object used for "typed" serializers (type serializer wrapping value serializer).
SerializerCache.TypedKeyRaw(Class<?>) - Constructor for class org.codehaus.jackson.map.ser.SerializerCache.TypedKeyRaw
 
SerializerCache.UntypedKeyRaw - Class in org.codehaus.jackson.map.ser
 
SerializerCache.UntypedKeyRaw(Class<?>) - Constructor for class org.codehaus.jackson.map.ser.SerializerCache.UntypedKeyRaw
 
SerializerFactory - Class in org.codehaus.jackson.map
Abstract class that defines API used by SerializerProvider to obtain actual JsonSerializer instances from multiple distinct factories.
SerializerFactory() - Constructor for class org.codehaus.jackson.map.SerializerFactory
 
SerializerProvider - Class in org.codehaus.jackson.map
Abstract class that defines API used by ObjectMapper and JsonSerializers to obtain serializers capable of serializing instances of specific types.
SerializerProvider(SerializationConfig) - Constructor for class org.codehaus.jackson.map.SerializerProvider
 
serializeTypedContents(Object[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
serializeTypedContents(List<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
serializeTypedFields(Map<?, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.MapSerializer
 
serializeValue(SerializationConfig, JsonGenerator, Object, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
serializeValue(SerializationConfig, JsonGenerator, Object, JavaType, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
serializeValue(SerializationConfig, JsonGenerator, Object, SerializerFactory) - Method in class org.codehaus.jackson.map.SerializerProvider
The method to be called by ObjectMapper to execute recursive serialization, using serializers that this provider has access to.
serializeValue(SerializationConfig, JsonGenerator, Object, JavaType, SerializerFactory) - Method in class org.codehaus.jackson.map.SerializerProvider
The method to be called by ObjectMapper to execute recursive serialization, using serializers that this provider has access to; and using specified root type for locating first-level serializer.
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in interface org.codehaus.jackson.map.JsonSerializableWithType
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.JsonSerializer
Method that can be called to ask implementation to serialize values of type this serializer handles, using specified type serializer for embedding necessary type information.
serializeWithType(byte[], JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ByteArraySerializer
 
serializeWithType(char[], JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.CharArraySerializer
 
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
serializeWithType(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
serializeWithType(Map<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.MapSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ScalarSerializerBase
Default implementation will write type prefix, call regular serialization method (since assumption is that value itself does not need JSON Array or Object start/end markers), and then write type suffix.
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.StdSerializers.NonTypedScalarSerializer
 
serializeWithType(JsonSerializable, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.StdSerializers.SerializableSerializer
 
serializeWithType(TokenBuffer, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.ser.StdSerializers.TokenBufferSerializer
Implementing typed output for contents of a TokenBuffer is very tricky, since we do not know for sure what its contents might look like.
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.util.JSONPObject
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.map.util.JSONWrappedObject
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - Method in class org.codehaus.jackson.node.BaseJsonNode
Since JSON node typing is only based on JSON values, there is no need to include type information.
set(Object, String, Object) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
set(Object, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.CreatorProperty
 
set(Object, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
set(Object, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
set(Object, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
set(Object, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
set(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method for enabling or disabling specified feature.
set(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.map.SerializationConfig
Method for enabling or disabling specified feature.
set(int, JsonNode) - Method in class org.codehaus.jackson.node.ArrayNode
Method that will set specified field, replacing old value, if any.
set(int, JsonToken) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
set(int, JsonToken, Object) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.DeserializationConfig
 
setAnnotationIntrospector(AnnotationIntrospector) - Method in interface org.codehaus.jackson.map.MapperConfig
 
setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.codehaus.jackson.map.SerializationConfig
 
setAnnotationsToUse(Annotations[]) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method for configuring which annotation sets to use (including none).
setAnnotationsToUse(Annotations[]) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
setAnySetter(SettableAnyProperty) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.JsonFactory
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.JsonGenerator
Method that can be called to set or reset the object to use for writing Java objects as JsonContent (using method JsonGenerator.writeObject(java.lang.Object)).
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.JsonParser
Setter that allows defining ObjectCodec associated with this parser, if any.
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
setCodec(ObjectCodec) - Method in class org.codehaus.jackson.util.TokenBuffer
 
setCreators(CreatorContainer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called by factory after it has introspected all available Creators (constructors, static factory methods).
setCreators(CreatorContainer) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
Method called to add constructor and/or factory method based creators to be used with Map, instead of default constructor.
setCurrentLength(int) - Method in class org.codehaus.jackson.util.TextBuffer
 
setCurrentName(String) - Method in class org.codehaus.jackson.impl.JsonReadContext
 
setDateFormat(DateFormat) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method that will set the textual deserialization to use for deserializing Dates (and Calendars).
setDateFormat(DateFormat) - Method in class org.codehaus.jackson.map.SerializationConfig
Method that will set the textual serialization to use for serializing Dates (and Calendars); or if null passed, simply disable textual serialization and use timestamp.
setDefaltTyping(TypeResolverBuilder<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Typo in name -- use ObjectMapper.setDefaultTyping(org.codehaus.jackson.map.jsontype.TypeResolverBuilder) instead.
setDefaultConstructor(Constructor<?>) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
setDefaultTyping(TypeResolverBuilder<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for enabling automatic inclusion of type information, using specified handler object for determining which types this affects, as well as details of how information is embedded.
setDeserializationConfig(DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for replacing the shared default deserialization configuration object.
setDeserializerProvider(DeserializerProvider) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for setting specific DeserializerProvider to use for handling caching of JsonDeserializer instances.
setEncoding(JsonEncoding) - Method in class org.codehaus.jackson.io.IOContext
 
setEnumSerializer(JsonSerializer<?>) - Method in class org.codehaus.jackson.map.ser.CustomSerializerFactory
Method that can be used to force specified serializer to be used for serializing all Enum instances.
setFeature(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.JsonGenerator
Deprecated. Use JsonGenerator.configure(org.codehaus.jackson.JsonGenerator.Feature, boolean) instead
setFeature(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.JsonParser
Deprecated. Use JsonParser.configure(org.codehaus.jackson.JsonParser.Feature, boolean) instead
setFieldName(String) - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
setFrom(Object) - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
setGeneratorFeature(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.configure(JsonGenerator.Feature, boolean) instead
setIgnorableProperties(String[]) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
setIgnoreUnknownProperties(boolean) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
setIndex(int) - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
setIntrospector(ClassIntrospector<? extends BeanDescription>) - Method in class org.codehaus.jackson.map.DeserializationConfig
 
setIntrospector(ClassIntrospector<? extends BeanDescription>) - Method in interface org.codehaus.jackson.map.