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.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.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
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.
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
 
setDefaultConstructor(Constructor<?>) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
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.MapperConfig
 
setIntrospector(ClassIntrospector<? extends BeanDescription>) - Method in class org.codehaus.jackson.map.SerializationConfig
 
setJSONPFunctionName(String) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
setKeySerializer(JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
setLocation(JsonLocation) - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
setMapper(ObjectMapper) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that can be used to directly define ObjectMapper to use for serialization and deserialization; if null, will use the standard provider discovery from context instead.
setMapper(ObjectMapper) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
setMixInAnnotations(Map<Class<?>, Class<?>>) - Method in class org.codehaus.jackson.map.DeserializationConfig
Method to use for defining mix-in annotations to use for augmenting annotations that deserializable classes have.
setMixInAnnotations(Map<Class<?>, Class<?>>) - Method in interface org.codehaus.jackson.map.MapperConfig
Method to use for defining mix-in annotations to use for augmenting annotations that processable (serializable / deserializable) classes have.
setMixInAnnotations(Map<Class<?>, Class<?>>) - Method in class org.codehaus.jackson.map.SerializationConfig
Method to use for defining mix-in annotations to use for augmenting annotations that serializable classes have.
setName(String) - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
setNodeFactory(JsonNodeFactory) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for specifying JsonNodeFactory to use for constructing root level tree nodes (via method ObjectMapper.createObjectNode()
setNonTrivialBaseType(JavaType) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method called to define type to consider as "non-trivial" basetype, needed for dynamic serialization resolution for complex (usually container) types
setNullKeySerializer(JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
setNullValueSerializer(JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
setParserFeature(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.configure(JsonParser.Feature, boolean) instead
setPrettyPrinter(PrettyPrinter) - Method in class org.codehaus.jackson.JsonGenerator
Method for setting a custom pretty printer, which is usually used to add indentation for improved human readability.
setSerializationConfig(SerializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for replacing the shared default serialization configuration object.
setSerializationInclusion(JsonSerialize.Inclusion) - Method in class org.codehaus.jackson.map.SerializationConfig
Method that will define global setting of which bean/map properties are to be included in serialization.
setSerializationView(Class<?>) - Method in class org.codehaus.jackson.map.SerializationConfig
Method for checking which serialization view is being used, if any; null if none.
setSerializerFactory(SerializerFactory) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for setting specific SerializerFactory to use for constructing (bean) serializers.
setSerializerProvider(SerializerProvider) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for setting specific SerializerProvider to use for handling caching of JsonSerializer instances.
SettableAnyProperty - Class in org.codehaus.jackson.map.deser
Class that represents a "wildcard" set method which can be used to generically set values of otherwise unmapped (aka "unknown") properties read from Json content.
SettableAnyProperty(JavaType, Method) - Constructor for class org.codehaus.jackson.map.deser.SettableAnyProperty
 
SettableBeanProperty - Class in org.codehaus.jackson.map.deser
Base class for settable properties of a bean: contains both type and name definitions, and reflection-based set functionality.
SettableBeanProperty(String, JavaType, TypeDeserializer) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty
 
SettableBeanProperty.CreatorProperty - Class in org.codehaus.jackson.map.deser
This concrete sub-class implements property that is passed via Creator (constructor or static factory method).
SettableBeanProperty.CreatorProperty(String, JavaType, TypeDeserializer, Class<?>, int) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty.CreatorProperty
 
SettableBeanProperty.FieldProperty - Class in org.codehaus.jackson.map.deser
This concrete sub-class implements property that is set directly assigning to a Field.
SettableBeanProperty.FieldProperty(String, JavaType, TypeDeserializer, Field) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
SettableBeanProperty.MethodProperty - Class in org.codehaus.jackson.map.deser
This concrete sub-class implements property that is set using regular "setter" method.
SettableBeanProperty.MethodProperty(String, JavaType, TypeDeserializer, Method) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
SettableBeanProperty.SetterlessProperty - Class in org.codehaus.jackson.map.deser
This concrete sub-class implements Collection or Map property that is indirectly by getting the property value and directly modifying it.
SettableBeanProperty.SetterlessProperty(String, JavaType, TypeDeserializer, Method) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
setterEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
setTypeHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
Method for assigning type handler to associate with this type; or if null passed, to remove such assignment
setValueDeserializer(JsonDeserializer<Object>) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
setValueDeserializer(JsonDeserializer<Object>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
setValueHandler(Object) - Method in class org.codehaus.jackson.type.JavaType
Method for assigning handler to associate with this type; or if null passed, to remove such assignment
setViews(Class<?>[]) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for defining which views to included value of this property in.
setVisibilityChecker(VisibilityChecker<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for setting currently configured visibility checker; object used for determining whether given property element (method, field, constructor) can be auto-detected or not.
SimpleType - Class in org.codehaus.jackson.map.type
Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).
SimpleType(Class<?>) - Constructor for class org.codehaus.jackson.map.type.SimpleType
 
SimpleType(Class<?>, String[], JavaType[]) - Constructor for class org.codehaus.jackson.map.type.SimpleType
 
size() - Method in class org.codehaus.jackson.JsonNode
Method that returns number of child nodes this node contains: for Array nodes, number of child elements, for Object nodes, number of fields, and for all other nodes 0.
size() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
size() - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
 
size() - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
size() - Method in class org.codehaus.jackson.node.ArrayNode
 
size() - Method in class org.codehaus.jackson.node.ContainerNode
 
size() - Method in class org.codehaus.jackson.node.ObjectNode
 
size() - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
size() - Method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
size() - Method in class org.codehaus.jackson.util.TextBuffer
 
skip(long) - Method in class org.codehaus.jackson.io.MergedStream
 
skipChildren() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
skipChildren() - Method in class org.codehaus.jackson.JsonParser
Method that will skip all child tokens of an array or object token that the parser currently points to, iff stream points to JsonToken.START_OBJECT or JsonToken.START_ARRAY.
skipChildren() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
skipChildren() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
skipChildren() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
slowParseFieldName() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
Method called when not even first 8 bytes are guaranteed to come consequtively.
sortBeanProperties(SerializationConfig, BasicBeanDescription, List<BeanPropertyWriter>) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Overridable method that will impose given partial ordering on list of discovered propertied.
spacesInObjectEntries(boolean) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
specialize(JavaType, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Method that tries to create specialized type given base type, and a sub-class thereof (which is assumed to use same parametrization as supertype).
STATUS_EXPECT_NAME - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_EXPECT_VALUE - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_COLON - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_COMMA - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_SPACE - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AS_IS - Static variable in class org.codehaus.jackson.impl.JsonWriteContext
 
STD_VISIBILITY_CHECKER - Static variable in class org.codehaus.jackson.map.ObjectMapper
 
StdDateFormat - Class in org.codehaus.jackson.map.util
Default DateFormat implementation used by standard Date serializers and deserializers.
StdDateFormat() - Constructor for class org.codehaus.jackson.map.util.StdDateFormat
 
StdDeserializationContext - Class in org.codehaus.jackson.map.deser
Default implementation of DeserializationContext.
StdDeserializationContext(DeserializationConfig, JsonParser, DeserializerProvider) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializationContext
 
StdDeserializer<T> - Class in org.codehaus.jackson.map.deser
Base class for common deserializers.
StdDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer
 
StdDeserializer.BigDecimalDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.BigDecimalDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.BigDecimalDeserializer
 
StdDeserializer.BigIntegerDeserializer - Class in org.codehaus.jackson.map.deser
This is bit trickier to implement efficiently, while avoiding overflow problems.
StdDeserializer.BigIntegerDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.BigIntegerDeserializer
 
StdDeserializer.BooleanDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.BooleanDeserializer(Class<Boolean>, Boolean) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.BooleanDeserializer
 
StdDeserializer.ByteDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.ByteDeserializer(Class<Byte>, Byte) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.ByteDeserializer
 
StdDeserializer.CalendarDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.CalendarDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.CalendarDeserializer
 
StdDeserializer.CalendarDeserializer(Class<? extends Calendar>) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.CalendarDeserializer
 
StdDeserializer.CharacterDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.CharacterDeserializer(Class<Character>, Character) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.CharacterDeserializer
 
StdDeserializer.ClassDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.ClassDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.ClassDeserializer
 
StdDeserializer.DoubleDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.DoubleDeserializer(Class<Double>, Double) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.DoubleDeserializer
 
StdDeserializer.FloatDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.FloatDeserializer(Class<Float>, Float) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.FloatDeserializer
 
StdDeserializer.IntegerDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.IntegerDeserializer(Class<Integer>, Integer) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.IntegerDeserializer
 
StdDeserializer.LongDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.LongDeserializer(Class<Long>, Long) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.LongDeserializer
 
StdDeserializer.NumberDeserializer - Class in org.codehaus.jackson.map.deser
For type Number.class, we can just rely on type mappings that plain JsonParser.getNumberValue() returns.
StdDeserializer.NumberDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.NumberDeserializer
 
StdDeserializer.PrimitiveOrWrapperDeserializer<T> - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.PrimitiveOrWrapperDeserializer(Class<T>, T) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.PrimitiveOrWrapperDeserializer
 
StdDeserializer.ShortDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.ShortDeserializer(Class<Short>, Short) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.ShortDeserializer
 
StdDeserializer.SqlDateDeserializer - Class in org.codehaus.jackson.map.deser
Compared to plain old Date, SQL version is easier to deal with: mostly because it is more limited.
StdDeserializer.SqlDateDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.SqlDateDeserializer
 
StdDeserializer.StackTraceElementDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.StackTraceElementDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.StackTraceElementDeserializer
 
StdDeserializer.StringDeserializer - Class in org.codehaus.jackson.map.deser
 
StdDeserializer.StringDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.StringDeserializer
 
StdDeserializer.TokenBufferDeserializer - Class in org.codehaus.jackson.map.deser
We also want to directly support deserialization of TokenBuffer.
StdDeserializer.TokenBufferDeserializer() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializer.TokenBufferDeserializer
 
StdDeserializerProvider - Class in org.codehaus.jackson.map.deser
Default DeserializerProvider implementation.
StdDeserializerProvider() - Constructor for class org.codehaus.jackson.map.deser.StdDeserializerProvider
Default constructor.
StdDeserializerProvider(DeserializerFactory) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
StdDeserializerProvider.WrappedDeserializer - Class in org.codehaus.jackson.map.deser
Simple deserializer that will call configured type deserializer, passing in configured data deserializer, and exposing it all as a simple deserializer.
StdDeserializerProvider.WrappedDeserializer(TypeDeserializer, JsonDeserializer<Object>) - Constructor for class org.codehaus.jackson.map.deser.StdDeserializerProvider.WrappedDeserializer
 
StdKeyDeserializer - Class in org.codehaus.jackson.map.deser
Base class for simple key deserializers.
StdKeyDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
StdKeySerializer - Class in org.codehaus.jackson.map.ser
Specialized serializer that can be used as the generic key serializer, when serializing Maps to Json Objects.
StdKeySerializer() - Constructor for class org.codehaus.jackson.map.ser.StdKeySerializer
 
StdScalarDeserializer<T> - Class in org.codehaus.jackson.map.deser
Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e.
StdScalarDeserializer(Class<?>) - Constructor for class org.codehaus.jackson.map.deser.StdScalarDeserializer
 
StdSerializerProvider - Class in org.codehaus.jackson.map.ser
Default SerializerProvider implementation.
StdSerializerProvider() - Constructor for class org.codehaus.jackson.map.ser.StdSerializerProvider
Constructor for creating master (or "blue-print") provider object, which is only used as the template for constructing per-binding instances.
StdSerializerProvider(SerializationConfig, StdSerializerProvider, SerializerFactory) - Constructor for class org.codehaus.jackson.map.ser.StdSerializerProvider
"Copy-constructor", used from StdSerializerProvider.createInstance(org.codehaus.jackson.map.SerializationConfig, org.codehaus.jackson.map.SerializerFactory) (or by sub-classes)
StdSerializers - Class in org.codehaus.jackson.map.ser
Container class for serializers used for handling standard JDK-provided types
StdSerializers() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers
 
StdSerializers.BooleanSerializer - Class in org.codehaus.jackson.map.ser
Serializer used for primitive boolean, as well as java.util.Boolean wrapper type.
StdSerializers.BooleanSerializer(boolean) - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.BooleanSerializer
 
StdSerializers.CalendarSerializer - Class in org.codehaus.jackson.map.ser
For time values we should use timestamp, since that is about the only thing that can be reliably converted between date-based objects and json.
StdSerializers.CalendarSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.CalendarSerializer
 
StdSerializers.DoubleSerializer - Class in org.codehaus.jackson.map.ser
This is the special serializer for regular Doubles (and primitive doubles)
StdSerializers.DoubleSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.DoubleSerializer
 
StdSerializers.FloatSerializer - Class in org.codehaus.jackson.map.ser
 
StdSerializers.FloatSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.FloatSerializer
 
StdSerializers.IntegerSerializer - Class in org.codehaus.jackson.map.ser
This is the special serializer for regular Integers (and primitive ints)
StdSerializers.IntegerSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.IntegerSerializer
 
StdSerializers.IntLikeSerializer - Class in org.codehaus.jackson.map.ser
Similar to StdSerializers.IntegerSerializer, but will not cast to Integer: instead, cast is to Number, and conversion is by calling Number.intValue().
StdSerializers.IntLikeSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.IntLikeSerializer
 
StdSerializers.LongSerializer - Class in org.codehaus.jackson.map.ser
 
StdSerializers.LongSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.LongSerializer
 
StdSerializers.NonTypedScalarSerializer<T> - Class in org.codehaus.jackson.map.ser
Intermediate base class for limited number of scalar types that should never include type information.
StdSerializers.NonTypedScalarSerializer(Class<T>) - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.NonTypedScalarSerializer
 
StdSerializers.NumberSerializer - Class in org.codehaus.jackson.map.ser
As a fallback, we may need to use this serializer for other types of Numbers (custom types).
StdSerializers.NumberSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
StdSerializers.SerializableSerializer - Class in org.codehaus.jackson.map.ser
Generic handler for types that implement JsonSerializable.
StdSerializers.SqlDateSerializer - Class in org.codehaus.jackson.map.ser
Compared to regular StdSerializers.UtilDateSerializer, we do use String representation here.
StdSerializers.SqlDateSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.SqlDateSerializer
 
StdSerializers.SqlTimeSerializer - Class in org.codehaus.jackson.map.ser
 
StdSerializers.SqlTimeSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.SqlTimeSerializer
 
StdSerializers.StringSerializer - Class in org.codehaus.jackson.map.ser
This is the special serializer for regular Strings.
StdSerializers.StringSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.StringSerializer
 
StdSerializers.TokenBufferSerializer - Class in org.codehaus.jackson.map.ser
We also want to directly support serialization of TokenBuffer; and since it is part of core package, it can not implement JsonSerializable (which is only included in the mapper package)
StdSerializers.TokenBufferSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.TokenBufferSerializer
 
StdSerializers.UtilDateSerializer - Class in org.codehaus.jackson.map.ser
For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.
StdSerializers.UtilDateSerializer() - Constructor for class org.codehaus.jackson.map.ser.StdSerializers.UtilDateSerializer
 
StdTypeResolverBuilder - Class in org.codehaus.jackson.map.jsontype.impl
Default TypeResolverBuilder implementation.
StdTypeResolverBuilder() - Constructor for class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
StreamBasedParserBase - Class in org.codehaus.jackson.impl
This is a simple low-level input reader base class, used by JSON parser.
StreamBasedParserBase(IOContext, int, InputStream, byte[], int, int, boolean) - Constructor for class org.codehaus.jackson.impl.StreamBasedParserBase
 
stringCreator() - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
SubTypeHelper - Class in org.codehaus.jackson.map.util
Helper class used to encapsulate details of resolving information about subtypes, for Polymorphic Type Handling.
switchToNext() - Method in class org.codehaus.jackson.util.JsonParserSequence
Method that will switch active parser from the current one to next parser in sequence, if there is another parser left, making this the new delegate.

T

TextBuffer - Class in org.codehaus.jackson.util
TextBuffer is a class similar to StringBuffer, with following differences: TextBuffer uses segments character arrays, to avoid having to do additional array copies when array is not big enough.
TextBuffer(BufferRecycler) - Constructor for class org.codehaus.jackson.util.TextBuffer
 
textNode(String) - Method in class org.codehaus.jackson.node.ContainerNode
 
textNode(String) - Method in class org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing a node that represents Json String value
TextNode - Class in org.codehaus.jackson.node
Value node that contains a text value.
TextNode(String) - Constructor for class org.codehaus.jackson.node.TextNode
 
ThrowableDeserializer - Class in org.codehaus.jackson.map.deser
Deserializer that builds on basic BeanDeserializer but override some aspects like instance construction.
ThrowableDeserializer(JavaType) - Constructor for class org.codehaus.jackson.map.deser.ThrowableDeserializer
 
throwAsIAE(Throwable) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
throwAsIAE(Throwable, String) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
toByteArray() - Method in class org.codehaus.jackson.util.ByteArrayBuilder
Method called when results are finalized and we can get the full aggregated result buffer to return to the caller
toCanonical() - Method in class org.codehaus.jackson.map.type.TypeBase
 
toCanonical() - Method in class org.codehaus.jackson.type.JavaType
Method that can be used to serialize type into form from which it can be fully deserialized from at a later point (using TypeFactory from mapper package).
TokenBuffer - Class in org.codehaus.jackson.util
Utility class used for efficient storage of JsonToken sequences, needed for temporary buffering.
TokenBuffer(ObjectCodec) - Constructor for class org.codehaus.jackson.util.TokenBuffer
 
TokenBuffer.Parser - Class in org.codehaus.jackson.util
 
TokenBuffer.Parser(TokenBuffer.Segment, ObjectCodec) - Constructor for class org.codehaus.jackson.util.TokenBuffer.Parser
 
TokenBuffer.Segment - Class in org.codehaus.jackson.util
Individual segment of TokenBuffer that can store up to 16 tokens (limited by 4 bits per token type marker requirement).
TokenBuffer.Segment() - Constructor for class org.codehaus.jackson.util.TokenBuffer.Segment
 
TOKENS_PER_SEGMENT - Static variable in class org.codehaus.jackson.util.TokenBuffer.Segment
 
toResponse(JsonMappingException) - Method in class org.codehaus.jackson.jaxrs.JsonMappingExceptionMapper
 
toResponse(JsonParseException) - Method in class org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
 
toString() - Method in class org.codehaus.jackson.Base64Variant
 
toString() - Method in class org.codehaus.jackson.impl.JsonReadContext
Overridden to provide developer readable "JsonPath" representation of the context.
toString() - Method in class org.codehaus.jackson.impl.JsonWriteContext
Overridden to provide developer writeable "JsonPath" representation of the context.
toString(int) - Static method in class org.codehaus.jackson.io.NumberOutput
 
toString(long) - Static method in class org.codehaus.jackson.io.NumberOutput
 
toString(double) - Static method in class org.codehaus.jackson.io.NumberOutput
 
toString() - Method in class org.codehaus.jackson.JsonLocation
 
toString() - Method in class org.codehaus.jackson.JsonNode
Note: marked as abstract to ensure all implementation classes define it properly.
toString() - Method in exception org.codehaus.jackson.JsonProcessingException
 
toString() - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
toString() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
toString() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
toString() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
toString() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
toString() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
toString() - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
 
toString() - Method in class org.codehaus.jackson.map.introspect.MemberKey
 
toString() - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
toString() - Method in class org.codehaus.jackson.map.JsonMappingException.Reference
 
toString() - Method in exception org.codehaus.jackson.map.JsonMappingException
 
toString() - Method in class org.codehaus.jackson.map.jsontype.NamedType
 
toString() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
toString() - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
toString() - Method in class org.codehaus.jackson.map.ser.JsonValueSerializer
 
toString() - Method in class org.codehaus.jackson.map.SerializationConfig
 
toString() - Method in class org.codehaus.jackson.map.type.ArrayType
 
toString() - Method in class org.codehaus.jackson.map.type.ClassKey
 
toString() - Method in class org.codehaus.jackson.map.type.CollectionType
 
toString() - Method in class org.codehaus.jackson.map.type.MapType
 
toString() - Method in class org.codehaus.jackson.map.type.SimpleType
 
toString() - Method in class org.codehaus.jackson.map.type.TypeBindings
 
toString() - Method in class org.codehaus.jackson.node.ArrayNode
 
toString() - Method in class org.codehaus.jackson.node.BinaryNode
Different from other values, since contents need to be surrounded by (double) quotes.
toString() - Method in class org.codehaus.jackson.node.MissingNode
 
toString() - Method in class org.codehaus.jackson.node.ObjectNode
 
toString() - Method in class org.codehaus.jackson.node.POJONode
 
toString() - Method in class org.codehaus.jackson.node.TextNode
Different from other values, Strings need quoting
toString() - Method in class org.codehaus.jackson.node.ValueNode
 
toString() - Method in class org.codehaus.jackson.schema.JsonSchema
 
toString() - Method in class org.codehaus.jackson.sym.Name
 
toString() - Method in class org.codehaus.jackson.type.JavaType
 
toString() - Method in class org.codehaus.jackson.util.TextBuffer
Note: calling this method may not be as efficient as calling TextBuffer.contentsAsString(), since it's not guaranteed that resulting String is cached.
toString() - Method in class org.codehaus.jackson.util.TokenBuffer
 
ToStringSerializer - Class in org.codehaus.jackson.map.ser
Simple general purpose serializer, useful for any type for which Object.toString() returns the desired Json value.
ToStringSerializer() - Constructor for class org.codehaus.jackson.map.ser.ToStringSerializer
Note: usually you should NOT create new instances, but instead use ToStringSerializer.instance which is stateless and fully thread-safe.
traverse() - Method in class org.codehaus.jackson.JsonNode
Method for constructing a JsonParser instance for iterating over contents of the tree that this node is root of.
traverse() - Method in class org.codehaus.jackson.node.BaseJsonNode
 
treeAsTokens(JsonNode) - Method in class org.codehaus.jackson.map.ObjectMapper
 
treeAsTokens(JsonNode) - Method in class org.codehaus.jackson.ObjectCodec
Method for constructing a JsonParser for reading contents of a JSON tree, as if it was external serialized JSON content.
TreeMapper - Class in org.codehaus.jackson.map
Deprecated. Use ObjectMapper instead
TreeMapper() - Constructor for class org.codehaus.jackson.map.TreeMapper
Deprecated.  
TreeMapper(ObjectMapper) - Constructor for class org.codehaus.jackson.map.TreeMapper
Deprecated.  
treeToValue(JsonNode, Class<T>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
treeToValue(JsonNode, Class<T>) - Method in class org.codehaus.jackson.ObjectCodec
Convenience method for converting given JSON tree into instance of specified value type.
TreeTraversingParser - Class in org.codehaus.jackson.node
Facade over JsonNode that implements JsonParser to allow accessing contents of JSON tree in alternate form (stream of tokens).
TreeTraversingParser(JsonNode) - Constructor for class org.codehaus.jackson.node.TreeTraversingParser
 
TreeTraversingParser(JsonNode, ObjectCodec) - Constructor for class org.codehaus.jackson.node.TreeTraversingParser
 
TRUE - Static variable in class org.codehaus.jackson.node.BooleanNode
 
type(Type) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method for constructing JavaType from given "raw" type; which may be anything from simple Class to full generic type.
type(Type, Class<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method that can use given context to resolve named generic types.
type(Type, TypeBindings) - Static method in class org.codehaus.jackson.map.type.TypeFactory
 
type(TypeReference<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method that can be used if the full generic type has been passed using TypeReference.
type(int) - Method in class org.codehaus.jackson.util.TokenBuffer.Segment
 
TYPE_ARRAY - Static variable in class org.codehaus.jackson.JsonStreamContext
 
TYPE_OBJECT - Static variable in class org.codehaus.jackson.JsonStreamContext
 
TYPE_ROOT - Static variable in class org.codehaus.jackson.JsonStreamContext
 
TypeBase - Class in org.codehaus.jackson.map.type
 
TypeBase(Class<?>) - Constructor for class org.codehaus.jackson.map.type.TypeBase
 
TypeBindings - Class in org.codehaus.jackson.map.type
Helper class used for resolving type parameters for given class
TypeBindings(Class<?>) - Constructor for class org.codehaus.jackson.map.type.TypeBindings
 
TypeBindings(JavaType) - Constructor for class org.codehaus.jackson.map.type.TypeBindings
 
TypeDeserializer - Class in org.codehaus.jackson.map
Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
TypeDeserializer() - Constructor for class org.codehaus.jackson.map.TypeDeserializer
 
TypeDeserializerBase - Class in org.codehaus.jackson.map.jsontype.impl
 
TypeDeserializerBase(JavaType, TypeIdResolver) - Constructor for class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
typedValueSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
typedValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
typedValueSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
typedValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
typedWriter(Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.
typedWriter(JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.
TypeFactory - Class in org.codehaus.jackson.map.type
Class used for constracting concrete JavaType instances, given various inputs.
typeFromId(String) - Method in class org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
typeFromId(String) - Method in class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
typeFromId(String) - Method in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
typeFromId(String) - Method in interface org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to resolve type from given type identifier.
TypeIdResolver - Interface in org.codehaus.jackson.map.jsontype
Interface that defines standard API for converting types to type identifiers and vice versa.
TypeIdResolverBase - Class in org.codehaus.jackson.map.jsontype.impl
 
TypeIdResolverBase(JavaType) - Constructor for class org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
TypeNameIdResolver - Class in org.codehaus.jackson.map.jsontype.impl
 
TypeNameIdResolver(JavaType, HashMap<String, String>, HashMap<String, JavaType>) - Constructor for class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
TypeParser - Class in org.codehaus.jackson.map.type
Simple recursive-descent parser for parsing canonical JavaType representations and constructing type instances.
TypeParser(TypeFactory) - Constructor for class org.codehaus.jackson.map.type.TypeParser
 
typeProperty(String) - Method in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
typeProperty(String) - Method in interface org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for specifying name of property used for including type information.
TypeReference<T> - Class in org.codehaus.jackson.type
This class is used to pass full generics type information, and avoid problems with type erasure (that basically removes most usable type references from runtime Class objects).
TypeReference() - Constructor for class org.codehaus.jackson.type.TypeReference
 
TypeResolverBuilder<T extends TypeResolverBuilder<T>> - Interface in org.codehaus.jackson.map.jsontype
Interface that defines builders that are configured based on annotations (like JsonTypeInfo or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.
TypeSerializer - Class in org.codehaus.jackson.map
Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
TypeSerializer() - Constructor for class org.codehaus.jackson.map.TypeSerializer
 
TypeSerializerBase - Class in org.codehaus.jackson.map.jsontype.impl
 
TypeSerializerBase(TypeIdResolver) - Constructor for class org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 

U

UNBOUND - Static variable in class org.codehaus.jackson.map.type.TypeBindings
Marker to use for (temporarily) unbound references.
unknownFieldException(Object, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
unknownFieldException(Object, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that JSON Object field name did not map to a known property of type being deserialized.
unknownTypeException(JavaType, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
unknownTypeException(JavaType, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that given type id (parsed from JSON) could not be converted to a Java type.
UntypedObjectDeserializer - Class in org.codehaus.jackson.map.deser
This deserializer is only used if it is necessary to bind content of unknown type (or without regular structure) into generic Java container types; Lists, Maps, wrappers, nulls and so on.
UntypedObjectDeserializer() - Constructor for class org.codehaus.jackson.map.deser.UntypedObjectDeserializer
 
untypedValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
untypedValueSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
untypedValueSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.SerializerCache
Method that checks if the shared (and hence, synchronized) lookup Map might have untyped serializer for given type.
untypedValueSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.SerializerCache
 
unwrapAndThrowAsIAE(Throwable) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
unwrapAndThrowAsIAE(Throwable, String) - Static method in class org.codehaus.jackson.map.util.ClassUtil
 
useDefaultPrettyPrinter() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
useDefaultPrettyPrinter() - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for enabling pretty-printing using the default pretty printer (DefaultPrettyPrinter).
useDefaultPrettyPrinter() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
useDefaultPrettyPrinter() - Method in class org.codehaus.jackson.util.TokenBuffer
 
useForType(JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
Method called to check if the default type handler should be used for given type.
usesPadding() - Method in class org.codehaus.jackson.Base64Variant
 
usesPaddingChar(char) - Method in class org.codehaus.jackson.Base64Variant
 
usesPaddingChar(int) - Method in class org.codehaus.jackson.Base64Variant
 
usesStaticTyping(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method to check whether global settings and/or class annotations for the bean class indicate that static typing (declared types) should be used for properties.
UTF32Reader - Class in org.codehaus.jackson.io
Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.
UTF32Reader(IOContext, InputStream, byte[], int, int, boolean) - Constructor for class org.codehaus.jackson.io.UTF32Reader
 
Utf8NumericParser - Class in org.codehaus.jackson.impl
Intermediate class that implements handling of numeric parsing, when using UTF-8 encoded byte-based input source.
Utf8NumericParser(IOContext, int, InputStream, byte[], int, int, boolean) - Constructor for class org.codehaus.jackson.impl.Utf8NumericParser
 
Utf8StreamParser - Class in org.codehaus.jackson.impl
This is a concrete implementation of JsonParser, which is based on a InputStream as the input source.
Utf8StreamParser(IOContext, int, InputStream, ObjectCodec, BytesToNameCanonicalizer, byte[], int, int, boolean) - Constructor for class org.codehaus.jackson.impl.Utf8StreamParser
 
UTF8Writer - Class in org.codehaus.jackson.io
 
UTF8Writer(IOContext, OutputStream) - Constructor for class org.codehaus.jackson.io.UTF8Writer
 

V

value() - Method in class org.codehaus.jackson.map.util.LinkedNode
 
valueFor(Enum<?>) - Method in class org.codehaus.jackson.map.util.EnumValues
 
ValueNode - Class in org.codehaus.jackson.node
This intermediate base class is used for all leaf nodes, that is, all non-container (array or object) nodes, except for the "missing node".
ValueNode() - Constructor for class org.codehaus.jackson.node.ValueNode
 
valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.As
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.jaxrs.Annotations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.JsonEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.JsonGenerator.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.JsonParser.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.JsonParser.NumberType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.JsonToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.map.annotate.JsonSerialize.Typing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.map.DeserializationConfig.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.map.ObjectMapper.DefaultTyping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.map.SerializationConfig.Feature
Returns the enum constant of this type with the specified name.
valueOf(BigInteger) - Static method in class org.codehaus.jackson.node.BigIntegerNode
 
valueOf(byte[]) - Static method in class org.codehaus.jackson.node.BinaryNode
 
valueOf(byte[], int, int) - Static method in class org.codehaus.jackson.node.BinaryNode
 
valueOf(boolean) - Static method in class org.codehaus.jackson.node.BooleanNode
 
valueOf(BigDecimal) - Static method in class org.codehaus.jackson.node.DecimalNode
 
valueOf(double) - Static method in class org.codehaus.jackson.node.DoubleNode
 
valueOf(int) - Static method in class org.codehaus.jackson.node.IntNode
 
valueOf(long) - Static method in class org.codehaus.jackson.node.LongNode
 
valueOf(String) - Static method in class org.codehaus.jackson.node.TextNode
Factory method that should be used to construct instances.
valueOf(String) - Static method in enum org.codehaus.jackson.util.BufferRecycler.ByteBufferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.codehaus.jackson.util.BufferRecycler.CharBufferType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.annotate.JsonMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.As
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.annotate.JsonTypeInfo.Id
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.jaxrs.Annotations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.JsonEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.JsonGenerator.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.JsonParser.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.JsonParser.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.JsonToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.map.annotate.JsonSerialize.Typing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.map.DeserializationConfig.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.map.ObjectMapper.DefaultTyping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.map.SerializationConfig.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.codehaus.jackson.map.util.EnumValues
 
values() - Static method in enum org.codehaus.jackson.util.BufferRecycler.ByteBufferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.codehaus.jackson.util.BufferRecycler.CharBufferType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyNonDup(AnnotatedConstructor, AnnotatedConstructor, String) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
verifyNonDup(AnnotatedMethod, AnnotatedMethod, String) - Method in class org.codehaus.jackson.map.deser.CreatorContainer
 
viewWriter(Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified JSON View (filter).
VisibilityChecker<T extends VisibilityChecker<T>> - Interface in org.codehaus.jackson.map.introspect
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers.
VisibilityChecker.Std - Class in org.codehaus.jackson.map.introspect
Default standard implementation is purely based on visibility modifier of given class members, and its configured minimum levels.
VisibilityChecker.Std(JsonAutoDetect) - Constructor for class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
Constructor used for building instance that has minumum visibility levels as indicated by given annotation instance
VisibilityChecker.Std(JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility) - Constructor for class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
Constructor that allows directly specifying minimum visibility levels to use

W

weirdKeyException(Class<?>, String, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
weirdKeyException(Class<?>, String, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that given JSON Object field name was not in format to be able to deserialize specified key type.
weirdNumberException(Class<?>, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
weirdNumberException(Class<?>, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that input JSON Number was not suitable for deserializing into given type.
weirdStringException(Class<?>, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
Method that will construct an exception suitable for throwing when some String values are acceptable, but the one encountered is not
weirdStringException(Class<?>, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that input JSON String was not in recognized format for deserializing into given type.
widenBy(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Method that can be called to do a "widening" conversions; that is, to return a type with a raw class that could be assigned from this type.
with(JsonAutoDetect) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
with(JsonAutoDetect) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return an instance that has same settings as this instance has, except for values that given annotation overrides.
withCreatorVisibility(JsonAutoDetect.Visibility) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withCreatorVisibility(JsonAutoDetect.Visibility) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for creator methods (constructors, factory methods)
withFieldVisibility(JsonAutoDetect.Visibility) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withFieldVisibility(JsonAutoDetect.Visibility) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for fields.
withFiltered(BeanPropertyWriter[]) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
Method used for constructing a filtered serializer instance, using this serializer as the base.
withGetterVisibility(JsonAutoDetect.Visibility) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withGetterVisibility(JsonAutoDetect.Visibility) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for regular ("getXxx") getters.
withIsGetterVisibility(JsonAutoDetect.Visibility) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withIsGetterVisibility(JsonAutoDetect.Visibility) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for "is-getters" ("isXxx").
withSerializer(JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method that will construct and return a new writer that has same properties as this writer, but uses specified serializer instead of currently configured one (if any).
withSetterVisibility(JsonAutoDetect.Visibility) - Method in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withSetterVisibility(JsonAutoDetect.Visibility) - Method in interface org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for setters.
withType(JavaType) - Method in class org.codehaus.jackson.map.ObjectWriter
 
withType(Class<?>) - Method in class org.codehaus.jackson.map.ObjectWriter
 
withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializerBase
Factory(-like) method that can be used to construct a new container serializer that uses specified TypeSerializer for decorating contained values with additiona type information.
withView(Class<?>) - Method in class org.codehaus.jackson.map.ObjectWriter
 
wrapAndThrow(Throwable, Object, String) - Method in class org.codehaus.jackson.map.ser.SerializerBase
Method that will modify caught exception (passed in as argument) as necessary to include reference information, and to ensure it is a subtype of IOException, or an unchecked exception.
wrapAndThrow(Throwable, Object, int) - Method in class org.codehaus.jackson.map.ser.SerializerBase
 
wrapWithPath(Throwable, Object, String) - Static method in exception org.codehaus.jackson.map.JsonMappingException
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
wrapWithPath(Throwable, Object, int) - Static method in exception org.codehaus.jackson.map.JsonMappingException
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
wrapWithPath(Throwable, JsonMappingException.Reference) - Static method in exception org.codehaus.jackson.map.JsonMappingException
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
write(char[]) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
write(char[], int, int) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
write(int) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
write(String) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
write(String, int, int) - Method in class org.codehaus.jackson.io.SegmentedStringWriter
 
write(char[]) - Method in class org.codehaus.jackson.io.UTF8Writer
 
write(char[], int, int) - Method in class org.codehaus.jackson.io.UTF8Writer
 
write(int) - Method in class org.codehaus.jackson.io.UTF8Writer
 
write(String) - Method in class org.codehaus.jackson.io.UTF8Writer
 
write(String, int, int) - Method in class org.codehaus.jackson.io.UTF8Writer
 
write(byte[]) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
write(byte[], int, int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
write(int) - Method in class org.codehaus.jackson.util.ByteArrayBuilder
 
writeArrayFieldStart(String) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") (that will contain a Json Array value), and the START_ARRAY marker.
writeArrayValueSeparator(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeArrayValueSeparator(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.jackson.JsonGenerator
Method that will output given chunk of binary data as base64 encoded, as a complete String value (surrounded by double quotes).
writeBinary(byte[], int, int) - Method in class org.codehaus.jackson.JsonGenerator
Similar to JsonGenerator.writeBinary(Base64Variant,byte[],int,int), but default to using the Jackson default Base64 variant (which is Base64Variants.MIME_NO_LINEFEEDS).
writeBinary(byte[]) - Method in class org.codehaus.jackson.JsonGenerator
Similar to JsonGenerator.writeBinary(Base64Variant,byte[],int,int), but assumes default to using the Jackson default Base64 variant (which is Base64Variants.MIME_NO_LINEFEEDS).
writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeBinaryField(String, byte[]) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that contains specified data in base64-encoded form.
writeBoolean(boolean) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeBoolean(boolean) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeBoolean(boolean) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting literal Json boolean value (one of Strings 'true' and 'false').
writeBoolean(boolean) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeBoolean(boolean) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeBooleanField(String, boolean) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a boolean value.
writeEndArray(JsonGenerator, int) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
writeEndArray() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeEndArray() - Method in class org.codehaus.jackson.JsonGenerator
Method for writing closing marker of a Json Array value (character ']'; plus possible white space decoration if pretty-printing is enabled).
writeEndArray(JsonGenerator, int) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after an Array value has been completely output (minus closing bracket).
writeEndArray() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeEndArray() - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeEndObject(JsonGenerator, int) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
writeEndObject() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeEndObject() - Method in class org.codehaus.jackson.JsonGenerator
Method for writing closing marker of a Json Object value (character '}'; plus possible white space decoration if pretty-printing is enabled).
writeEndObject(JsonGenerator, int) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after an Object value has been completely output (minus closing curly bracket).
writeEndObject() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeEndObject() - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeFieldName(String) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeFieldName(String) - Method in class org.codehaus.jackson.impl.JsonWriteContext
Method that writer is to call before it writes a field name.
writeFieldName(String) - Method in class org.codehaus.jackson.JsonGenerator
Method for writing a field name (json String surrounded by double quotes: syntactically identical to a json String value), possibly decorated by white space if pretty-printing is enabled.
writeFieldName(String) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeFieldName(String) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeIndentation(JsonGenerator, int) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.FixedSpaceIndenter
 
writeIndentation(JsonGenerator, int) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.Lf2SpacesIndenter
 
writeIndentation(JsonGenerator, int) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter.NopIndenter
 
writeIndentation(JsonGenerator, int) - Method in interface org.codehaus.jackson.impl.Indenter
 
writeNull() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNull() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNull() - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting literal Json null value.
writeNull() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNull() - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNullField(String) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has Json literal value null.
writeNumber(int) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNumber(long) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNumber(double) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNumber(float) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNumber(BigDecimal) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeNumber(int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(long) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(BigInteger) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(double) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(float) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(BigDecimal) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(String) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(int) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(long) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(BigInteger) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(double) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(float) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(BigDecimal) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(String) - Method in class org.codehaus.jackson.JsonGenerator
Write method that can be used for custom numeric types that can not be (easily?) converted to "standard" Java number types.
writeNumber(int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(long) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(BigInteger) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(double) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(float) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(BigDecimal) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(String) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(long) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(double) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(float) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(BigDecimal) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(BigInteger) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumber(String) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeNumberField(String, int) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, long) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, double) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, float) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, BigDecimal) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeObject(Object) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeObject(Object) - Method in class org.codehaus.jackson.JsonGenerator
Method for writing given Java object (POJO) as Json.
writeObject(Object) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeObject(Object) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeObjectEntrySeparator(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectEntrySeparator(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectField(String, Object) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has contents of specific Java object as its value.
writeObjectFieldStart(String) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") (that will contain a Json Object value), and the START_OBJECT marker.
writeObjectFieldValueSeparator(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
Method called after an object field has been output, but before the value is output.
writeObjectFieldValueSeparator(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after an object field has been output, but before the value is output.
writeRaw(String) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(String, int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(char[], int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(char) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(String) - Method in class org.codehaus.jackson.JsonGenerator
Fallback method which can be used to make generator copy input text verbatim with no modifications (including that no quoting is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String, int, int) - Method in class org.codehaus.jackson.JsonGenerator
 
writeRaw(char[], int, int) - Method in class org.codehaus.jackson.JsonGenerator
 
writeRaw(char) - Method in class org.codehaus.jackson.JsonGenerator
 
writeRaw(String) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(String, int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(char[], int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(char) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(String) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRaw(String, int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRaw(char[], int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRaw(char) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(String) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRawValue(String, int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRawValue(char[], int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRawValue(String) - Method in class org.codehaus.jackson.JsonGenerator
Fallback method which can be used to make generator copy input text verbatim without any modifications, but assuming it must constitute a single legal Json value (number, string, boolean, null, Array or List).
writeRawValue(String, int, int) - Method in class org.codehaus.jackson.JsonGenerator
 
writeRawValue(char[], int, int) - Method in class org.codehaus.jackson.JsonGenerator
 
writeRawValue(String) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(String, int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(char[], int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(String) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(String, int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(char[], int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
WriterBasedGenerator - Class in org.codehaus.jackson.impl
 
WriterBasedGenerator(IOContext, int, ObjectCodec, Writer) - Constructor for class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRootValueSeparator(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
writeRootValueSeparator(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called after a root-level value has been completely output, and before another value is to be output.
writeStartArray(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
writeStartArray() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeStartArray() - Method in class org.codehaus.jackson.JsonGenerator
Method for writing starting marker of a Json Array value (character '['; plus possible white space decoration if pretty-printing is enabled).
writeStartArray(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called when an Array value is to be output, before any member/child values are output.
writeStartArray() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeStartArray() - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeStartObject(JsonGenerator) - Method in class org.codehaus.jackson.impl.DefaultPrettyPrinter
 
writeStartObject() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeStartObject() - Method in class org.codehaus.jackson.JsonGenerator
Method for writing starting marker of a Json Object value (character '{'; plus possible white space decoration if pretty-printing is enabled).
writeStartObject(JsonGenerator) - Method in interface org.codehaus.jackson.PrettyPrinter
Method called when an Object value is to be output, before any fields are output.
writeStartObject() - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeStartObject() - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeString(String) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeString(char[], int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
writeString(String) - Method in class org.codehaus.jackson.JsonGenerator
Method for outputting a String value.
writeString(char[], int, int) - Method in class org.codehaus.jackson.JsonGenerator
 
writeString(String) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeString(char[], int, int) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeString(String) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeString(char[], int, int) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeStringField(String, String) - Method in class org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a String value.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to serialize given value.
writeTo(JsonGenerator) - Method in class org.codehaus.jackson.JsonNode
Deprecated. Use methods that are part of JsonGenerator or ObjectMapper instead.
writeTo(JsonGenerator) - Method in class org.codehaus.jackson.node.BaseJsonNode
Note: this method is deprecated, given that we want to use the standard serialization interface.
writeTree(JsonNode) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
writeTree(JsonNode) - Method in class org.codehaus.jackson.JsonGenerator
Method for writing given Json tree (expressed as a tree where given JsonNode is the root) using this generator.
writeTree(JsonGenerator, JsonNode) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to serialize given JSON Tree, using generator provided.
writeTree(JsonGenerator, JsonNode, SerializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method to serialize given Json Tree, using generator provided.
writeTree(JsonNode, File) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
writeTree(JsonNode, Writer) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
writeTree(JsonNode, OutputStream) - Method in class org.codehaus.jackson.map.TreeMapper
Deprecated.  
writeTree(JsonGenerator, JsonNode) - Method in class org.codehaus.jackson.ObjectCodec
Method to serialize given Json Tree, using generator provided.
writeTree(JsonNode) - Method in class org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeTree(JsonNode) - Method in class org.codehaus.jackson.util.TokenBuffer
 
writeTypePrefixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as JSON Array value (not as JSON Object or scalar).
writeTypePrefixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as JSON Object value (not as JSON Array or scalar).
writeTypePrefixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as scalar JSON value (not as JSON Object or Array).
writeTypeSuffixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForArray(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
Method called after value has been serialized, to close any scopes opened by earlier matching call to TypeSerializer.writeTypePrefixForObject(java.lang.Object, org.codehaus.jackson.JsonGenerator).
writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForScalar(Object, JsonGenerator) - Method in class org.codehaus.jackson.map.TypeSerializer
Method called after value has been serialized, to close any scopes opened by earlier matching call to TypeSerializer.writeTypePrefixForScalar(java.lang.Object, org.codehaus.jackson.JsonGenerator).
writeValue() - Method in class org.codehaus.jackson.impl.JsonWriteContext
 
writeValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, using provided JsonGenerator.
writeValue(JsonGenerator, Object, SerializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, using provided JsonGenerator, configured as per passed configuration object.
writeValue(File, Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, written to File provided.
writeValue(OutputStream, Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, using output stream provided (using encoding JsonEncoding.UTF8).
writeValue(Writer, Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, using Writer provided.
writeValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using provided JsonGenerator.
writeValue(File, Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, written to File provided.
writeValue(OutputStream, Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using output stream provided (using encoding JsonEncoding.UTF8).
writeValue(Writer, Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using Writer provided.
writeValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.ObjectCodec
Method to serialize given Java Object, using generator provided.
writeValueAsBytes(Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as a byte array.
writeValueAsBytes(Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as a byte array.
writeValueAsString(Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as a String.
writeValueAsString(Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as a String.
writeValueUsingView(JsonGenerator, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Use ObjectMapper.viewWriter(java.lang.Class) instead
writeValueUsingView(Writer, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Use ObjectMapper.viewWriter(java.lang.Class) instead
writeValueUsingView(OutputStream, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Deprecated. Use ObjectMapper.viewWriter(java.lang.Class) instead
wrongTokenException(JsonParser, JsonToken, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
wrongTokenException(JsonParser, JsonToken, String) - Method in class org.codehaus.jackson.map.DeserializationContext
Helper method for indicating that the current token was expected to be another token.

X

XmlAdapterJsonDeserializer - Class in org.codehaus.jackson.xc
 
XmlAdapterJsonDeserializer(XmlAdapter<Object, Object>) - Constructor for class org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
XmlAdapterJsonSerializer - Class in org.codehaus.jackson.xc
 
XmlAdapterJsonSerializer(XmlAdapter<Object, Object>) - Constructor for class org.codehaus.jackson.xc.XmlAdapterJsonSerializer
 

_

_accessorMethod - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Accessor method used to get property value, for method-accessible properties.
_add(Annotation) - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
 
_addClassMixIns(AnnotationMap, Class<?>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Helper method for adding any mix-in annotations specified class might have.
_addClassMixIns(AnnotationMap, Class<?>, Class<?>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addConstructorMixIns(Class<?>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addDeserializerConstructors(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, BeanDeserializer, AnnotationIntrospector, CreatorContainer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_addDeserializerFactoryMethods(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, BeanDeserializer, AnnotationIntrospector, CreatorContainer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_addFactoryMixIns(Class<?>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addFieldMixIns(Class<?>, Map<String, AnnotatedField>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
Method called to add field mix-ins from given mix-in class (and its fields) into already collected actual fields (from introspected classes and their super-classes)
_addFields(Map<String, AnnotatedField>, Class<?>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMemberMethods(Class<?>, MethodFilter, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMethodMixIns(MethodFilter, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMixOvers(Constructor<?>, AnnotatedConstructor, boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMixOvers(Method, AnnotatedMethod, boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMixUnders(Method, AnnotatedMethod) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addPlaceholder(String) - Method in class org.codehaus.jackson.map.type.TypeBindings
 
_annotationIntrospector - Variable in class org.codehaus.jackson.map.DeserializationConfig
Introspector used for accessing annotation value based configuration.
_annotationIntrospector - Variable in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_annotationIntrospector - Variable in class org.codehaus.jackson.map.SerializationConfig
Introspector used for accessing annotation value based configuration.
_annotations - Variable in class org.codehaus.jackson.map.introspect.AnnotatedField
 
_annotations - Variable in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Annotations directly associated with the annotated entity.
_anySetter - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Fallback setter used for handling any properties that are not mapped to regular setters.
_append(JsonToken) - Method in class org.codehaus.jackson.util.TokenBuffer
 
_append(JsonToken, Object) - Method in class org.codehaus.jackson.util.TokenBuffer
 
_appendOffset - Variable in class org.codehaus.jackson.util.TokenBuffer
Offset within last segment,
_appendPathDesc(StringBuilder) - Method in exception org.codehaus.jackson.map.JsonMappingException
 
_appliesFor - Variable in class org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
Definition of what types is this default typer valid for.
_arrayBuilders - Variable in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_arrayIndenter - Variable in class org.codehaus.jackson.impl.DefaultPrettyPrinter
By default, let's use only spaces to separate array values.
_asBase64(boolean, byte[]) - Static method in class org.codehaus.jackson.node.BinaryNode
 
_assertSubclass(Class<?>, Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
_assignableFrom(Class<?>) - Static method in class org.codehaus.jackson.map.ser.FilteredBeanPropertyWriter
 
_basePackageName - Variable in class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
Package name of the base class, to be used for determining common prefix that can be omitted from included type id.
_basePackagePrefix - Variable in class org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
Same as MinimalClassNameIdResolver._basePackageName, but includes trailing dot.
_baseType - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_baseType - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
_beanType - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
 
_binaryValue - Variable in class org.codehaus.jackson.impl.JsonParserBase
We will hold on to decoded binary data, for duration of current event, so that multiple calls to JsonParserBase.getBinaryValue(org.codehaus.jackson.Base64Variant) will not need to decode data more than once.
_bindings - Variable in class org.codehaus.jackson.map.introspect.BasicBeanDescription
We may need type bindings for the bean type.
_bindings - Variable in class org.codehaus.jackson.map.type.TypeBindings
Lazily-instantiated bindings of resolved type parameters
_buckets - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Overflow buckets; if primary doesn't match, lookup is done from here.
_bufferRecyclable - Variable in class org.codehaus.jackson.impl.StreamBasedParserBase
Flag that indicates whether the input buffer is recycable (and needs to be returned to recycler once we are done) or not.
_byteBuilder - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_cachedDeserializers - Variable in class org.codehaus.jackson.map.deser.StdDeserializerProvider
We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct.
_calcName(Class<?>) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_canonicalize - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Whether any canonicalization should be attempted (whether using intern or not)
_cantHappen() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_cfgCheckCanDeserialize - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Whether we want to actually check that Jackson has a deserializer for given type.
_cfgCheckCanSerialize - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Whether we want to actually check that Jackson has a serializer for given type.
_cfgCustomUntouchables - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Set of types (classes) that provider should ignore for data binding
_cfgNumbersAsStrings - Variable in class org.codehaus.jackson.impl.JsonGeneratorBase
Flag set to indicate that implicit conversion from number to JSON String is needed (as per JsonGenerator.Feature.WRITE_NUMBERS_AS_STRINGS).
_cfgPrettyPrinter - Variable in class org.codehaus.jackson.JsonGenerator
Object that handles pretty-printing (usually additional white space to make results more human-readable) during output.
_cfgSerializationType - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Type to use for locating serializer; normally same as return type of the accessor method, but may be overridden by annotations.
_checkIsNumber() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_class - Variable in class org.codehaus.jackson.map.jsontype.NamedType
 
_class - Variable in class org.codehaus.jackson.map.ser.BeanSerializer
Value type of this serializer, used for error reporting and debugging.
_class - Variable in class org.codehaus.jackson.type.JavaType
This is the nominal type-erased Class that would be close to the type represented (but not exactly type, due to type erasure: type instance may have more information on this).
_classInfo - Variable in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Information collected about the class introspected.
_classIntrospector - Variable in class org.codehaus.jackson.map.DeserializationConfig
Introspector used to figure out Bean properties needed for bean serialization and deserialization.
_classIntrospector - Variable in class org.codehaus.jackson.map.SerializationConfig
Introspector used to figure out Bean properties needed for bean serialization and deserialization.
_closed - Variable in class org.codehaus.jackson.impl.JsonGeneratorBase
Flag that indicates whether generator is closed or not.
_closed - Variable in class org.codehaus.jackson.impl.JsonParserBase
Flag that indicates whether parser is closed or not.
_closed - Variable in class org.codehaus.jackson.node.TreeTraversingParser
Flag that indicates whether parser is closed or not.
_closed - Variable in class org.codehaus.jackson.util.TokenBuffer
 
_closed - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_closeInput() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_closeInput() - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
 
_closeInput() - Method in class org.codehaus.jackson.impl.StreamBasedParserBase
 
_codec - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_collectAndResolve(AnnotatedClass, MapperConfig<?>, AnnotationIntrospector, Collection<NamedType>) - Method in class org.codehaus.jackson.map.util.SubTypeHelper
 
_collectRelevantAnnotations(Annotation[][]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_collectRelevantAnnotations(Annotation[]) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_columnNr - Variable in class org.codehaus.jackson.impl.JsonReadContext
 
_concatCBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference to the buffer allocated for buffering it for output, before being encoded: generally this means concatenating output, then encoding when buffer fills up.
_config - Variable in class org.codehaus.jackson.map.DeserializationContext
 
_config - Variable in class org.codehaus.jackson.map.ObjectWriter
General serialization configuration settings
_config - Variable in class org.codehaus.jackson.map.SerializerProvider
 
_configAndWriteValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.map.ObjectMapper
Method called to configure the generator as necessary and then call write functionality
_configAndWriteValue(JsonGenerator, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
 
_configAndWriteValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.map.ObjectWriter
Method called to configure the generator as necessary and then call write functionality
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.BooleanBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.ByteBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.DoubleBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.FloatBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.IntBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.LongBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.ArrayBuilders.ShortBuilder
 
_constructArray(int) - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
_constructConstructor(Constructor<?>, boolean) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructCreatorMethod(Method) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructError(String, Throwable) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_constructError(String) - Method in class org.codehaus.jackson.JsonParser
Helper method for constructing JsonParseExceptions based on current state of the parser
_constructField(Field) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructMethod(Method) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructSimple(Class<?>, JavaType[]) - Static method in class org.codehaus.jackson.map.type.TypeFactory
 
_constructWriter(SerializationConfig, TypeBindings, PropertyBuilder, boolean, String, AnnotatedMember) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Secondary helper method for constructing BeanPropertyWriter for given member (field or method).
_containedIn(Class<?>, HashSet<ClassKey>) - Static method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
_context - Variable in class org.codehaus.jackson.io.MergedStream
 
_contextClass - Variable in class org.codehaus.jackson.map.type.TypeBindings
Specific class to use for resolving all types, for methods and fields class and its superclasses and -interfaces contain.
_contextType - Variable in class org.codehaus.jackson.map.type.TypeBindings
Context type used for resolving all types, if specified.
_convert(Object, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
_convertType(Type) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method used to construct a JDK generic type into type definition Jackson understands.
_copyTo(Object, int, Object[], int) - Method in class org.codehaus.jackson.map.util.ObjectBuffer
 
_createAndCache2(DeserializationConfig, JavaType, JavaType, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
Method that handles actual construction (via factory) and caching (both intermediate and eventual)
_createAndCacheUntypedSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Method that will try to construct a value serializer; and if one is succesfully created, cache it for reuse.
_createAndCacheUntypedSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_createAndCacheValueDeserializer(DeserializationConfig, JavaType, JavaType, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
Method that will try to create a deserializer for given type, and resolve and cache it if necessary
_createContext(Object, boolean) - Method in class org.codehaus.jackson.JsonFactory
Overridable construction method that actually instantiates desired generator.
_createDeserializationContext(JsonParser, DeserializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
 
_createDeserializer(DeserializationConfig, JavaType, JavaType, String) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_createJsonGenerator(Writer, IOContext) - Method in class org.codehaus.jackson.JsonFactory
Overridable construction method that actually instantiates desired generator
_createJsonParser(InputStream, IOContext) - Method in class org.codehaus.jackson.JsonFactory
Overridable construction method that actually instantiates desired parser.
_createJsonParser(Reader, IOContext) - Method in class org.codehaus.jackson.JsonFactory
 
_createJsonParser(byte[], int, int, IOContext) - Method in class org.codehaus.jackson.JsonFactory
 
_createUntypedSerializer(JavaType) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_createWriter(OutputStream, JsonEncoding, IOContext) - Method in class org.codehaus.jackson.JsonFactory
 
_creatorMinLevel - Variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_currentName - Variable in class org.codehaus.jackson.impl.JsonReadContext
 
_currentObject() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_currInputProcessed - Variable in class org.codehaus.jackson.impl.JsonParserBase
Number of characters that were contained in previous blocks (blocks that were already processed prior to the current buffer).
_currInputRow - Variable in class org.codehaus.jackson.impl.JsonParserBase
Current row location of current point in input buffer, starting from 1
_currInputRowStart - Variable in class org.codehaus.jackson.impl.JsonParserBase
Current index of the first character of the current row in input buffer.
_currToken - Variable in class org.codehaus.jackson.JsonParser
Last token retrieved via JsonParser.nextToken(), if any.
_customIdResolver - Variable in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_dateFormat - Variable in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_dateFormat - Variable in class org.codehaus.jackson.map.DeserializationConfig
Custom date format to use for de-serialization.
_dateFormat - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Lazily acquired and instantiated formatter object: initialized first time it is needed, reused afterwards.
_dateFormat - Variable in class org.codehaus.jackson.map.SerializationConfig
Textual date format to use for serialization (if enabled by SerializationConfig.Feature.WRITE_DATES_AS_TIMESTAMPS being set to false).
_decodeBase64(Base64Variant) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_decodeBase64(Base64Variant) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_decodeBase64(Base64Variant) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_decodeBase64(String, ByteArrayBuilder, Base64Variant) - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_decodeCharForError(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_decodeEscaped() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_decodeEscaped() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_defaultAnnotationsToUse - Variable in class org.codehaus.jackson.jaxrs.MapperConfigurator
Annotations set to use by default; overridden by explicit call to MapperConfigurator.setAnnotationsToUse(org.codehaus.jackson.jaxrs.Annotations[])
_defaultBean - Variable in class org.codehaus.jackson.map.ser.PropertyBuilder
If a property has serialization inclusion value of JsonSerialize.Inclusion.ALWAYS, we need to know the default value of the bean, to know if property value equals default one.
_defaultConstructor - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Default constructor used to instantiate the bean when mapping from Json object, and only using setters for initialization (not specific constructors).
_defaultMapper - Variable in class org.codehaus.jackson.jaxrs.MapperConfigurator
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
_defaultTypeId(Class<?>) - Static method in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
If no name was explicitly given for a class, we will just use non-qualified class name
_defaultTyper - Variable in class org.codehaus.jackson.map.ObjectMapper
Object that defines how to add type information for types that do not have explicit type information settings (which are usually indicated by JsonTypeInfo) If set to null, no type information will be added unless annotations are used; if set to non-null, resolver builder is used to check which type serializers and deserializers are to be used (if any)
_defaultTyper - Variable in class org.codehaus.jackson.map.ObjectWriter
 
_delegatingCreator - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
If the bean class can be instantiated using a creator (an annotated single arg constructor or static method), this object is used for handling details of how delegate-based deserialization and instance construction works
_desc(String) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_deserializationConfig - Variable in class org.codehaus.jackson.map.ObjectMapper
Configuration object that defines basic global settings for the serialization process
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer.CurrencyDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer.PatternDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer.URIDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer.URLDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.FromStringDeserializer.UUIDDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DOMDocumentDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DOMNodeDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.DurationDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.GregorianCalendarDeserializer
 
_deserialize(String, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.CoreXMLDeserializers.QNameDeserializer
 
_deserializerProvider - Variable in class org.codehaus.jackson.map.ObjectMapper
Object that manages access to deserializers used for deserializing JSON content into Java objects, including possible caching of the deserializers.
_deserializers - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
For efficient operation we will lazily build mappings from type ids to actual deserializers, once needed.
_deserializeUsingCreator(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
_deserializeUsingPropertyBased(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to deserialize bean using "property-based creator": this means that a non-default constructor or factory method is called, and then possibly other setters.
_deserProvider - Variable in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_dirty - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Flag that indicates if any changes have been made to the data; used to both determine if bucket array needs to be copied when (first) change is made, and potentially if updated bucket list is to be resync'ed back to master instance.
_doFindDeserializationType(Annotated, JavaType, String) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_elementSerializer - Variable in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
Value serializer to use, if it can be statically determined
_elementType - Variable in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
_encoding - Variable in class org.codehaus.jackson.io.IOContext
Encoding used by the underlying stream, if known.
_entityBuffer - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
6-char temporary buffer allocated if needed, for constructing escape sequences
_enumClass - Variable in class org.codehaus.jackson.map.deser.EnumResolver
 
_enums - Variable in class org.codehaus.jackson.map.deser.EnumResolver
 
_enumsById - Variable in class org.codehaus.jackson.map.deser.EnumResolver
 
_factory - Variable in class org.codehaus.jackson.map.deser.StdDeserializerProvider
Factory responsible for constructing actual deserializers, if not one of pre-configured types.
_featureFlags - Variable in class org.codehaus.jackson.map.DeserializationConfig
Bit set that contains all enabled features
_featureFlags - Variable in class org.codehaus.jackson.map.SerializationConfig
 
_features - Variable in class org.codehaus.jackson.impl.JsonGeneratorBase
Bit flag composed of bits that indicate which JsonGenerator.Features are enabled.
_features - Variable in class org.codehaus.jackson.JsonParser
Bit flag composed of bits that indicate which JsonParser.Features are enabled.
_field - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
Actual field to set when deserializing this property.
_field - Variable in class org.codehaus.jackson.map.introspect.AnnotatedField
 
_field - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Field that contains the property value for field-accessible properties.
_fieldMinLevel - Variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_fieldName - Variable in class org.codehaus.jackson.map.JsonMappingException.Reference
Name of field (for beans) or key (for Maps) that is part of the reference.
_filteredProps - Variable in class org.codehaus.jackson.map.ser.BeanSerializer
Optional filters used to suppress output of properties that are only to be included in certain views
_findCachedDeserializer(JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_findDeserializer(DeserializationContext, String) - Method in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_findExplicitUntypedSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Method that will try to find a serializer, either from cache or by constructing one; but will not return an "unknown" serializer if this can not be done but rather returns null.
_findParentType(Class<?>, Class<T>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method that is to figure out actual type parameters that given class binds to generic types defined by given interface type.
_findPropertyFields(VisibilityChecker<?>, Collection<String>, boolean) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_findRootDeserializer(DeserializationConfig, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
Method called to locate deserializer for the passed root-level value.
_findSubclassDeserializer(DeserializationContext, Object, TokenBuffer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Helper method called to (try to) locate deserializer for given sub-type of type that this deserializer handles.
_finishString() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_finishString() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_finishString() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_finishString2() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_first - Variable in class org.codehaus.jackson.util.TokenBuffer
First segment, for contents this buffer has
_flushBuffer() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_from - Variable in class org.codehaus.jackson.map.JsonMappingException.Reference
Object through which reference was resolved.
_fromArrayType(GenericArrayType, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromClass(Class<?>, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromParameterizedClass(Class<?>, List<JavaType>) - Method in class org.codehaus.jackson.map.type.TypeFactory
Method used by TypeParser when generics-aware version is constructed.
_fromParamType(ParameterizedType, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
This method deals with parameterized types, that is, first class generic classes.
_fromType(Type, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
Factory method that can be used if type information is passed as Java typing returned from getGenericXxx methods (usually for a return or argument type).
_fromVariable(TypeVariable<?>, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromWildcard(WildcardType, TypeBindings) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_function - Variable in class org.codehaus.jackson.map.util.JSONPObject
JSONP function name to use for serialization
_generatorFeatures - Variable in class org.codehaus.jackson.JsonFactory
 
_generatorFeatures - Variable in class org.codehaus.jackson.util.TokenBuffer
Bit flag composed of bits that indicate which JsonGenerator.Features are enabled.
_getBufferRecycler() - Method in class org.codehaus.jackson.JsonFactory
Method used by factory to create buffer recycler instances for parsers and generators.
_getByteArrayBuilder() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_getCharDesc(int) - Static method in class org.codehaus.jackson.impl.JsonParserBase
 
_getter - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
Get method for accessing property value used to access property (of Collection or Map type) to modify.
_getterMinLevel - Variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_handledType - Variable in class org.codehaus.jackson.map.ser.SerializerBase
 
_handleEOF() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method called when an EOF is encountered between tokens.
_handleUnexpectedValue(int) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
Method for handling cases where first non-space character of an expected value token is not legal for standard JSON content.
_handleUnexpectedValue(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
Method for handling cases where first non-space character of an expected value token is not legal for standard JSON content.
_handleUnknownKeyDeserializer(JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_handleUnknownValueDeserializer(JavaType) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_handleUnusualFieldName(int) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
Method called when we see non-white space character other than double quote, when expecting a field name.
_handleUnusualFieldName(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
Method called when we see non-white space character other than double quote, when expecting a field name.
_hashCode - Variable in class org.codehaus.jackson.map.jsontype.NamedType
 
_hashCode - Variable in class org.codehaus.jackson.type.JavaType
 
_idResolver - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_idResolver - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
_idToType - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
Mappings from type id to JavaType, used for deserialization
_idType - Variable in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_ignorableProperties - Variable in class org.codehaus.jackson.map.deser.MapDeserializer
 
_ignorableProps - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
In addition to properties that are set, we will also keep track of recognized but ignorable properties: these will be skipped without errors or warnings.
_ignoreAllUnknown - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Flag that can be set to ignore and skip unknown properties.
_ignoredEntries - Variable in class org.codehaus.jackson.map.ser.MapSerializer
Set of entries to omit during serialization, if any
_includeAs - Variable in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_includeInViews - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Alternate set of property writers used when view-based filtering is available for the Bean.
_incompleteDeserializers - Variable in class org.codehaus.jackson.map.deser.StdDeserializerProvider
During deserializer construction process we may need to keep track of partially completed deserializers, to resolve cyclic dependencies.
_index - Variable in class org.codehaus.jackson.JsonStreamContext
Index of the currently processed entry.
_index - Variable in class org.codehaus.jackson.map.JsonMappingException.Reference
Index within a Collection instance that contained the reference; used if index is relevant and available.
_indexMask - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Mask used to get index from hash values; equal to _buckets.length - 1, when _buckets.length is a power of two.
_initForReading(JsonParser) - Method in class org.codehaus.jackson.map.ObjectMapper
Method called to ensure that given parser is ready for reading content for data binding.
_inputBuffer - Variable in class org.codehaus.jackson.impl.ReaderBasedParserBase
Current buffer from which data is read; generally data is read into buffer from input source.
_inputBuffer - Variable in class org.codehaus.jackson.impl.StreamBasedParserBase
Current buffer from which data is read; generally data is read into buffer from input source, but in some cases pre-loaded buffer is handed to the parser.
_inputEnd - Variable in class org.codehaus.jackson.impl.JsonParserBase
Index of character after last available one in the buffer.
_inputProcessed - Variable in class org.codehaus.jackson.impl.ByteSourceBootstrapper
Current number of input units (bytes or chars) that were processed in previous blocks, before contents of current input buffer.
_inputPtr - Variable in class org.codehaus.jackson.impl.JsonParserBase
Pointer to next available character in buffer
_inputStream - Variable in class org.codehaus.jackson.impl.StreamBasedParserBase
Input stream that can be used for reading more content, if one in use.
_intern - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Whether canonical symbol Strings are to be intern()ed before added to the table or not
_ioContext - Variable in class org.codehaus.jackson.impl.JsonParserBase
I/O context for this reader.
_ioContext - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_isGetterMinLevel - Variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_isIgnorable(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
_isIncludableMethod(Method, MethodFilter) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_jaxbIntrospectorClass - Variable in class org.codehaus.jackson.jaxrs.MapperConfigurator
To support optional dependency to Jackson-XC module (needed if and when JAXB annotations are used for configuration)
_jsonFactory - Variable in class org.codehaus.jackson.map.ObjectMapper
Factory used to create JsonParser and JsonGenerator instances as necessary.
_jsonFactory - Variable in class org.codehaus.jackson.map.ObjectWriter
Factory used for constructing JsonGenerators
_jsonpFunctionName - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
JSONP function name to use for automatic JSONP wrapping, if any; if null, no JSONP wrapping is done.
_keyEnums - Variable in class org.codehaus.jackson.map.ser.EnumMapSerializer
If we know enumeration used as key, this will contain value set to use for serialization
_keySerializer - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to output non-null keys of Maps (which will get output as Json Objects).
_knownSerializers - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
For fast lookups, we will have a local non-shared read-only map that contains serializers previously fetched.
_last - Variable in class org.codehaus.jackson.util.TokenBuffer
Last segment of this buffer, one that is used for appending more tokens
_lastClearedToken - Variable in class org.codehaus.jackson.JsonParser
Last cleared token, if any: that is, value that was in effect when JsonParser.clearCurrentToken() was called.
_lineNr - Variable in class org.codehaus.jackson.impl.JsonReadContext
 
_locateTypeId(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
_location - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_managedResource - Variable in class org.codehaus.jackson.io.IOContext
Flag that indicates whether underlying input/output source/target object is fully managed by the owner of this context (parser or generator).
_mapper - Variable in class org.codehaus.jackson.jaxrs.MapperConfigurator
Mapper provider was constructed with if any, or that was constructed due to a call to explicitly configure mapper.
_mapperConfig - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Helper object used for encapsulating configuration aspects of ObjectMapper
_matchToken(JsonToken) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
Method called to much one of literal tokens we may expect
_matchToken(JsonToken) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_mixInAnnotations - Variable in class org.codehaus.jackson.map.SerializationConfig
Mapping that defines how to apply mix-in annotations: key is the type to received additional annotations, and value is the type that has annotations to "mix in".
_mixInAnnotationsShared - Variable in class org.codehaus.jackson.map.DeserializationConfig
Flag used to detect when a copy if mix-in annotations is needed: set when current copy is shared, cleared when a fresh copy is maed
_mixInAnnotationsShared - Variable in class org.codehaus.jackson.map.SerializationConfig
Flag used to detect when a copy if mix-in annotations is needed: set when current copy is shared, cleared when a fresh copy is maed
_name - Variable in class org.codehaus.jackson.map.jsontype.NamedType
 
_name - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Logical name of the property; will be used as the field name under which value for the property is written.
_nameCopied - Variable in class org.codehaus.jackson.impl.JsonParserBase
Flag set to indicate whether the field name is available from the name copy buffer or not (in addition to its String representation being available via read context)
_nameCopyBuffer - Variable in class org.codehaus.jackson.impl.JsonParserBase
Temporary buffer that is needed if field name is accessed using JsonParserBase.getTextCharacters() method (instead of String returning alternatives)
_nameCopyBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference temporary buffer Parser instances need if calling app decides it wants to access name via 'getTextCharacters' method.
_narrow(Class<?>) - Method in class org.codehaus.jackson.map.type.ArrayType
Handling of narrowing conversions for arrays is trickier: for now, it is not even allowed.
_narrow(Class<?>) - Method in class org.codehaus.jackson.map.type.CollectionType
 
_narrow(Class<?>) - Method in class org.codehaus.jackson.map.type.MapType
 
_narrow(Class<?>) - Method in class org.codehaus.jackson.map.type.SimpleType
 
_narrow(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
 
_nesting - Variable in class org.codehaus.jackson.impl.DefaultPrettyPrinter
Number of open levels of nesting.
_next - Variable in class org.codehaus.jackson.util.TokenBuffer.Segment
 
_nextParser - Variable in class org.codehaus.jackson.util.JsonParserSequence
Index of the next parser in JsonParserSequence._parsers.
_nextToken - Variable in class org.codehaus.jackson.impl.JsonParserBase
Secondary token related to the current token: used when the current token is FIELD_NAME but the actual value token is also known.
_nextToken - Variable in class org.codehaus.jackson.node.TreeTraversingParser
Sometimes parser needs to buffer a single look-ahead token; if so, it'll be stored here.
_nodeCursor - Variable in class org.codehaus.jackson.node.TreeTraversingParser
Traversal context within tree
_nodeFactory - Variable in class org.codehaus.jackson.map.ObjectMapper
Node factory to use for creating JsonNodes for tree model instances when binding JSON content as JSON trees.
_nonTrivialBaseType - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Base type of the property, if the declared type is "non-trivial"; meaning it is either a structured type (collection, map, array), or parametrized.
_nullKeySerializer - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to (try to) output a null key, due to an entry of Map having null key.
_nullValue - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty
Value to be used when 'null' literal is encountered in Json.
_nullValueSerializer - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to output a null value.
_numberBigDecimal - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
_numberBigInt - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
_numberCreator - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
If the "bean" class can be instantiated using just a single numeric (int, long) value (via constructor, static method etc), this object knows how to invoke method/constructor in question.
_numberDouble - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
_numberInt - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
_numberLong - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
 
_numberNegative - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
Flag that indicates whether numeric value has a negative value.
_numTypesValid - Variable in class org.codehaus.jackson.impl.JsonNumericParserBase
Bitfield that indicates which numeric representations have been calculated for the current type
_objectBuffer - Variable in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_objectCodec - Variable in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_objectCodec - Variable in class org.codehaus.jackson.impl.ReaderBasedParser
 
_objectCodec - Variable in class org.codehaus.jackson.impl.Utf8StreamParser
Codec used for data binding when (if) requested.
_objectCodec - Variable in class org.codehaus.jackson.JsonFactory
Object that implements conversion functionality between Java objects and Json content.
_objectCodec - Variable in class org.codehaus.jackson.node.TreeTraversingParser
 
_objectCodec - Variable in class org.codehaus.jackson.util.TokenBuffer
Object codec to use for stream-based object conversion through parser/generator interfaces.
_objectIndenter - Variable in class org.codehaus.jackson.impl.DefaultPrettyPrinter
By default, let's use linefeed-adding indenter for separate object entries.
_objectMapper - Variable in class org.codehaus.jackson.map.TreeMapper
Deprecated. Mapper that handles actual serialization/deserialization
_optimizedStreamFromURL(URL) - Method in class org.codehaus.jackson.JsonFactory
Helper methods used for constructing an optimal stream for parsers to use, when input is to be read from an URL.
_outputBuffer - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
Intermediate buffer in which contents are buffered before being written using WriterBasedGenerator._writer.
_outputEnd - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
End marker of the output buffer; one past the last valid position within the buffer.
_outputHead - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
Pointer to the first buffered character to output
_outputTail - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
Pointer to the position right beyond the last character to output (end marker; may be past the buffer)
_paramAnnotations - Variable in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
Annotations associated with parameters of the annotated entity (method or constructor parameters)
_paramTypes - Variable in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
_parent - Variable in class org.codehaus.jackson.impl.JsonReadContext
 
_parent - Variable in class org.codehaus.jackson.impl.JsonWriteContext
 
_parent - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Sharing of learnt symbols is done by optional linking of symbol table instances with their parents.
_parse(String, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
_parseApostropheFieldName() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_parseApostropheFieldName() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_parseBoolean(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseDate(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseDouble(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseDouble(String) - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
_parseFieldName(int) - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_parseFieldName(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_parseFloat(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseInt(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseInt(String) - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
_parseLong(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parseLong(String) - Method in class org.codehaus.jackson.map.deser.StdKeyDeserializer
 
_parser - Variable in class org.codehaus.jackson.map.deser.StdDeserializationContext
Currently active parser used for deserialization.
_parser - Variable in class org.codehaus.jackson.map.type.TypeFactory
 
_parserFeatures - Variable in class org.codehaus.jackson.JsonFactory
 
_parsers - Variable in class org.codehaus.jackson.util.JsonParserSequence
Parsers other than the first one (which is initially assigned as delegate)
_parseShort(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.StdDeserializer
 
_parsingContext - Variable in class org.codehaus.jackson.impl.JsonParserBase
Information about parser context, context in which the next token is to be parsed (root, array, object).
_parsingContext - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
Information about parser context, context in which the next token is to be parsed (root, array, object).
_path - Variable in exception org.codehaus.jackson.map.JsonMappingException
Path through which problem that triggering throwing of this exception was reached.
_placeholders - Variable in class org.codehaus.jackson.map.type.TypeBindings
Also: we may temporarily want to mark certain named types as resolved (but without exact type); if so, we'll just store names here.
_prefix - Variable in class org.codehaus.jackson.map.util.JSONWrappedObject
Literal String to output before serialized value.
_problem(TypeParser.MyTokenizer, String) - Method in class org.codehaus.jackson.map.type.TypeParser
 
_problemHandlers - Variable in class org.codehaus.jackson.map.DeserializationConfig
Linked list that contains all registered problem handlers.
_propertyBasedCreator - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
If the bean needs to be instantiated using constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation.
_propertyBasedCreator - Variable in class org.codehaus.jackson.map.deser.MapDeserializer
If the Map is to be instantiated using non-default constructor or factory method that takes one or more named properties as argument(s), this creator is used for instantiation.
_propertyName - Variable in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
_propertyName - Variable in class org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
_props - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Things set via setters (modifiers) are included in this Map.
_props - Variable in class org.codehaus.jackson.map.ser.BeanSerializer
Writers used for outputting actual property values
_provider - Variable in class org.codehaus.jackson.map.ObjectWriter
 
_providers - Variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Injectable context object used to locate configured instance of ObjectMapper to use for actual serialization.
_quadBuffer - Variable in class org.codehaus.jackson.impl.Utf8StreamParser
Temporary buffer used for name parsing.
_readAndBind(JsonParser, DeserializationContext, Map<Object, Object>) - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
_reader - Variable in class org.codehaus.jackson.impl.ReaderBasedParserBase
Reader that can be used for reading more content, if one buffer from input source, but in some cases pre-loaded buffer is handed to the parser.
_readIOBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference to the allocated I/O buffer for low-level input reading, if any allocated.
_readMapAndClose(JsonParser, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
 
_readValue(DeserializationConfig, JsonParser, JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
Actual implementation of value reading+binding operation.
_releaseBuffers() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_releaseBuffers() - Method in class org.codehaus.jackson.impl.JsonParserBase
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - Method in class org.codehaus.jackson.impl.ReaderBasedParserBase
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - Method in class org.codehaus.jackson.impl.StreamBasedParserBase
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_reportBase64EOF() - Method in class org.codehaus.jackson.node.TextNode
 
_reportBase64EOF() - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_reportError(String) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_reportError(String) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_reportInvalidBase64(Base64Variant, char, int) - Method in class org.codehaus.jackson.node.TextNode
 
_reportInvalidBase64(Base64Variant, char, int, String) - Method in class org.codehaus.jackson.node.TextNode
 
_reportInvalidBase64(Base64Variant, char, int, String) - Method in class org.codehaus.jackson.util.TokenBuffer.Parser
 
_reportInvalidChar(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidEOF() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_reportInvalidEOF(String) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_reportInvalidInitial(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidOther(int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidOther(int, int) - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_reportMismatchedEndMarker(int, char) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_reportSelfReference(Object) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
_reportUnexpectedChar(int, String) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_reportUnsupportedOperation() - Method in class org.codehaus.jackson.util.TokenBuffer
 
_reset() - Method in class org.codehaus.jackson.map.util.ObjectBuffer
 
_reset() - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
_resolve() - Method in class org.codehaus.jackson.map.type.TypeBindings
 
_resolveBindings(Type) - Method in class org.codehaus.jackson.map.type.TypeBindings
 
_resolveDeserializer(DeserializationConfig, ResolvableDeserializer) - Method in class org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_resolveIntrospector(Annotations) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
_resolveIntrospectors(Annotations[]) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
_resolveSerializer(ResolvableSerializer) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_rootByteSymbols - Variable in class org.codehaus.jackson.JsonFactory
Alternative to the basic symbol table, some stream-based parsers use different name canonicalization method.
_rootCharSymbols - Variable in class org.codehaus.jackson.JsonFactory
Each factory comes equipped with a shared root symbol table.
_rootDeserializers - Variable in class org.codehaus.jackson.map.ObjectMapper
We will use a separate main-level Map for keeping track of root-level deserializers.
_rootType - Variable in class org.codehaus.jackson.map.ObjectWriter
Specified root serialization type to use; can be same as runtime type, but usually one of its super types
_segment - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
Currently active segment
_segmentPtr - Variable in class org.codehaus.jackson.util.TokenBuffer.Parser
Pointer to current token within current segment
_serializationConfig - Variable in class org.codehaus.jackson.map.ObjectMapper
Configuration object that defines basic global settings for the serialization process
_serializationInclusion - Variable in class org.codehaus.jackson.map.SerializationConfig
Which Bean/Map properties are to be included in serialization? Default settings is to include all regardless of value; can be changed to only include non-null properties, or properties with non-default values.
_serializationType - Variable in class org.codehaus.jackson.map.util.JSONPObject
Optional static type to use for serialization; if null, runtime type is used.
_serializationType - Variable in class org.codehaus.jackson.map.util.JSONWrappedObject
Optional static type to use for serialization; if null, runtime type is used.
_serializationView - Variable in class org.codehaus.jackson.map.ObjectWriter
View to use for serialization
_serializationView - Variable in class org.codehaus.jackson.map.SerializationConfig
View to use for filtering out properties to serialize.
_serializationView - Variable in class org.codehaus.jackson.map.SerializerProvider
View used for currently active serialization
_serializer - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Serializer to use for writing out the value: null if it can not be known statically; non-null if it can.
_serializerCache - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_serializerFactory - Variable in class org.codehaus.jackson.map.ObjectMapper
Serializer factory used for constructing serializers.
_serializerFactory - Variable in class org.codehaus.jackson.map.ObjectWriter
 
_serializerFactory - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_serializerProvider - Variable in class org.codehaus.jackson.map.ObjectMapper
Object that manages access to serializers used for serialization, including caching.
_serializeValue(JsonGenerator, Object) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Method called on the actual non-blueprint provider instance object, to kick off the serialization.
_serializeValue(JsonGenerator, Object, JavaType) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Method called on the actual non-blueprint provider instance object, to kick off the serialization, when root type is explicitly specified and not determined from value.
_set(int, JsonNode) - Method in class org.codehaus.jackson.node.ArrayNode
 
_setAnnotations(ObjectMapper, Annotations[]) - Method in class org.codehaus.jackson.jaxrs.MapperConfigurator
 
_setter - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
Setter method for modifying property value; used for "regular" method-accessible properties.
_setterMinLevel - Variable in class org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_size - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Current size (number of entries); needed to know if and when rehash.
_sizeThreshold - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Limit that indicates maximum size this instance can hold before it needs to be expanded and rehashed.
_skipCR() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
We actually need to check the character value here (to see if we have \n following \r).
_skipCR() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
We actually need to check the character value here (to see if we have \n following \r).
_skipLF() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
 
_skipLF() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
 
_skipString() - Method in class org.codehaus.jackson.impl.ReaderBasedParser
Method called to skim through rest of unparsed String value, if it is not needed.
_skipString() - Method in class org.codehaus.jackson.impl.Utf8StreamParser
Method called to skim through rest of unparsed String value, if it is not needed.
_spacesInObjectEntries - Variable in class org.codehaus.jackson.impl.DefaultPrettyPrinter
By default we will add spaces around colons used to separate object fields and values.
_startContainer - Variable in class org.codehaus.jackson.node.TreeTraversingParser
Flag needed to handle recursion into contents of child Array/Object nodes.
_staticTyping - Variable in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
_staticTyping - Variable in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
_stringCreator - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
If the "bean" class can be instantiated using just a single String (via constructor, static method etc), this object knows how to invoke method/constructor in question.
_subDeserializers - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Lazily constructed map used to contain deserializers needed for polymorphic subtypes.
_suffix - Variable in class org.codehaus.jackson.map.util.JSONWrappedObject
Literal String to output after serialized value.
_suppressableValue - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Value that is considered default value of the property; used for default-value-suppression if enabled.
_suppressNulls - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Flag to indicate that null values for this property are not to be written out.
_symbols - Variable in class org.codehaus.jackson.impl.ReaderBasedParser
 
_symbols - Variable in class org.codehaus.jackson.impl.Utf8StreamParser
Symbol table that contains field names encountered so far
_symbols - Variable in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Primary matching symbols; it's expected most match occur from here.
_textBuffer - Variable in class org.codehaus.jackson.impl.JsonParserBase
Buffer that contains contents of String values, including field names if necessary (name split across boundary, contains escape sequence, or access needed to char array)
_throwAsIOE(Exception, String, Object) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
_throwAsIOE(Exception, Object) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
Method that takes in exception of any type, and casts or wraps it to an IOException or its subclass.
_throwAsIOE(Exception) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
_throwInternal() - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_throwInvalidSpace(int) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_throwUnquotedSpace(int, String) - Method in class org.codehaus.jackson.impl.JsonParserBase
Method called to report a problem with unquoted control character.
_throwWrapped(Exception, String, Object) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
_tokenCBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference to the buffer allocated for tokenization purposes, in which character input is read, and from which it can be further returned.
_tokenIncomplete - Variable in class org.codehaus.jackson.impl.JsonParserBase
Flag that indicates that the current token has not yet been fully processed, and needs to be finished for some access (or skipped to obtain the next token)
_tokenInputCol - Variable in class org.codehaus.jackson.impl.JsonParserBase
Column on input row that current token starts; 0-based (although in the end it'll be converted to 1-based)
_tokenInputRow - Variable in class org.codehaus.jackson.impl.JsonParserBase
Input row on which current token starts, 1-based
_tokenInputTotal - Variable in class org.codehaus.jackson.impl.JsonParserBase
Total number of characters read before start of current token.
_tokens - Variable in class org.codehaus.jackson.util.TokenBuffer.Segment
 
_tokenTypes - Variable in class org.codehaus.jackson.util.TokenBuffer.Segment
Bit field used to store types of buffered tokens; 4 bits per token.
_type - Variable in class org.codehaus.jackson.JsonStreamContext
 
_type - Variable in class org.codehaus.jackson.map.BeanDescription
Bean type information, including raw class and possible * generics information
_typeHandler - Variable in class org.codehaus.jackson.type.JavaType
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.
_typeNames - Variable in class org.codehaus.jackson.map.type.SimpleType
Names of generic type arguments for this type; will match values in SimpleType._typeParameters
_typeParameters - Variable in class org.codehaus.jackson.map.type.SimpleType
Generic type arguments for this type.
_typeProperty - Variable in class org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_typer - Variable in class org.codehaus.jackson.map.DeserializationConfig
Type information handler used for "untyped" values (ones declared to have type Object.class)
_typer - Variable in class org.codehaus.jackson.map.SerializationConfig
Type information handler used for "untyped" values (ones declared to have type Object.class)
_typeResolverFromXmlElements(AnnotatedMember) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_typeSerializer - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
If property being serialized needs type information to be included this is the type serializer to use.
_typeToId - Variable in class org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
Mappings from class name to type id, used for serialization
_unknownType() - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_unknownTypeSerializer - Variable in class org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer that gets called for values of types for which no serializers can be constructed.
_unreadableClasses - Static variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
These are classes that we never use for reading (never try to deserialize instances of these types).
_untouchables - Static variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
_unwritableClasses - Static variable in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
These are classes that we never use for writing (never try to serialize instances of these types).
_value - Variable in class org.codehaus.jackson.map.util.JSONPObject
Value to be serialized as JSONP padded; can be null.
_value - Variable in class org.codehaus.jackson.map.util.JSONWrappedObject
Value to be serialized as JSONP padded; can be null.
_valueClass - Variable in class org.codehaus.jackson.map.deser.StdDeserializer
Type of values this deserializer handles: sometimes exact types, other time most specific supertype of types deserializer handles (which may be as generic as Object in some case)
_valueDesc() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_valueDeserializer - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
_valueHandler - Variable in class org.codehaus.jackson.type.JavaType
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.
_values - Variable in class org.codehaus.jackson.map.ser.EnumSerializer
This map contains pre-resolved values (since there are ways to customize actual String constants to use) to use as serializations.
_valueSerializer - Variable in class org.codehaus.jackson.map.ser.EnumMapSerializer
Value serializer to use, if it can be statically determined
_valueSerializer - Variable in class org.codehaus.jackson.map.ser.JsonValueSerializer
 
_valueSerializer - Variable in class org.codehaus.jackson.map.ser.MapSerializer
Value serializer to use, if it can be statically determined
_valueType - Variable in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
_valueType - Variable in class org.codehaus.jackson.map.ser.MapSerializer
Declared type of contained values
_valueTypeDeserializer - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty
If value will contain type information (to support polymorphic handling), this is the type deserializer used to handle type resolution.
_valueTypeIsStatic - Variable in class org.codehaus.jackson.map.ser.MapSerializer
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used)
_valueTypeSerializer - Variable in class org.codehaus.jackson.map.ser.EnumMapSerializer
Type serializer used for values, if any.
_valueTypeSerializer - Variable in class org.codehaus.jackson.map.ser.MapSerializer
Type serializer used for values, if any.
_verifyPrettyValueWrite(String, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_verifyValueWrite(String) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_verifyValueWrite(String) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_visibilityChecker - Variable in class org.codehaus.jackson.map.DeserializationConfig
Object used for determining whether specific property elements (method, constructors, fields) can be auto-detected based on their visibility (access modifiers).
_visibilityChecker - Variable in class org.codehaus.jackson.map.ObjectMapper
Object used for determining whether specific property elements (method, constructors, fields) can be auto-detected based on their visibility (access modifiers).
_visibilityChecker - Variable in class org.codehaus.jackson.map.ObjectWriter
 
_visibilityChecker - Variable in class org.codehaus.jackson.map.SerializationConfig
Object used for determining whether specific property elements (method, constructors, fields) can be auto-detected based on their visibility (access modifiers).
_widen(Class<?>) - Method in class org.codehaus.jackson.type.JavaType
Default implementation is just to call JavaType._narrow(java.lang.Class), since underlying type construction is usually identical
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.BooleanArraySerializer
Booleans never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.DoubleArraySerializer
Doubles never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.IntArraySerializer
Ints never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.StringArraySerializer
Strings never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializerBase
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.EnumMapSerializer
 
_withValueTypeSerializer(TypeSerializer) - Method in class org.codehaus.jackson.map.ser.MapSerializer
 
_wrapError(String, Throwable) - Method in class org.codehaus.jackson.impl.JsonParserBase
 
_writeBinary(Base64Variant, byte[], int, int) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeContext - Variable in class org.codehaus.jackson.impl.JsonGeneratorBase
Object that keeps track of the current contextual state of the generator.
_writeContext - Variable in class org.codehaus.jackson.util.TokenBuffer
 
_writeEncodingBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference to the allocated I/O buffer used for low-level encoding-related buffering.
_writeEndArray() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_writeEndArray() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeEndObject() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_writeEndObject() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeFieldName(String, boolean) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_writeFieldName(String, boolean) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writePPFieldName(String, boolean) - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
Specialized version of _writeFieldName, off-lined to keep the "fast path" as simple (and hopefully fast) as possible.
_writer - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeSimpleObject(Object) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
Helper method to try to call appropriate write method for given untyped Object.
_writeStartArray() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_writeStartArray() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeStartObject() - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
_writeStartObject() - Method in class org.codehaus.jackson.impl.WriterBasedGenerator
 

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