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 deserializer.
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.
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
 
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
 
addSerializer(Class<?>, 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.
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
 
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
 
allocWriteIOBuffer() - 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
 
AnnotatedField(Field, AnnotationMap) - Constructor for class org.codehaus.jackson.map.introspect.AnnotatedField
 
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() - Method in class org.codehaus.jackson.JsonNode
Method for constructing a JsonGenerator instance that allows modifying contents of this JSON node by appending JSON content using streaming API.
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
 
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
 
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.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.ObjectArraySerializer - Class in org.codehaus.jackson.map.ser
Generic serializer for Object arrays (Object[]).
ArraySerializers.ObjectArraySerializer() - 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.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.
asByteArray() - Method in enum org.codehaus.jackson.JsonToken
 
asCharArray() - Method in enum org.codehaus.jackson.JsonToken
 
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
 
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
 
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
 
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.
BasicSerializerFactory.BooleanSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.BooleanSerializer(boolean) - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.BooleanSerializer
 
BasicSerializerFactory.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.
BasicSerializerFactory.CalendarSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.CalendarSerializer
 
BasicSerializerFactory.ClassSerializer - Class in org.codehaus.jackson.map.ser
Also: default bean access will not do much good with Class.class.
BasicSerializerFactory.ClassSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.ClassSerializer
 
BasicSerializerFactory.DoubleSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.DoubleSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.DoubleSerializer
 
BasicSerializerFactory.FloatSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.FloatSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.FloatSerializer
 
BasicSerializerFactory.IntegerSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.IntegerSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntegerSerializer
 
BasicSerializerFactory.IntLikeSerializer - Class in org.codehaus.jackson.map.ser
Similar to BasicSerializerFactory.IntegerSerializer, but will not cast to Integer: instead, cast is to Number, and conversion is by calling Number.intValue().
BasicSerializerFactory.IntLikeSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntLikeSerializer
 
BasicSerializerFactory.LongSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.LongSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.LongSerializer
 
BasicSerializerFactory.NullSerializer - Class in org.codehaus.jackson.map.ser
To allow for special handling for null values (in Objects, Arrays, root-level), handling for nulls is done via serializers too.
BasicSerializerFactory.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).
BasicSerializerFactory.NumberSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.NumberSerializer
 
BasicSerializerFactory.SerializableSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.SqlDateSerializer - Class in org.codehaus.jackson.map.ser
Compared to regular BasicSerializerFactory.UtilDateSerializer, we do use String representation here.
BasicSerializerFactory.SqlDateSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlDateSerializer
 
BasicSerializerFactory.SqlTimeSerializer - Class in org.codehaus.jackson.map.ser
 
BasicSerializerFactory.SqlTimeSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlTimeSerializer
 
BasicSerializerFactory.StringSerializer - Class in org.codehaus.jackson.map.ser
This is the special serializer for regular Strings.
BasicSerializerFactory.StringSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.StringSerializer
 
BasicSerializerFactory.UtilDateSerializer - Class in org.codehaus.jackson.map.ser
For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.
BasicSerializerFactory.UtilDateSerializer() - Constructor for class org.codehaus.jackson.map.ser.BasicSerializerFactory.UtilDateSerializer
 
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>, Class<?>, 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
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.
buildMapSerializer(Class<?>, SerializationConfig) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method that handles configuration details when constructing serializers for Map types.
buildProperty(String, JsonSerializer<Object>, AnnotatedMethod, boolean) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
Factory method for constructor a BeanPropertyWriter that uses specified method as the accessors.
buildProperty(String, JsonSerializer<Object>, AnnotatedField, boolean) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
Factory method for constructor a BeanPropertyWriter that uses specified method as the accessors.
buildThrowableDeserializer(DeserializationConfig, JavaType, BasicBeanDescription) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
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(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.
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.
CharsToNameCanonicalizer(int, boolean) - Constructor for class org.codehaus.jackson.sym.CharsToNameCanonicalizer
Main method for constructing a master symbol table instance; will be called by other public constructors.
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.
classDescribed() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
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
 
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.JsonGeneratorDelegate
 
close() - Method in class org.codehaus.jackson.util.JsonParserDelegate
 
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
 
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(Class<Enum<?>>, AnnotationIntrospector) - Static method in class org.codehaus.jackson.map.ser.EnumSerializer
 
construct(String[]) - Static method in class org.codehaus.jackson.map.ser.MapSerializer
 
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<?>, Map<String, JavaType>) - 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, 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
 
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
 
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() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
ContainerSerializers.EnumMapSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.EnumMapSerializer() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.EnumMapSerializer
 
ContainerSerializers.EnumSetSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.EnumSetSerializer() - 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() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
ContainerSerializers.IterableSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IterableSerializer() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
ContainerSerializers.IteratorSerializer - Class in org.codehaus.jackson.map.ser
 
ContainerSerializers.IteratorSerializer() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
ContainerSerializers.MapSerializer - Class in org.codehaus.jackson.map.ser
Deprecated. Since 1.4, please use the non-inner class MapSerializer instead. s
ContainerSerializers.MapSerializer() - Constructor for class org.codehaus.jackson.map.ser.ContainerSerializers.MapSerializer
Deprecated.  
contains(LinkedNode<ST>, ST) - Static method in class org.codehaus.jackson.map.util.LinkedNode
Convenience method that can be used to check if a linked list with given head node (which may be null to indicate empty list) contains given value
contentsAsArray() - Method in class org.codehaus.jackson.util.TextBuffer
 
contentsAsDecimal() - Method in class org.codehaus.jackson.util.TextBuffer
Convenience method for converting contents of the buffer into a BigDecimal.
contentsAsDouble() - Method in class org.codehaus.jackson.util.TextBuffer
Convenience method for converting contents of the buffer into a Double value.
contentsAsString() - Method in class org.codehaus.jackson.util.TextBuffer
 
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
 
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
 
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.
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
 
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(boolean) - Static method in class org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
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(Class<T>, 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(Class<T>, SerializationConfig) - Method in class org.codehaus.jackson.map.SerializerFactory
Method called to create (or, for completely 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.
createUnshared() - 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() - 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() - 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_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
 
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) - Constructor for class org.codehaus.jackson.map.DeserializationConfig
 
DeserializationConfig(DeserializationConfig, HashMap<ClassKey, Class<?>>) - 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
 
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.UntypedObjectDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.ext.JodaDeserializers.DateTimeDeserializer
 
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, which is 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
 
deserializeUsingCreator(JsonParser, DeserializationContext) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
 
detectEncoding() - Method in class org.codehaus.jackson.impl.ByteSourceBootstrapper
Method that should be called after constructing an instace.
determineClassName(Object) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.impl.JsonGeneratorBase
 
disable(DeserializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(SerializationConfig.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonParser.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonGenerator.Feature, boolean) - Method in class org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
disable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for disabling specified parser features (check JsonParser.Feature for list of features)
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Method for disabling specified generator feature (check JsonGenerator.Feature for list of features)
disable(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Method for disabling specified features (check JsonGenerator.Feature for list of features)
disable(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Method for disabling specified feature (check JsonParser.Feature for list of features)
disable(DeserializationConfig.Feature) - Method in class org.codehaus.jackson.map.DeserializationConfig
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
 
disableFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonGenerator
Deprecated. Use JsonGenerator.disable(org.codehaus.jackson.JsonGenerator.Feature) instead
disableFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonParser
Deprecated. Use JsonParser.disable(Feature) instead
disableGeneratorFeature(JsonGenerator.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.disable(JsonGenerator.Feature) instead
disableParserFeature(JsonParser.Feature) - Method in class org.codehaus.jackson.JsonFactory
Deprecated. Use JsonFactory.disable(JsonParser.Feature) instead
DOMDeserializer - Class in org.codehaus.jackson.map.ext
 
DOMDeserializer() - Constructor for class org.codehaus.jackson.map.ext.DOMDeserializer
 
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
 
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
 
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
 
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
 
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
 
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.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.
findAnySetter() - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
Method used to locate the method of introspected class that implements JsonAnySetter.
findBeanProperties(SerializationConfig, BasicBeanDescription) - Method in class org.codehaus.jackson.map.ser.BeanSerializerFactory
Method used to collect all actual serializable properties.
findBeanSerializer(Class<?>, SerializationConfig) - 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
 
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
 
findCreatorAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is a class annotation that indicates whether creator-method auto detection should be enabled.
findCreatorAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findCreatorAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findCreatorAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findCreatorAutoDetection(AnnotatedClass) - 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.
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(boolean, 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) - 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) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationContentType(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationContentType(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationContentType(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializationKeyType(Annotated) - 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) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationKeyType(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationKeyType(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationKeyType(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findDeserializationType(Annotated) - 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) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findDeserializationType(Annotated) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findDeserializationType(Annotated) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findDeserializationType(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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
 
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.
findFieldAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is a class annotation that indicates whether field auto detection should be enabled.
findFieldAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findFieldAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findFieldAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findFieldAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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
 
findGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is a class annotation that indicates whether (regular) getter-method auto detection should be enabled.
findGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findGetters(boolean, boolean, Collection<String>) - Method in class org.codehaus.jackson.map.BeanDescription
 
findGetters(boolean, boolean, 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
 
findIsGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is a class annotation that indicates whether (regular) getter-method auto detection should be enabled.
findIsGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findIsGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findIsGetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findIsGetterAutoDetection(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
 
findPropertyDescriptor(AnnotatedMethod) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Finds the property descriptor (adapted to AnnotatedElement) for the specified method.
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given set of annotations indicates property name for associated parameter.
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findPropertyNameForParam(AnnotatedParameter) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
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(boolean, 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
By default only non-null properties are written (per the JAXB spec.)
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
 
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(Class<?>) - Method in class org.codehaus.jackson.map.ser.SerializerCache
Method that checks if the shared (and hence, synchronized) lookup Map might have the serializer already.
findSerializer(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSerializerByAddonType(Class<?>, SerializationConfig) - 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(Class<?>, SerializationConfig) - 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(Class<?>, SerializationConfig) - 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
 
findSetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether there is a class annotation that indicates whether setter-method auto detection should be enabled.
findSetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
findSetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
findSetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
findSetterAutoDetection(AnnotatedClass) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
findSetters(boolean) - Method in class org.codehaus.jackson.map.BeanDescription
 
findSetters(boolean) - 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)
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
 
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(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).
findVariableType(String) - Method in class org.codehaus.jackson.map.type.SimpleType
 
findVariableType(String) - Method in class org.codehaus.jackson.type.JavaType
Method that can be called to see if this type has generic type binding information for type variables, for given formal type parameter name.
finishCurrentSegment() - Method in class org.codehaus.jackson.util.TextBuffer
 
fixAccess() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
Method that can be called to modify access rights, by calling AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean) on the underlying annotated element.
fixAccess() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
Method that can be called to modify access rights, by calling AccessibleObject.setAccessible(java.lang.reflect.AccessibleObject[], boolean) on the underlying annotated element.
fixAccess() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
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.JsonGeneratorDelegate
 
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.
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 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
 
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<ClassKey, 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.
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
fromType(Type, JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. Use TypeFactory.type(Type,JavaType) instead
fromTypeReference(TypeReference<?>) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Deprecated. Use TypeFactory.type(Type) instead

G

generateJsonSchema(Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Generate Json-schema instance for specified class.
generateJsonSchema(Class<?>, SerializationConfig) - Method in class org.codehaus.jackson.map.ObjectMapper
Generate Json-schema instance for specified class, using specific serialization configuration
generateJsonSchema(Class<?>, SerializationConfig, SerializerFactory) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
generateJsonSchema(Class<?>, SerializationConfig, SerializerFactory) - Method in class org.codehaus.jackson.map.SerializerProvider
Generate Json-schema for given type.
get(int) - Method in class org.codehaus.jackson.JsonNode
Method for accessing value of the specified element of an array node.
get(String) - Method in class org.codehaus.jackson.JsonNode
Method for accessing value of the specified field of an object node.
get(Class<A>) - Method in class org.codehaus.jackson.map.introspect.AnnotationMap
 
get(Object) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method that can be used to access value of the property this Object describes, from given bean instance.
get(Class<?>) - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
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
 
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
 
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
 
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
 
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
 
getColumnNr() - Method in class org.codehaus.jackson.JsonLocation
 
getConfig() - Method in class org.codehaus.jackson.map.DeserializationContext
 
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
 
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
 
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
 
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.AnnotatedField
 
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
 
getDefaultSchemaNode() - Static method in class org.codehaus.jackson.schema.JsonSchema
Get the default schema node.
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.
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.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
 
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 onl if) the current token is JsonToken.VALUE_EMBEDDED_OBJECT.
getEmbeddedObject() - Method in class org.codehaus.jackson.node.TreeTraversingParser
 
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
 
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
 
getGenericPropertyType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Get the generic property type of this property writer.
getGenericReturnType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getGenericType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getHandler() - Method in class org.codehaus.jackson.type.JavaType
Method for accessing handler associated with this type, if any
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
 
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
 
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
 
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.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
 
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
 
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
 
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
 
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
 
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.
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
 
getRawClass() - Method in class org.codehaus.jackson.type.JavaType
 
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.
getReturnType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedMethod
 
getReturnType() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
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.DateTimeSerializer
 
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.BasicSerializerFactory.BooleanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.CalendarSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.ClassSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.DoubleSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.FloatSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntegerSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntLikeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.LongSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.NullSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.NumberSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SerializableSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlDateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlTimeSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.StringSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.UtilDateSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumMapSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.EnumSerializer
 
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.SerializerBase
 
getSchema(SerializerProvider, Type) - Method in class org.codehaus.jackson.map.ser.StdKeySerializer
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
getTrue() - Static method in class org.codehaus.jackson.node.BooleanNode
 
getType() - Method in class org.codehaus.jackson.map.BeanDescription
 
getType() - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
getType() - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
getType() - Method in class org.codehaus.jackson.map.introspect.Annotated
Method used with annotated things that have class type.
getType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
getType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
getType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedField
 
getType() - 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)
getType() - Method in class org.codehaus.jackson.map.introspect.AnnotatedParameter
 
getType() - Method in class org.codehaus.jackson.type.TypeReference
 
getTypeDesc() - Method in class org.codehaus.jackson.JsonStreamContext
 
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.
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
 
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
 
getViews() - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
growArrayBy(int[], int) - Static method in class org.codehaus.jackson.impl.Utf8StreamParser
 

H

handleUnknownProperty(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(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(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.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.
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

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
 
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
 
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.
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.CalendarSerializer
 
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.BasicSerializerFactory.NullSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.BasicSerializerFactory.NumberSerializer
 
instance - Static variable in class org.codehaus.jackson.map.ser.BasicSerializerFactory.UtilDateSerializer
 
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.EnumSetSerializer
 
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() - Method in class org.codehaus.jackson.map.ser.ReadOnlyClassToSerializerMap
 
instance - Static variable in class org.codehaus.jackson.map.ser.ToStringSerializer
Singleton instance to use.
instance - Static variable in class org.codehaus.jackson.map.type.TypeFactory
 
instance - Static variable in class org.codehaus.jackson.map.util.StdDateFormat
A singleton instance can be used for cloning purposes.
instance() - Static method in class org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
instance() - Static method in class org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
instance - Static variable in class org.codehaus.jackson.node.JsonNodeFactory
Default singleton instance that construct "standard" node instances: given that this class is stateless, a globally shared singleton can be used.
instance - Static variable in class org.codehaus.jackson.node.NullNode
 
instance - Static variable in class org.codehaus.jackson.util.InternCache
 
instantiateBean(boolean) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
instantiationException(Class<?>, Exception) - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
instantiationException(Class<?>, 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)
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.
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.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.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
 
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
 
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
 
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
isFieldsAccessible(Annotated) - Method in class org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Whether fields are accessible to this class.
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
 
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.
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.
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
 
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.
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
 

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, 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.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.DateTimeDeserializer - Class in org.codehaus.jackson.map.ext
Basic deserializer for DateTime.
JodaDeserializers.DateTimeDeserializer() - Constructor for class org.codehaus.jackson.map.ext.JodaDeserializers.DateTimeDeserializer
 
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.DateTimeSerializer - Class in org.codehaus.jackson.map.ext
 
JodaSerializers.DateTimeSerializer() - Constructor for class org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
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.
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
Marker annotation that can be used to define a non-static, no-argument value-returning (non-void) method to be used as a "getter" for a logical property.
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 delegate pattern for JsonParser, to allow for simple overridability of basic parsing functionality.
JsonParserDelegate(JsonParser) - Constructor for class org.codehaus.jackson.util.JsonParserDelegate
 
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
Interface that can be implemented by objects that know how to serialize themselves to Json, using JsonGenerator (and SerializerProvider if necessary).
JsonSerializableSchema - Annotation Type in org.codehaus.jackson.schema
Annotation that can be used to define JSON Schema definition for the annotated class.
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
Marker annotation that can be used to define a non-static, single-argument method to be used as a "setter" for a logical property.
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
 
JsonToken - Enum in org.codehaus.jackson
Enumeration for basic token types used for returning results of parsing JSON content.
JsonUseDeserializer - Annotation Type in org.codehaus.jackson.annotate
Deprecated. As of version 1.1, use JsonDeserialize instead
JsonUseSerializer - Annotation Type in org.codehaus.jackson.annotate
Deprecated. As of version 1.1, use JsonSerialize instead
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.
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) - Method in class org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
makeChild(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>) - 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 - 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(String[]) - 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
 
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).
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) - 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.
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
 
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
 
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).
NoClass - Class in org.codehaus.jackson.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.
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

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.  
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...
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, excluding annotations that directly depend on Mapper classes.
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 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.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
Concrete JavaType implementations.
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
 
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.
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
 
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 JsonSerializer instances keyed by Class.
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.
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
 
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
 
releaseWriteIOBuffer(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(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.BeanSerializer
 
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.
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

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) - Constructor for class org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, HashMap<ClassKey, Class<?>>) - 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(DateTime, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
serialize(JsonGenerator, SerializerProvider) - Method in interface org.codehaus.jackson.map.JsonSerializable
 
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(boolean[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.BooleanArraySerializer
 
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(double[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.DoubleArraySerializer
 
serialize(float[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.FloatArraySerializer
 
serialize(int[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.IntArraySerializer
 
serialize(long[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.LongArraySerializer
 
serialize(Object[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ObjectArraySerializer
 
serialize(short[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.ShortArraySerializer
 
serialize(String[], JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ArraySerializers.StringArraySerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.BooleanSerializer
 
serialize(Calendar, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.CalendarSerializer
 
serialize(Class<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.ClassSerializer
 
serialize(Double, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.DoubleSerializer
 
serialize(Float, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.FloatSerializer
 
serialize(Integer, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntegerSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.IntLikeSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.LongSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.NullSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.NumberSerializer
 
serialize(JsonSerializable, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SerializableSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlDateSerializer
 
serialize(Time, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.SqlTimeSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.StringSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BasicSerializerFactory.UtilDateSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.BeanSerializer
 
serialize(Collection<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.CollectionSerializer
 
serialize(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumMapSerializer
 
serialize(EnumSet<? extends Enum<?>>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.EnumSetSerializer
 
serialize(List<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IndexedListSerializer
 
serialize(Iterable<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IterableSerializer
 
serialize(Iterator<?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ContainerSerializers.IteratorSerializer
 
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(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(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(Object, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.ToStringSerializer
 
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(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.
serializeEntries(Map<?, ?>, JsonGenerator, SerializerProvider) - Method in class org.codehaus.jackson.map.ser.MapSerializer
Helper method that will write all entries of given non-empty Map
SerializerBase<T> - Class in org.codehaus.jackson.map.ser
Base class used by all standard serializers.
SerializerBase() - Constructor for class org.codehaus.jackson.map.ser.SerializerBase
 
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
 
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
 
serializeSomeEntries(Map<?, ?>, JsonGenerator, SerializerProvider, HashSet<String>) - Method in class org.codehaus.jackson.map.ser.MapSerializer
Helper method that will write all entries of the given non-empty map, except for specified set of ignorable entries, filtered based on entry key.
serializeValue(SerializationConfig, JsonGenerator, Object, 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.
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.
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
 
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.
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
setHandler(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
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
 
setKeySerializer(JsonSerializer<Object>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
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.
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()
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) - 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, 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, 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, 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, Method) - Constructor for class org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
setterEnabled() - Method in enum org.codehaus.jackson.annotate.JsonMethod
 
setValueDeserializer(JsonDeserializer<Object>) - Method in class org.codehaus.jackson.map.deser.SettableAnyProperty
 
setValueDeserializer(JsonDeserializer<Object>) - Method in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
setViews(Class<?>[]) - Method in class org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for defining which views to included value of this property in.
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<?>, Map<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
 
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
 
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
 
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) - 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.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
 
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
 
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
 
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)
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
 

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
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.JsonMappingException.Reference
 
toString() - Method in exception org.codehaus.jackson.map.JsonMappingException
 
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.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.BytesToNameCanonicalizer
 
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.
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, JavaType) - Static method in class org.codehaus.jackson.map.type.TypeFactory
Factory method that can use given context to resolve named generic types.
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_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
 
TypeFactory - Class in org.codehaus.jackson.map.type
Class used for constracting concrete JavaType instances, given various inputs.
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
 

U

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.
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
 
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
 
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.BeanSerializerFactory
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

validateCreators() - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method called to ensure that there is at least one constructor that could be used to construct an instance.
validateCreators() - Method in class org.codehaus.jackson.map.deser.MapDeserializer
 
validateCreators() - Method in class org.codehaus.jackson.map.deser.ThrowableDeserializer
 
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.JsonMethod
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.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.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.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.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
 

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.
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.
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).
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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.impl.WriterBasedGenerator
 
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
 
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
 
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
 
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
 
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
 
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
 
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 should probably be 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.impl.WriterBasedGenerator
 
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
 
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.ObjectCodec
Method to serialize given Java Object, using generator provided.
writeValueAsString(Object) - Method in class org.codehaus.jackson.map.ObjectMapper
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
Method for serializing given object using specified view.
writeValueUsingView(Writer, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for serializing given object using specified view.
writeValueUsingView(OutputStream, Object, Class<?>) - Method in class org.codehaus.jackson.map.ObjectMapper
Method for serializing given object using specified view.

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, BeanDeserializer, AnnotationIntrospector, CreatorContainer) - Method in class org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_addDeserializerFactoryMethods(DeserializationConfig, BasicBeanDescription, 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<?>, List<AnnotatedField>) - Method in class org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addFields(List<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
 
_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.SerializationConfig
Introspector used for accessing annotation value based configuration.
_anySetter - Variable in class org.codehaus.jackson.map.deser.BeanDeserializer
Fallback setter used for handling any properties that are not mapped to regular setters.
_appendPathDesc(StringBuilder) - Method in exception org.codehaus.jackson.map.JsonMappingException
 
_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
 
_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.
_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.
_buildProperty(String, JsonSerializer<Object>, boolean, Annotated, Method, Field) - Method in class org.codehaus.jackson.map.ser.PropertyBuilder
 
_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
 
_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.
_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.
_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).
_classAnnotations - Variable in class org.codehaus.jackson.map.introspect.AnnotatedWithParams
 
_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.
_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
 
_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
 
_concatBuffer - 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.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
 
_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
 
_context - Variable in class org.codehaus.jackson.io.MergedStream
 
_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
 
_createAndCacheSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
Method that will try to construct a value aerializer; and if one is succesfully created, cache it for reuse.
_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
 
_createSerializer(Class<?>) - Method in class org.codehaus.jackson.map.ser.StdSerializerProvider
 
_createWriter(OutputStream, JsonEncoding, IOContext) - Method in class org.codehaus.jackson.JsonFactory
 
_currentName - Variable in class org.codehaus.jackson.impl.JsonReadContext
 
_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.
_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
 
_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.
_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
 
_deserializeProperties(JsonParser, DeserializationContext, Object) - Method in class org.codehaus.jackson.map.deser.BeanDeserializer
Method that will process "extra" properties that follow Creator-bound properties (if any).
_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.
_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.
_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.
_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
 
_featureFlags - Variable in class org.codehaus.jackson.map.DeserializationConfig
Bitset 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.ser.BeanPropertyWriter
Field that contains the property value for field-accessible properties.
_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
 
_findExplicitSerializer(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(boolean, Collection<String>, boolean) - Method in class org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_findRootDeserializer(JavaType) - Method in class org.codehaus.jackson.map.ObjectMapper
Method called to locate deserializer for the passed root-level value.
_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
 
_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, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromClass(Class<?>, Map<String, JavaType>) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromParamType(ParameterizedType, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
This method deals with parameterized types, that is, first class generic classes.
_fromType(Type, JavaType) - 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<?>, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_fromWildcard(WildcardType, JavaType) - Method in class org.codehaus.jackson.map.type.TypeFactory
 
_generatorFeatures - Variable in class org.codehaus.jackson.JsonFactory
 
_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.
_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.type.JavaType
 
_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
_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.
_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.
_ioContext - Variable in class org.codehaus.jackson.impl.JsonParserBase
I/O context for this reader.
_ioContext - Variable in class org.codehaus.jackson.impl.WriterBasedGenerator
 
_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.
_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.
_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
 
_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
 
_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.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.
_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
_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
 
_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
 
_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
 
_parserFeatures - Variable in class org.codehaus.jackson.JsonFactory
 
_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).
_path - Variable in exception org.codehaus.jackson.map.JsonMappingException
Path through which problem that triggering throwing of this exception was reached.
_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.
_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
_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(JsonParser, JavaType, DeserializationConfig) - 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
 
_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
 
_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
 
_reset() - Method in class org.codehaus.jackson.map.util.ObjectBuffer
 
_reset() - Method in class org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
_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.
_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.
_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
 
_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.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.
_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.
_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.
_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.
_suppressableValue - Variable in class org.codehaus.jackson.map.ser.BeanPropertyWriter
 
_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
 
_tokenBuffer - 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.
_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
_typeParameters - Variable in class org.codehaus.jackson.map.type.SimpleType
For generic types we need to keep track of mapping from formal into actual types, to be able to resolve generic signatures.
_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
 
_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
 
_valueDesc() - Method in class org.codehaus.jackson.map.deser.StdDeserializationContext
 
_valueDeserializer - Variable in class org.codehaus.jackson.map.deser.SettableBeanProperty
 
_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.
_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
 
_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
_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.
_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
 
_writeIOBuffer - Variable in class org.codehaus.jackson.io.IOContext
Reference to the allocated I/O buffer for low-level input writing if any allocated.
_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
 
_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 _