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

A

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

B

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

C

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

D

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

E

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

F

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

G

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

H

handledType() - 类 中的方法org.codehaus.jackson.map.JsonSerializer
Method for accessing type of Objects this serializer can handle.
handledType() - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
 
handlePolymorphic(JsonParser, DeserializationContext, Object, TokenBuffer) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Method called in cases where we may have polymorphic deserialization case: that is, type of Creator-constructed bean is not the type of deserializer itself.
HandlerInstantiator - org.codehaus.jackson.map中的类
Helper class used for handling details of creating handler instances (things like JsonSerializers, JsonDeserializers, various type handlers) of specific types.
HandlerInstantiator() - 类 的构造器org.codehaus.jackson.map.HandlerInstantiator
 
handleSignature(boolean, boolean) - 类 中的方法org.codehaus.jackson.smile.SmileParser
Helper method called when it looks like input might contain the signature; and it is necessary to detect and handle signature to get configuration information it might have.
handleToken(JsonParser, DeserializationContext, String, Object) - 类 中的方法org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
Method called to ask handler to handle
handleTypePropertyValue(JsonParser, DeserializationContext, String, Object) - 类 中的方法org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
Method called to see if given property/value pair is an external type id; and if so handle it.
handleUnknownProperties(DeserializationContext, Object, TokenBuffer) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Method called to handle set of one or more unknown properties, stored in their entirety in given TokenBuffer (as field entries, name and value).
handleUnknownProperty(JsonParser, DeserializationContext, Object, String) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Method called when a JSON property is encountered that has not matching setter, any-setter or field, and thus can not be assigned.
handleUnknownProperty(JsonParser, DeserializationContext, Object, String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
Method called to deal with a property that did not map to a known Bean property.
handleUnknownProperty(JsonParser, JsonDeserializer<?>, Object, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
Method deserializers can call to inform configured DeserializationProblemHandlers of an unrecognized property.
handleUnknownProperty(JsonParser, JsonDeserializer<?>, Object, String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Method deserializers can call to inform configured DeserializationProblemHandlers of an unrecognized property.
handleUnknownProperty(DeserializationContext, JsonDeserializer<?>, Object, String) - 类 中的方法org.codehaus.jackson.map.DeserializationProblemHandler
Method called when a Json Map ("Object") entry with an unrecognized name is encountered.
has(String) - 类 中的方法org.codehaus.jackson.JsonNode
Method that allows checking whether this node is JSON Object node and contains value for specified property.
has(int) - 类 中的方法org.codehaus.jackson.JsonNode
Method that allows checking whether this node is JSON Array node and contains a value for specified index If this is the case (including case of specified indexing having null as value), returns true; otherwise returns false.
hasAbstractTypeResolvers() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasAbstractTypeResolvers() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
hasAnnotation(Class<A>) - 类 中的方法org.codehaus.jackson.map.introspect.Annotated
 
hasAnnotations() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
hasAnyGetterAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether given method has an annotation that suggests that the method is to serve as "any setter"; method to be used for accessing set of miscellaneous "extra" properties, often bound with matching "any setter" method.
hasAnyGetterAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAnyGetterAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAnySetterAnnotation(AnnotatedMethod) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAnySetterAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAnySetterAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasAsValueAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
hasAsValueAnnotation(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasConstructorParameter() - 类 中的方法org.codehaus.jackson.map.BeanPropertyDefinition
 
hasConstructorParameter() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
hasCreatorAnnotation(Annotated) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasCreatorAnnotation(Annotated) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasCreatorAnnotation(Annotated) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasCurrentToken() - 类 中的方法org.codehaus.jackson.JsonParser
Method for checking whether parser currently points to a token (and data for that token is available).
hasCurrentToken() - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
hasDeserializerModifiers() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasDeserializerModifiers() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
hasDeserializers() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasDeserializers() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
hasField() - 类 中的方法org.codehaus.jackson.map.BeanPropertyDefinition
 
hasField() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
hasFormat(InputAccessor) - 类 中的方法org.codehaus.jackson.JsonFactory
 
hasFormat(InputAccessor) - 类 中的方法org.codehaus.jackson.map.MappingJsonFactory
Sub-classes need to override this method (as of 1.8)
hasFormat(InputAccessor) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Sub-classes need to override this method (as of 1.8)
hasGenericTypes() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
hasGenericTypes() - 类 中的方法org.codehaus.jackson.type.JavaType
Method that can be used to find out if the type directly declares generic parameters (for its direct super-class and/or super-interfaces).
hasGetter() - 类 中的方法org.codehaus.jackson.map.BeanPropertyDefinition
 
hasGetter() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
hasGetterSignature(Method) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
 
HASH_MULT - 类 中的静态变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
hashCode() - 类 中的方法org.codehaus.jackson.io.SerializedString
 
hashCode() - 类 中的方法org.codehaus.jackson.JsonLocation
 
hashCode() - 类 中的方法org.codehaus.jackson.map.introspect.MemberKey
 
hashCode() - 类 中的方法org.codehaus.jackson.map.jsontype.NamedType
 
hashCode() - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
hashCode() - 类 中的方法org.codehaus.jackson.map.type.ClassKey
 
hashCode() - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.BigIntegerNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.BinaryNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.DecimalNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.DoubleNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.IntNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.LongNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.POJONode
 
hashCode() - 类 中的方法org.codehaus.jackson.node.TextNode
 
hashCode() - 类 中的方法org.codehaus.jackson.sym.Name
 
hashCode() - 类 中的方法org.codehaus.jackson.type.JavaType
 
hashCode() - 类 中的方法org.codehaus.jackson.Version
 
hashSeed() - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
hashSeed() - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
hasIgnoreMarker(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
Method called to check whether given property is marked to be ignored; but NOT to determine if it should necessarily be ignored, since that may depend on other factors.
hasIgnoreMarker(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
hasIgnoreMarker(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
hasIgnoreMarker(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
hasIgnoreMarker(AnnotatedMember) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
hasJSONFormat(InputAccessor) - 类 中的静态方法org.codehaus.jackson.impl.ByteSourceBootstrapper
Current implementation is not as thorough as other functionality (ByteSourceBootstrapper); supports UTF-8, for example.
hasJSONFormat(InputAccessor) - 类 中的方法org.codehaus.jackson.JsonFactory
 
hasKeyDeserializers() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasKeyDeserializers() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
hasKeySerializers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
hasKeySerializers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
hasKnownClassAnnotations() - 类 中的方法org.codehaus.jackson.map.BeanDescription
 
hasKnownClassAnnotations() - 类 中的方法org.codehaus.jackson.map.introspect.BasicBeanDescription
Method for checking whether class being described has any annotations recognized by registered annotation introspector.
hasMatch() - 类 中的方法org.codehaus.jackson.format.DataFormatMatcher
Accessor to use to see if any formats matched well enough with the input data.
hasMoreBytes() - 接口 中的方法org.codehaus.jackson.format.InputAccessor
Method to call to check if more input is available.
hasMoreBytes() - 类 中的方法org.codehaus.jackson.format.InputAccessor.Std
 
hasName() - 类 中的方法org.codehaus.jackson.map.jsontype.NamedType
 
hasNext() - 类 中的方法org.codehaus.jackson.map.MappingIterator
 
hasNext() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
hasNext() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
hasNext() - 类 中的方法org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
hasNextValue() - 类 中的方法org.codehaus.jackson.map.MappingIterator
Equivalent of MappingIterator.next() but one that may throw checked exceptions from Jackson due to invalid input.
hasProperties() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
hasProperty(String) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
hasProperty(String) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
hasRawClass(Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
Method that can be used to check whether this type has specified Class as its type erasure.
hasSerializer() - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
 
hasSerializerFor(SerializationConfig, Class<?>, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
hasSerializerFor(SerializationConfig, Class<?>, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
Method that can be called to see if this serializer provider can find a serializer for an instance of given class.
hasSerializerModifiers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
hasSerializerModifiers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
hasSerializers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
hasSerializers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
hasSetter() - 类 中的方法org.codehaus.jackson.map.BeanPropertyDefinition
 
hasSetter() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
hasSmileFormat(InputAccessor) - 类 中的静态方法org.codehaus.jackson.smile.SmileParserBootstrapper
Helper
hasTextAsCharacters() - 类 中的方法org.codehaus.jackson.util.TextBuffer
Method that can be used to check whether textual contents can be efficiently accessed using TextBuffer.getTextBuffer().
hasTextCharacters() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
hasTextCharacters() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
hasTextCharacters() - 类 中的方法org.codehaus.jackson.JsonParser
Method that can be used to determine whether calling of JsonParser.getTextCharacters() would be the most efficient way to access textual content for the event parser currently points to.
hasTextCharacters() - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
hasTextCharacters() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
hasTextCharacters() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
hasValueDeserializer() - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
 
hasValueDeserializer() - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
hasValueDeserializerFor(DeserializationConfig, JavaType) - 类 中的方法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) - 类 中的方法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. not through fields or membership in an array or collection)
hasValueInstantiators() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
hasValueInstantiators() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
hasValueTypeDeserializer() - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
HEADER_BIT_HAS_RAW_BINARY - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may contain raw (unquoted) binary values.
HEADER_BIT_HAS_SHARED_NAMES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may have Shared names (back references to recently encoded field names).
HEADER_BIT_HAS_SHARED_STRING_VALUES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Indicator bit that indicates whether encoded content may have shared String values (back references to recently encoded 'short' String values, where short is defined as 64 bytes or less).
HEADER_BYTE_1 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
First byte of data header
HEADER_BYTE_2 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Second byte of data header
HEADER_BYTE_3 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Third byte of data header
HEADER_BYTE_4 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Fourth byte of data header; contains version nibble, may have flags
HEADER_VERSION_0 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Current version consists of four zero bits (nibble)
HEX_CHARS - 类 中的静态变量org.codehaus.jackson.impl.WriterBasedGenerator
 
HierarchicType - org.codehaus.jackson.map.type中的类
Simple replacement for Class (and/or various Type subtypes) that is used as part of single-path extends/implements chain to express specific relationship between one subtype and one supertype.
HierarchicType(Type) - 类 的构造器org.codehaus.jackson.map.type.HierarchicType
 

I

idFromBaseType() - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
idFromValue(Object) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
idFromValue(Object) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
idFromValue(Object) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
idFromValue(Object) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to serialize type of the type of given value as a String to include in serialized JSON content.
idFromValueAndType(Object, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
idFromValueAndType(Object, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
idFromValueAndType(Object, Class<?>) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeIdResolver
Alternative method used for determining type from combination of value and type, using suggested type (that serializer provides) and possibly value of that type.
idResolver(MapperConfig<?>, JavaType, Collection<NamedType>, boolean, boolean) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
Helper method that will either return configured custom type id resolver, or construct a standard resolver given configuration.
implement(boolean) - 类 中的方法org.codehaus.jackson.mrbean.BeanBuilder
 
inArray() - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.introspect.BasicClassIntrospector.GetterMethodFilter
已过时。
 
includeMethod(Method) - 类 中的方法org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
已过时。
 
includeMethod(Method) - 类 中的方法org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
已过时。
 
includeMethod(Method) - 接口 中的方法org.codehaus.jackson.map.introspect.MethodFilter
 
inclusion(JsonTypeInfo.As) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
inclusion(JsonTypeInfo.As) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for specifying mechanism to use for including type metadata in JSON.
indentArraysWith(Indenter) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
Indenter - org.codehaus.jackson.impl中的接口
Interface that defines objects that can produce indentation used to separate object entries and array values.
indentObjectsWith(Indenter) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
index - 类 中的变量org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
 
indexedListSerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - 类 中的静态方法org.codehaus.jackson.map.ser.std.StdContainerSerializers
 
IndexedStringListSerializer - org.codehaus.jackson.map.ser.std中的类
Efficient implementation for serializing Lists that contains Strings and are random-accessible.
IndexedStringListSerializer(BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
IndexedStringListSerializer(BeanProperty, JsonSerializer<?>) - 类 的构造器org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
InetAddressSerializer - org.codehaus.jackson.map.ser.std中的类
Simple serializer for InetAddress.
InetAddressSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.InetAddressSerializer
 
init(JsonTypeInfo.Id, TypeIdResolver) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
init(JavaType) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
init(JavaType) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeIdResolver
Method that will be called once before any type resolution calls; used to initialize instance with configuration.
init(JsonTypeInfo.Id, TypeIdResolver) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Initialization method that is called right after constructing the builder instance.
initialCapacity() - 类 中的方法org.codehaus.jackson.map.util.ObjectBuffer
Helper method that can be used to check how much free capacity will this instance start with.
inject(DeserializationContext, Object) - 类 中的方法org.codehaus.jackson.map.deser.impl.CreatorProperty
Method to find value to inject, and inject it to this property.
inject(SettableBeanProperty[]) - 类 中的方法org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
inject(DeserializationContext, Object) - 类 中的方法org.codehaus.jackson.map.deser.impl.ValueInjector
 
InjectableValues - org.codehaus.jackson.map中的类
Abstract class that defines API for objects that provide value to "inject" during deserialization.
InjectableValues() - 类 的构造器org.codehaus.jackson.map.InjectableValues
 
InjectableValues.Std - org.codehaus.jackson.map中的类
Simple standard implementation which uses a simple Map to store values to inject, identified by simple String keys.
InjectableValues.Std() - 类 的构造器org.codehaus.jackson.map.InjectableValues.Std
 
InjectableValues.Std(Map<String, Object>) - 类 的构造器org.codehaus.jackson.map.InjectableValues.Std
 
injectValues(DeserializationContext, Object) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
inLongRange(char[], int, int, boolean) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
Helper method for determining if given String representation of an integral number would fit in 64-bit Java long or not.
inLongRange(String, boolean) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
Similar to NumberInput.inLongRange(char[],int,int,boolean), but with String argument
inObject() - 类 中的方法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.
InputAccessor - org.codehaus.jackson.format中的接口
Interface used to expose beginning of a data file to data format detection code.
InputAccessor.Std - org.codehaus.jackson.format中的类
Basic implementation that reads data from given InputStream and buffers it as necessary.
InputAccessor.Std(InputStream, byte[]) - 类 的构造器org.codehaus.jackson.format.InputAccessor.Std
Constructor used when content to check is available via input stream and must be read.
InputAccessor.Std(byte[]) - 类 的构造器org.codehaus.jackson.format.InputAccessor.Std
Constructor used when the full input (or at least enough leading bytes of full input) is available.
InputDecorator - org.codehaus.jackson.io中的类
Handler class that can be used to decorate input sources.
InputDecorator() - 类 的构造器org.codehaus.jackson.io.InputDecorator
 
inRoot() - 类 中的方法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) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for inserting specified child node as an element of this Array.
insert(int, int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, Integer) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
insert(int, long) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, Long) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
insert(int, float) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, Float) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
insert(int, double) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, Double) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
insert(int, BigDecimal) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified numeric value.
insert(int, String) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
insert(int, boolean) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified String value.
insert(int, Boolean) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
insert(int, byte[]) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for setting value of a field to specified binary value
insertAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig
已过时。
Since 1.9 use MapperConfig.withInsertedAnnotationIntrospector(AnnotationIntrospector) instead; this method is deprecated as it changes state, preventing immutability of instances
insertAnnotationIntrospector(AnnotationIntrospector) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
Method for registering specified AnnotationIntrospector as the highest priority introspector (will be chained with existing introspector(s) which will be used as fallbacks for cases this introspector does not handle)
insertArray(int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
insertInList(T[], T) - 类 中的静态方法org.codehaus.jackson.map.util.ArrayBuilders
Helper method for constructing a new array that contains specified element followed by contents of the given array.
insertInListNoDup(T[], T) - 类 中的静态方法org.codehaus.jackson.map.util.ArrayBuilders
Helper method for constructing a new array that contains specified element followed by contents of the given array but never contains duplicates.
insertNull(int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
insertObject(int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method that will construct an ObjectNode and add it at the end of this array node.
insertPOJO(int, Object) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method that will construct a POJONode and add it at the end of this array node.
instance - 类 中的静态变量org.codehaus.jackson.map.deser.BeanDeserializerFactory
Globally shareable thread-safe instance which has no additional custom deserializers registered
instance - 类 中的静态变量org.codehaus.jackson.map.deser.JsonNodeDeserializer
已过时。
Use JsonNodeDeserializer.getDeserializer(java.lang.Class<?>) accessor instead: will be removed from 2.0
instance - 类 中的静态变量org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
instance - 类 中的静态变量org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
instance - 类 中的静态变量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 - 类 中的静态变量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() - 类 中的方法org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.CalendarSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.DateSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.InetAddressSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.NullSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.SerializableSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.StdKeySerializers.CalendarKeySerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.StdKeySerializers.DateKeySerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.TimeZoneSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.std.ToStringSerializer
Singleton instance to use.
instance - 类 中的静态变量org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
instance - 类 中的静态变量org.codehaus.jackson.map.ser.ToStringSerializer
已过时。
 
instance - 类 中的静态变量org.codehaus.jackson.map.type.TypeFactory
已过时。
As of 1.8, should use a per-ObjectMapper instance instead of global singleton
instance - 类 中的静态变量org.codehaus.jackson.map.util.StdDateFormat
A singleton instance can be used for cloning purposes.
instance() - 类 中的静态方法org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
instance() - 类 中的静态方法org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
instance - 类 中的静态变量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 - 类 中的静态变量org.codehaus.jackson.node.NullNode
 
instance - 类 中的静态变量org.codehaus.jackson.util.InternCache
 
instantiateBean(boolean) - 类 中的方法org.codehaus.jackson.map.introspect.BasicBeanDescription
Method called to create a "default instance" of the bean, currently only needed for obtaining default field values which may be used for suppressing serialization of fields that have "not changed".
instantiationException(Class<?>, Throwable) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
instantiationException(Class<?>, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
instantiationException(Class<?>, Throwable) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Helper method for constructing instantiation exception for specified type, to indicate problem with physically constructing instance of specified class (missing constructor, exception from constructor)
instantiationException(Class<?>, String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
 
INT_0 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_1 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_2 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_3 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_4 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_5 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_6 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_7 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_8 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_9 - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_APOSTROPHE - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_ASTERISK - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_b - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_BACKSLASH - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_COLON - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_COMMA - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_CR - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_DECIMAL_POINT - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_DESC - 类 中的静态变量org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
INT_e - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_E - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_f - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LBRACKET - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LCURLY - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_LF - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_MARKER_END_OF_STRING - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
We need a byte marker to denote end of variable-length Strings.
INT_MINUS - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_n - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_PLUS - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
INT_QUOTE - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_r - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_RBRACKET - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_RCURLY - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_SLASH - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_SPACE - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_t - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_TAB - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
INT_u - 类 中的静态变量org.codehaus.jackson.impl.JsonParserMinimalBase
 
intern(String) - 类 中的方法org.codehaus.jackson.util.InternCache
 
InternCache - org.codehaus.jackson.util中的类
Singleton class that adds a simple first-level cache in front of regular String.intern() functionality.
IntNode - org.codehaus.jackson.node中的类
Numeric node that contains simple 32-bit integer values.
IntNode(int) - 类 的构造器org.codehaus.jackson.node.IntNode
 
introspect(JavaType) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Method that will introspect full bean properties for the purpose of building a bean deserializer
introspect(JavaType) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
Method that will introspect full bean properties for the purpose of building a bean serializer
introspectClassAnnotations(JavaType) - 类 中的方法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<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectClassAnnotations(JavaType) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectClassAnnotations(JavaType) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
Accessor for getting bean description that only contains class annotations: useful if no getter/setter/creator information is needed.
introspectDirectClassAnnotations(JavaType) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectDirectClassAnnotations(Class<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectDirectClassAnnotations(JavaType) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectDirectClassAnnotations(JavaType) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
Accessor for getting bean description that only contains immediate class annotations: ones from the class, and its direct mix-in, if any, but not from super types.
introspectForCreation(JavaType) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Method that will introspect subset of bean properties needed to construct bean instance.
IOContext - 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) - 类 的构造器org.codehaus.jackson.io.IOContext
 
isAbstract() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
For some odd reason, modifiers for array classes would claim they are abstract types.
isAbstract() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isAnnotationProcessingEnabled() - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
isAnnotationProcessingEnabled() - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for determining whether annotation processing is enabled or not (default settings are typically that it is enabled; must explicitly disable).
isAnnotationProcessingEnabled() - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
isArray() - 类 中的方法org.codehaus.jackson.JsonNode
 
isArray() - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
isArrayType() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
isArrayType() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isBackReference() - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
isBigDecimal() - 类 中的方法org.codehaus.jackson.JsonNode
 
isBigDecimal() - 类 中的方法org.codehaus.jackson.node.DecimalNode
 
isBigEndian() - 枚举 中的方法org.codehaus.jackson.JsonEncoding
Whether encoding is big-endian (if encoding supports such notion).
isBigInteger() - 类 中的方法org.codehaus.jackson.JsonNode
 
isBigInteger() - 类 中的方法org.codehaus.jackson.node.BigIntegerNode
 
isBinary() - 类 中的方法org.codehaus.jackson.JsonNode
Method that can be used to check if this node represents binary data (Base64 encoded).
isBinary() - 类 中的方法org.codehaus.jackson.node.BinaryNode
 
isBoolean() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.node.BooleanNode
 
isCglibGetCallbacks(AnnotatedMethod) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
This method was added to address [JACKSON-53]: need to weed out CGLib-injected "getCallbacks".
isClosed() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
isClosed() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
isClosed() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
isClosed() - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that can be called to determine whether this generator is closed or not.
isClosed() - 类 中的方法org.codehaus.jackson.JsonParser
Method that can be called to determine whether this parser is closed or not.
isClosed() - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
isClosed() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
isClosed() - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
isClosed() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
isClosed() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
isCollectionLikeType() - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
isCollectionLikeType() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isCollectionMapOrArray(Class<?>) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
 
isConcrete() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
For some odd reason, modifiers for array classes would claim they are abstract types.
isConcrete(Class<?>) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Helper method that checks if given class is a concrete one; that is, not an interface or abstract class.
isConcrete(Member) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
 
isConcrete(Member) - 类 中的静态方法org.codehaus.jackson.mrbean.BeanUtil
 
isConcrete() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isContainerNode() - 类 中的方法org.codehaus.jackson.JsonNode
Method that returns true for container nodes: Arrays and Objects.
isContainerNode() - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
isContainerType() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
isContainerType() - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
isContainerType() - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
isContainerType() - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
isContainerType() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isCreatorVisible(Member) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as Creator, with respect to its visibility (not considering method signature or name, just visibility)
isCreatorVisible(AnnotatedMember) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
 
isCreatorVisible(Member) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isCreatorVisible(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isDefaultSerializer(JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
Method that can be called to determine if given deserializer is the default deserializer Jackson uses; as opposed to a custom deserializer installed by a module or calling application.
isDefaultSerializer(JsonSerializer<?>) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
Method that can be called to determine if given serializer is the default serializer Jackson uses; as opposed to a custom serializer installed by a module or calling application.
isDouble() - 类 中的方法org.codehaus.jackson.JsonNode
 
isDouble() - 类 中的方法org.codehaus.jackson.node.DoubleNode
 
isEmpty() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
isEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.JsonFactory
Checked whether specified parser feature is enabled.
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.JsonFactory
Check whether specified generator feature is enabled.
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for checking whether given feature is enabled.
isEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.JsonParser
Method for checking whether specified JsonParser.Feature is enabled.
isEnabled(DeserializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
An overload for MapperConfig.isEnabled(MapperConfig.ConfigFeature), needed for backwards-compatibility.
isEnabled(DeserializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Convenience method for checking whether specified on/off feature is enabled
isEnabled(MapperConfig.ConfigFeature) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for checking whether given feature is enabled or not
isEnabled(DeserializationConfig.Feature) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
 
isEnabled(SerializationConfig.Feature) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
 
isEnabled(JsonParser.Feature) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
 
isEnabled(JsonGenerator.Feature) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
 
isEnabled(SerializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method, equivalent to: getSerializationConfig().isEnabled(f);
isEnabled(DeserializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method, equivalent to: getDeserializationConfig().isEnabled(f);
isEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method, equivalent to: getJsonFactory().isEnabled(f);
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method, equivalent to: getJsonFactory().isEnabled(f);
isEnabled(SerializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
isEnabled(SerializationConfig.Feature) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
Convenience method for checking whether specified serialization feature is enabled or not.
isEnabled(AbstractTypeMaterializer.Feature) - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method for checking whether given feature is enabled or not
isEnabled(SmileParser.Feature) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Checked whether specified parser feature is enabled.
isEnabled(SmileGenerator.Feature) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Check whether specified generator feature is enabled.
isEnabled(SmileGenerator.Feature) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
isEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
isEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
isEnumType() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isExpectedStartArrayToken() - 类 中的方法org.codehaus.jackson.JsonParser
Specialized accessor that can be used to verify that the current token indicates start array (usually meaning that current token is JsonToken.START_ARRAY) when start array is expected.
isExplicitlyIncluded() - 类 中的方法org.codehaus.jackson.map.BeanPropertyDefinition
Accessor that can be called to check whether property was included due to an explicit marker (usually annotation), or just by naming convention.
isExplicitlyIncluded() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
isFactoryMethod(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.BasicBeanDescription
 
isFeatureEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.JsonGenerator
isFeatureEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.JsonParser
已过时。
isFieldVisible(Field) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given field is auto-detectable as property, with respect to its visibility (not considering method signature or name, just visibility)
isFieldVisible(AnnotatedField) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
 
isFieldVisible(Field) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isFieldVisible(AnnotatedField) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isFinal() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isFloatingPointNumber() - 类 中的方法org.codehaus.jackson.JsonNode
 
isFloatingPointNumber() - 类 中的方法org.codehaus.jackson.node.DecimalNode
 
isFloatingPointNumber() - 类 中的方法org.codehaus.jackson.node.DoubleNode
 
isGeneratorFeatureEnabled(JsonGenerator.Feature) - 类 中的方法org.codehaus.jackson.JsonFactory
isGeneric() - 类 中的方法org.codehaus.jackson.map.type.HierarchicType
 
isGetterEnabled() - 枚举 中的方法org.codehaus.jackson.annotate.JsonMethod
 
isGetterVisible(Method) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as regular getter, with respect to its visibility (not considering method signature or name, just visibility)
isGetterVisible(AnnotatedMethod) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
 
isGetterVisible(Method) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isGetterVisible(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isGroovyMetaClassGetter(AnnotatedMethod) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
Another helper method to deal with rest of [JACKSON-103]
isGroovyMetaClassSetter(AnnotatedMethod) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
Similar to BeanUtil.isCglibGetCallbacks(org.codehaus.jackson.map.introspect.AnnotatedMethod), need to suppress a cyclic reference to resolve [JACKSON-103]
isHandled(Annotation) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
Method called by framework to determine whether given annotation is handled by this introspector.
isHandled(Annotation) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isHandled(Annotation) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isHandled(Annotation) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isHandled(Annotation) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
An annotation is handled if it's in the same package as @XmlElement, including subpackages.
isIgnorableConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableField(AnnotatedField) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableField(AnnotatedField) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableMethod(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
isIgnorableMethod(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIgnorableType(AnnotatedClass) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
Method for checking whether properties that have specified type (class, not generics aware) should be completely ignored for serialization and deserialization purposes.
isIgnorableType(AnnotatedClass) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
isIgnorableType(DeserializationConfig, BasicBeanDescription, Class<?>, Map<Class<?>, Boolean>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
Helper method that will check whether given raw type is marked as always ignorable (for purpose of ignoring properties with type)
isIgnorableType(AnnotatedClass) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
isIgnorableType(AnnotatedClass) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
isIndexedList(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.BasicSerializerFactory
 
isInline() - 接口 中的方法org.codehaus.jackson.impl.Indenter
 
isInline() - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.FixedSpaceIndenter
 
isInline() - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.Lf2SpacesIndenter
 
isInline() - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
 
isInt() - 类 中的方法org.codehaus.jackson.JsonNode
 
isInt() - 类 中的方法org.codehaus.jackson.node.IntNode
 
isIntegralNumber() - 类 中的方法org.codehaus.jackson.JsonNode
 
isIntegralNumber() - 类 中的方法org.codehaus.jackson.node.BigIntegerNode
 
isIntegralNumber() - 类 中的方法org.codehaus.jackson.node.IntNode
 
isIntegralNumber() - 类 中的方法org.codehaus.jackson.node.LongNode
 
isInterface() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isIsGetterVisible(Method) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as is-getter, with respect to its visibility (not considering method signature or name, just visibility)
isIsGetterVisible(AnnotatedMethod) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
 
isIsGetterVisible(Method) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isIsGetterVisible(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isJsonType(MediaType) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Helper method used to check whether given media type is JSON type or sub type.
isLocalType(Class<?>) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
已过时。
since 1.9, use variant that takes second argument
isLocalType(Class<?>, boolean) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
 
isLong() - 类 中的方法org.codehaus.jackson.JsonNode
 
isLong() - 类 中的方法org.codehaus.jackson.node.LongNode
 
isManagedReference() - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
isMapLikeType() - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
isMapLikeType() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isMissingNode() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.node.MissingNode
 
isNaturalTypeWithStdHandling(JavaType, JsonSerializer<?>) - 类 中的方法org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
isNull() - 类 中的方法org.codehaus.jackson.JsonNode
Method that can be used to check if this node was created from Json liternal null value.
isNull() - 类 中的方法org.codehaus.jackson.node.NullNode
 
isNumber() - 类 中的方法org.codehaus.jackson.JsonNode
 
isNumber() - 类 中的方法org.codehaus.jackson.node.NumericNode
 
isNumeric() - 枚举 中的方法org.codehaus.jackson.JsonToken
 
ISO8601DateFormat - org.codehaus.jackson.map.util中的类
Provide a fast thread-safe formatter/parser DateFormat for ISO8601 dates ONLY.
ISO8601DateFormat() - 类 的构造器org.codehaus.jackson.map.util.ISO8601DateFormat
 
ISO8601Utils - org.codehaus.jackson.map.util中的类
Utilities methods for manipulating dates in iso8601 format.
ISO8601Utils() - 类 的构造器org.codehaus.jackson.map.util.ISO8601Utils
 
isObject() - 类 中的方法org.codehaus.jackson.JsonNode
 
isObject() - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
isParserFeatureEnabled(JsonParser.Feature) - 类 中的方法org.codehaus.jackson.JsonFactory
isPojo() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.node.POJONode
 
isPotentialBeanType(Class<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
Helper method used to skip processing for types that we know can not be (i.e. are never consider to be) beans: things like primitives, Arrays, Enums, and proxy types.
isPotentialBeanType(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Helper method used to skip processing for types that we know can not be (i.e. are never consider to be) beans: things like primitives, Arrays, Enums, and proxy types.
isPrimitive() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isProxyType(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() - 类 中的方法org.codehaus.jackson.map.introspect.Annotated
 
isReadable(Class<?>, Type, Annotation[], MediaType) - 类 中的方法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() - 类 中的方法org.codehaus.jackson.io.IOContext
 
isScalarValue() - 枚举 中的方法org.codehaus.jackson.JsonToken
Method that can be used to check whether this token represents a valid non-structured value.
isSetterVisible(Method) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Method for checking whether given method is auto-detectable as setter, with respect to its visibility (not considering method signature or name, just visibility)
isSetterVisible(AnnotatedMethod) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
 
isSetterVisible(Method) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isSetterVisible(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
isSnapshot() - 类 中的方法org.codehaus.jackson.Version
 
isTextual() - 类 中的方法org.codehaus.jackson.JsonNode
 
isTextual() - 类 中的方法org.codehaus.jackson.node.TextNode
Yes indeed it is textual
isThrowable() - 类 中的方法org.codehaus.jackson.type.JavaType
 
isTrueCollectionType() - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
Method that can be used for checking whether this type is a "real" Collection type; meaning whether it represents a parameterized subtype of Collection or just something that acts like one.
isTrueMapType() - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
Method that can be used for checking whether this type is a "real" Collection type; meaning whether it represents a parameterized subtype of Collection or just something that acts like one.
isUknownVersion() - 类 中的方法org.codehaus.jackson.Version
 
isUnwrappingSerializer() - 类 中的方法org.codehaus.jackson.map.JsonSerializer
Accessor for checking whether this serializer is an "unwrapping" serializer; this is necessary to know since it may also require caller to suppress writing of the leading property name.
isUnwrappingSerializer() - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanSerializer
 
isValueNode() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.node.ValueNode
 
isVisible(Member) - 枚举 中的方法org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
IterableSerializer - org.codehaus.jackson.map.ser.std中的类
 
IterableSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.IterableSerializer
 
iterableSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - 类 中的静态方法org.codehaus.jackson.map.ser.std.StdContainerSerializers
 
iterator() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
iteratorSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - 类 中的静态方法org.codehaus.jackson.map.ser.std.StdContainerSerializers
 

J

JacksonAnnotation - org.codehaus.jackson.annotate中的注释类型
Meta-annotation (annotations used on other annotations) used for marking all annotations that are part of Jackson package.
JacksonAnnotationIntrospector - org.codehaus.jackson.map.introspect中的类
AnnotationIntrospector implementation that handles standard Jackson annotations.
JacksonAnnotationIntrospector() - 类 的构造器org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
JacksonInject - org.codehaus.jackson.map.annotate中的注释类型
Jackson-specific annotation used for indicating that value of annotated property will be "injected", i.e. set based on value configured by ObjectMapper (usually on per-call basis).
JacksonJaxbJsonProvider - org.codehaus.jackson.jaxrs中的类
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
JacksonJaxbJsonProvider() - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbJsonProvider(Annotations...) - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJaxbJsonProvider
 
JacksonJaxbJsonProvider(ObjectMapper, Annotations[]) - 类 的构造器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 - 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() - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJsonProvider
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJsonProvider(Annotations...) - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
JacksonJsonProvider(ObjectMapper) - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
JacksonJsonProvider(ObjectMapper, Annotations[]) - 类 的构造器org.codehaus.jackson.jaxrs.JacksonJsonProvider
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.
JacksonStdImpl - org.codehaus.jackson.map.annotate中的注释类型
Marker interface used to indicate implementation classes (serializers, deserializers etc) that are standard ones Jackson uses; not custom ones that application has added.
JavaType - org.codehaus.jackson.type中的类
Base class for type token classes used both to contain information and as keys for deserializers.
JavaType(Class<?>, int) - 类 的构造器org.codehaus.jackson.type.JavaType
 
JavaTypeDeserializer - org.codehaus.jackson.map.deser.std中的类
 
JavaTypeDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.JavaTypeDeserializer
 
JaxbAnnotationIntrospector - org.codehaus.jackson.xc中的类
Annotation introspector that leverages JAXB annotations where applicable to JSON mapping.
JaxbAnnotationIntrospector() - 类 的构造器org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
JdkSerializers - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use StdJdkSerializers
JdkSerializers() - 类 的构造器org.codehaus.jackson.map.ser.JdkSerializers
已过时。
 
JodaDeserializers - org.codehaus.jackson.map.ext中的类
Provider for deserializers that handle some basic data types for Joda date/time library.
JodaDeserializers() - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers
 
JodaDeserializers.DateMidnightDeserializer - org.codehaus.jackson.map.ext中的类
 
JodaDeserializers.DateMidnightDeserializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers.DateMidnightDeserializer
 
JodaDeserializers.DateTimeDeserializer<T extends ReadableInstant> - org.codehaus.jackson.map.ext中的类
Basic deserializer for DateTime.
JodaDeserializers.DateTimeDeserializer(Class<T>) - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers.DateTimeDeserializer
 
JodaDeserializers.LocalDateDeserializer - org.codehaus.jackson.map.ext中的类
 
JodaDeserializers.LocalDateDeserializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateDeserializer
 
JodaDeserializers.LocalDateTimeDeserializer - org.codehaus.jackson.map.ext中的类
 
JodaDeserializers.LocalDateTimeDeserializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers.LocalDateTimeDeserializer
 
JodaDeserializers.PeriodDeserializer - org.codehaus.jackson.map.ext中的类
 
JodaDeserializers.PeriodDeserializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaDeserializers.PeriodDeserializer
 
JodaSerializers - org.codehaus.jackson.map.ext中的类
Provider for serializers that handle some basic data types for Joda date/time library.
JodaSerializers() - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers
 
JodaSerializers.DateMidnightSerializer - org.codehaus.jackson.map.ext中的类
 
JodaSerializers.DateMidnightSerializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers.DateMidnightSerializer
 
JodaSerializers.DateTimeSerializer - org.codehaus.jackson.map.ext中的类
 
JodaSerializers.DateTimeSerializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
JodaSerializers.JodaSerializer<T> - org.codehaus.jackson.map.ext中的类
 
JodaSerializers.JodaSerializer(Class<T>) - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
JodaSerializers.LocalDateSerializer - org.codehaus.jackson.map.ext中的类
 
JodaSerializers.LocalDateSerializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers.LocalDateSerializer
 
JodaSerializers.LocalDateTimeSerializer - org.codehaus.jackson.map.ext中的类
 
JodaSerializers.LocalDateTimeSerializer() - 类 的构造器org.codehaus.jackson.map.ext.JodaSerializers.LocalDateTimeSerializer
 
JsonAnyGetter - org.codehaus.jackson.annotate中的注释类型
Marker annotation that can be used to define a non-static, no-argument method or member field as something of a reverse of JsonAnySetter method; basically being used like a getter but such that contents of the returned Map (type must be Map) are serialized as if they were actual properties of the bean that contains method/field with this annotations.
JsonAnySetter - 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 - org.codehaus.jackson.annotate中的注释类型
Class annotation that can be used to define which kinds of Methods are to be detected by auto-detection.
JsonAutoDetect.Visibility - org.codehaus.jackson.annotate中的枚举
Enumeration for possible visibility thresholds (minimum visibility) that can be used to limit which methods (and fields) are auto-detected.
JsonBackReference - org.codehaus.jackson.annotate中的注释类型
Annotation used to indicate that associated property is part of two-way linkage between fields; and that its role is "child" (or "back") link.
JsonCachable - org.codehaus.jackson.map.annotate中的注释类型
Marker annotation used to denote whether given instance (currently only used with JsonDeserializer) can be cached.
JsonCreator - 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 - org.codehaus.jackson.map.annotate中的注释类型
Annotation use for configuring deserialization aspects, by attaching to "setter" methods or fields, or to value classes.
JsonDeserializer<T> - 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() - 类 的构造器org.codehaus.jackson.map.JsonDeserializer
 
JsonDeserializer.None - org.codehaus.jackson.map中的类
This marker class is only to be used with annotations, to indicate that no deserializer is configured.
JsonDeserializer.None() - 类 的构造器org.codehaus.jackson.map.JsonDeserializer.None
 
JsonEncoding - 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 - 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() - 类 的构造器org.codehaus.jackson.JsonFactory
Default constructor used to create factory instances.
JsonFactory(ObjectCodec) - 类 的构造器org.codehaus.jackson.JsonFactory
 
jsonFactory - 类 中的变量org.codehaus.jackson.smile.Tool
 
JsonFilter - org.codehaus.jackson.map.annotate中的注释类型
Annotation used to indicate which logical filter is to be used for filtering out properties of type (class) annotated; association made by this annotation declaring ids of filters, and ObjectMapper (or objects it delegates to) providing matching filters by id.
JsonGenerationException - 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) - 异常错误 的构造器org.codehaus.jackson.JsonGenerationException
 
JsonGenerationException(String) - 异常错误 的构造器org.codehaus.jackson.JsonGenerationException
 
JsonGenerationException(String, Throwable) - 异常错误 的构造器org.codehaus.jackson.JsonGenerationException
 
JsonGenerator - org.codehaus.jackson中的类
Base class that defines public API for writing JSON content.
JsonGenerator() - 类 的构造器org.codehaus.jackson.JsonGenerator
 
JsonGenerator.Feature - org.codehaus.jackson中的枚举
Enumeration that defines all togglable features for generators.
JsonGeneratorBase - 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) - 类 的构造器org.codehaus.jackson.impl.JsonGeneratorBase
 
JsonGeneratorDelegate - org.codehaus.jackson.util中的类
 
JsonGeneratorDelegate(JsonGenerator) - 类 的构造器org.codehaus.jackson.util.JsonGeneratorDelegate
 
JsonGetter - org.codehaus.jackson.annotate中的注释类型
已过时。
Use JsonProperty instead (deprecated since version 1.5)
JsonIgnore - 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 - org.codehaus.jackson.annotate中的注释类型
Annotation that can be used to either suppress serialization of properties (during serialization), or ignore processing of JSON properties read (during deserialization).
JsonIgnoreType - org.codehaus.jackson.annotate中的注释类型
Marker annotation that indicates that all properties of annotated type are to be ignored during serialization and deserialization.
JsonLocation - 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) - 类 的构造器org.codehaus.jackson.JsonLocation
 
JsonLocation(Object, long, long, int, int) - 类 的构造器org.codehaus.jackson.JsonLocation
 
JsonManagedReference - org.codehaus.jackson.annotate中的注释类型
Annotation used to indicate that annotated property is part of two-way linkage between fields; and that its role is "parent" (or "forward") link.
JsonMappingException - org.codehaus.jackson.map中的异常错误
Checked exception used to signal fatal problems with mapping of content.
JsonMappingException(String) - 异常错误 的构造器org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, Throwable) - 异常错误 的构造器org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, JsonLocation) - 异常错误 的构造器org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException(String, JsonLocation, Throwable) - 异常错误 的构造器org.codehaus.jackson.map.JsonMappingException
 
JsonMappingException.Reference - org.codehaus.jackson.map中的类
Simple bean class used to contain references.
JsonMappingException.Reference() - 类 的构造器org.codehaus.jackson.map.JsonMappingException.Reference
Default constructor for deserialization/sub-classing purposes
JsonMappingException.Reference(Object) - 类 的构造器org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingException.Reference(Object, String) - 类 的构造器org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingException.Reference(Object, int) - 类 的构造器org.codehaus.jackson.map.JsonMappingException.Reference
 
JsonMappingExceptionMapper - org.codehaus.jackson.jaxrs中的类
Implementation if ExceptionMapper to send down a "400 Bad Request" response in the event that unmappable JSON is received.
JsonMappingExceptionMapper() - 类 的构造器org.codehaus.jackson.jaxrs.JsonMappingExceptionMapper
 
JsonMethod - org.codehaus.jackson.annotate中的枚举
Enumeration used to define kinds of methods that annotations like JsonAutoDetect apply to.
JsonNode - org.codehaus.jackson中的类
Base class for all JSON nodes, which form the basis of JSON Tree Model that Jackson implements.
JsonNode() - 类 的构造器org.codehaus.jackson.JsonNode
 
JsonNodeDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use JsonNodeDeserializer instead.
JsonNodeDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.JsonNodeDeserializer
已过时。
 
JsonNodeDeserializer - org.codehaus.jackson.map.deser.std中的类
Deserializer that can build instances of JsonNode from any JSON content, using appropriate JsonNode type.
JsonNodeDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.JsonNodeDeserializer
 
JsonNodeFactory - 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() - 类 的构造器org.codehaus.jackson.node.JsonNodeFactory
 
JsonNumericParserBase - org.codehaus.jackson.impl中的类
已过时。
Since 1.9.0: functionality demoted down to JsonParserBase
JsonNumericParserBase(IOContext, int) - 类 的构造器org.codehaus.jackson.impl.JsonNumericParserBase
已过时。
 
JsonParseException - 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) - 异常错误 的构造器org.codehaus.jackson.JsonParseException
 
JsonParseException(String, JsonLocation, Throwable) - 异常错误 的构造器org.codehaus.jackson.JsonParseException
 
JsonParseExceptionMapper - org.codehaus.jackson.jaxrs中的类
Implementation of ExceptionMapper to send down a "400 Bad Request" in the event unparsable JSON is received.
JsonParseExceptionMapper() - 类 的构造器org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
 
JsonParser - org.codehaus.jackson中的类
Base class that defines public API for reading JSON content.
JsonParser() - 类 的构造器org.codehaus.jackson.JsonParser
 
JsonParser(int) - 类 的构造器org.codehaus.jackson.JsonParser
 
JsonParser.Feature - org.codehaus.jackson中的枚举
Enumeration that defines all togglable features for parsers.
JsonParser.NumberType - org.codehaus.jackson中的枚举
Enumeration of possible "native" (optimal) types that can be used for numbers.
JsonParserBase - org.codehaus.jackson.impl中的类
Intermediate base class used by all Jackson JsonParser implementations.
JsonParserBase(IOContext, int) - 类 的构造器org.codehaus.jackson.impl.JsonParserBase
 
JsonParserDelegate - org.codehaus.jackson.util中的类
Helper class that implements delegation pattern for JsonParser, to allow for simple overridability of basic parsing functionality.
JsonParserDelegate(JsonParser) - 类 的构造器org.codehaus.jackson.util.JsonParserDelegate
 
JsonParserMinimalBase - org.codehaus.jackson.impl中的类
Intermediate base class used by all Jackson JsonParser implementations, but does not add any additional fields that depend on particular method of obtaining input.
JsonParserMinimalBase() - 类 的构造器org.codehaus.jackson.impl.JsonParserMinimalBase
 
JsonParserMinimalBase(int) - 类 的构造器org.codehaus.jackson.impl.JsonParserMinimalBase
 
JsonParserSequence - org.codehaus.jackson.util中的类
Helper class that can be used to sequence multiple physical JsonParsers to create a single logical sequence of tokens, as a single JsonParser.
JsonParserSequence(JsonParser[]) - 类 的构造器org.codehaus.jackson.util.JsonParserSequence
 
JSONPObject - org.codehaus.jackson.map.util中的类
Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
JSONPObject(String, Object) - 类 的构造器org.codehaus.jackson.map.util.JSONPObject
 
JSONPObject(String, Object, JavaType) - 类 的构造器org.codehaus.jackson.map.util.JSONPObject
 
JSONPObject(String, Object, Class<?>) - 类 的构造器org.codehaus.jackson.map.util.JSONPObject
已过时。
Since 1.8; instead use variant that takes JavaType: this ensures that type information is properly resolved
JsonProcessingException - 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) - 异常错误 的构造器org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String) - 异常错误 的构造器org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String, JsonLocation) - 异常错误 的构造器org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(String, Throwable) - 异常错误 的构造器org.codehaus.jackson.JsonProcessingException
 
JsonProcessingException(Throwable) - 异常错误 的构造器org.codehaus.jackson.JsonProcessingException
 
JsonProperty - 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 - org.codehaus.jackson.annotate中的注释类型
Annotation that can be used to define ordering (possibly partial) to use when serializing object properties.
JsonRawValue - org.codehaus.jackson.annotate中的注释类型
Marker annotation that indicates that the annotated method or field should be serialized by including literal String value of the property as is, without quoting of characters.
JsonReadContext - 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) - 类 的构造器org.codehaus.jackson.impl.JsonReadContext
 
JsonRootName - org.codehaus.jackson.map.annotate中的注释类型
Annotation similar to XmlRootElement, used to indicate name to use for root-level wrapping, if wrapping is enabled.
JsonSchema - org.codehaus.jackson.schema中的类
A JsonNode that represents a JSON-Schema instance.
JsonSchema(ObjectNode) - 类 的构造器org.codehaus.jackson.schema.JsonSchema
Main constructor for schema instances.
JsonSerializable - org.codehaus.jackson.map中的接口
已过时。
JsonSerializableSchema - org.codehaus.jackson.schema中的注释类型
Annotation that can be used to define JSON Schema definition for the annotated class.
JsonSerializableWithType - org.codehaus.jackson.map中的接口
Interface that is to replace JsonSerializable to allow for dynamic type information embedding.
JsonSerialize - org.codehaus.jackson.map.annotate中的注释类型
Annotation used for configuring serialization aspects, by attaching to "getter" methods or fields, or to value classes.
JsonSerialize.Inclusion - 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 - 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> - 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() - 类 的构造器org.codehaus.jackson.map.JsonSerializer
 
JsonSerializer.None - org.codehaus.jackson.map中的类
This marker class is only to be used with annotations, to indicate that no serializer is configured.
JsonSerializer.None() - 类 的构造器org.codehaus.jackson.map.JsonSerializer.None
 
JsonSerializerMap - org.codehaus.jackson.map.ser.impl中的类
Specialized read-only map used for storing and accessing serializers by type.
JsonSerializerMap(Map<SerializerCache.TypeKey, JsonSerializer<Object>>) - 类 的构造器org.codehaus.jackson.map.ser.impl.JsonSerializerMap
 
JsonSetter - 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 as an alternative to recommended JsonProperty annotation (which was introduced in version 1.1).
JsonStreamContext - org.codehaus.jackson中的类
Shared base class for streaming processing contexts used during reading and writing of Json content using Streaming API.
JsonStreamContext() - 类 的构造器org.codehaus.jackson.JsonStreamContext
 
JsonStringEncoder - org.codehaus.jackson.io中的类
Helper class used for efficient encoding of JSON String values (including JSON field names) into Strings or UTF-8 byte arrays.
JsonStringEncoder() - 类 的构造器org.codehaus.jackson.io.JsonStringEncoder
 
JsonSubTypes - org.codehaus.jackson.annotate中的注释类型
Annotation used with JsonTypeInfo to indicate sub types of serializable polymorphic types, and to associate logical names used within JSON content (which is more portable than using physical Java class names).
JsonSubTypes.Type - org.codehaus.jackson.annotate中的注释类型
Definition of a subtype, along with optional name.
JsonToken - org.codehaus.jackson中的枚举
Enumeration for basic token types used for returning results of parsing JSON content.
JsonTypeIdResolver - org.codehaus.jackson.map.annotate中的注释类型
Annotation that can be used to plug a custom type identifier handler (TypeIdResolver) to be used by TypeSerializers and TypeDeserializers for converting between java types and type id included in JSON content.
JsonTypeInfo - org.codehaus.jackson.annotate中的注释类型
Annotation used for configuring details of if and how type information is used with JSON serialization and deserialization, to preserve information about actual class of Object instances.
JsonTypeInfo.As - org.codehaus.jackson.annotate中的枚举
Definition of standard type inclusion mechanisms for type metadata.
JsonTypeInfo.Id - org.codehaus.jackson.annotate中的枚举
Definition of different type identifiers that can be included in JSON during serialization, and used for deserialization.
JsonTypeInfo.None - org.codehaus.jackson.annotate中的类
This marker class that is only to be used with defaultImpl annotation property, to indicate that there is no default implementation specified.
JsonTypeInfo.None() - 类 的构造器org.codehaus.jackson.annotate.JsonTypeInfo.None
 
JsonTypeName - org.codehaus.jackson.annotate中的注释类型
Annotation used for binding logical name that the annotated class has.
JsonTypeResolver - org.codehaus.jackson.map.annotate中的注释类型
Annotation that can be used to explicitly define custom resolver used for handling serialization and deserialization of type information, needed for handling of polymorphic types (or sometimes just for linking abstract types to concrete types)
JsonUnwrapped - org.codehaus.jackson.annotate中的注释类型
Annotation used to indicate that a property should be serialized "unwrapped"; that is, if it would be serialized as JSON Object, its properties are instead included as properties of its containing Object.
JsonValue - 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.
JsonValueInstantiator - org.codehaus.jackson.map.annotate中的注释类型
Annotation that can be used to indicate a ValueInstantiator to use for creating instances of specified type.
JsonValueSerializer - org.codehaus.jackson.map.ser.std中的类
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>, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
JsonView - org.codehaus.jackson.map.annotate中的注释类型
Annotation used for indicating view(s) that the property that is defined by method or field annotated is part of.
JSONWrappedObject - org.codehaus.jackson.map.util中的类
General-purpose wrapper class that can be used to decorate serialized value with arbitrary literal prefix and suffix.
JSONWrappedObject(String, String, Object) - 类 的构造器org.codehaus.jackson.map.util.JSONWrappedObject
 
JSONWrappedObject(String, String, Object, JavaType) - 类 的构造器org.codehaus.jackson.map.util.JSONWrappedObject
 
JSONWrappedObject(String, String, Object, Class<?>) - 类 的构造器org.codehaus.jackson.map.util.JSONWrappedObject
已过时。
Since 1.8; should construct with resolved JavaType, to ensure type has been properly resolved
JsonWriteContext - 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) - 类 的构造器org.codehaus.jackson.impl.JsonWriteContext
 
JsonWriteNullProperties - org.codehaus.jackson.annotate中的注释类型
已过时。
(since 1.6) Currently recommended annotation to use is JsonSerialize.include() (with values ALWAYS or NON_NULL)

K

KeyDeserializer - org.codehaus.jackson.map中的类
Abstract class that defines API used for deserializing JSON content field names into Java Map keys.
KeyDeserializer() - 类 的构造器org.codehaus.jackson.map.KeyDeserializer
 
KeyDeserializer.None - org.codehaus.jackson.map中的类
This marker class is only to be used with annotations, to indicate that no deserializer is configured.
KeyDeserializer.None() - 类 的构造器org.codehaus.jackson.map.KeyDeserializer.None
 
keyDeserializerInstance(Annotated, Class<? extends KeyDeserializer>) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
keyDeserializerInstance(DeserializationConfig, Annotated, Class<? extends KeyDeserializer>) - 类 中的方法org.codehaus.jackson.map.HandlerInstantiator
Method called to get an instance of key deserializer of specified type.
keyDeserializers() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
keyDeserializers() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
KeyDeserializers - org.codehaus.jackson.map中的接口
Interface that defines API for simple extensions that can provide additional deserializers for deserializer Map keys of various types, from JSON property names.
keySerializers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
keySerializers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 

L

lastValidIndex() - 类 中的方法org.codehaus.jackson.map.util.EnumResolver
 
leaseObjectBuffer() - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
leaseObjectBuffer() - 类 中的方法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> - org.codehaus.jackson.map.util中的类
Node of a forward-only linked list.
LinkedNode(T, LinkedNode<T>) - 类 的构造器org.codehaus.jackson.map.util.LinkedNode
 
loadMore() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
loadMore() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
loadMore() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
 
loadMore() - 类 中的方法org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
 
loadMore() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
loadMore() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
loadMoreGuaranteed() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
locateMapper(Class<?>, MediaType) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method called to locate ObjectMapper to use for serialization and deserialization.
LONG_DESC - 类 中的静态变量org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
LongNode - org.codehaus.jackson.node中的类
Numeric node that contains simple 64-bit integer values.
LongNode(long) - 类 的构造器org.codehaus.jackson.node.LongNode
 
looksLikeISO8601(String) - 类 中的方法org.codehaus.jackson.map.util.StdDateFormat
Overridable helper method used to figure out which of supported formats is the likeliest match.
LRUMap<K,V> - org.codehaus.jackson.map.util中的类
Helper for simple bounded LRU maps used for reusing lookup values.
LRUMap(int, int) - 类 的构造器org.codehaus.jackson.map.util.LRUMap
 

M

main(String[]) - 类 中的静态方法org.codehaus.jackson.smile.Tool
 
makeChild(boolean, boolean) - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
Factory method used to create actual symbol table instance to use for parsing.
makeChild(boolean, boolean) - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
"Factory" method; will create a new child instance of this symbol table.
managed(String) - 类 中的静态方法org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty
 
manglePropertyName(String) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
Method called to figure out name of the property, given corresponding suggested name based on a method or field name.
map - 类 中的变量org.codehaus.jackson.map.ser.impl.PropertySerializerMap.SerializerAndMapResult
 
mapAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
mapAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will find complete abstract type mapping for specified type, doing as many resolution steps as necessary.
mapAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
mapAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Method that can be called to try to resolve an abstract type (interface, abstract class) into a concrete type, or at least something "more concrete" (abstract class instead of interface).
mapAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
Method that can be called to try to resolve an abstract type (interface, abstract class) into a concrete type, or at least something "more concrete" (abstract class instead of interface).
mapArray(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
Method called to map a JSON Array into a Java value.
mapArrayToArray(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
Method called to map a JSON Array into a Java Object array (Object[]).
MapDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use MapDeserializer instead.
MapDeserializer(JavaType, Constructor<Map<Object, Object>>, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.MapDeserializer
已过时。
Since 1.9, use variant that takes ValueInstantiator
MapDeserializer(JavaType, ValueInstantiator, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.MapDeserializer
已过时。
 
MapDeserializer(MapDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.MapDeserializer
已过时。
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
MapDeserializer - org.codehaus.jackson.map.deser.std中的类
Basic serializer that can take Json "Object" structure and construct a Map instance, with typed contents.
MapDeserializer(JavaType, Constructor<Map<Object, Object>>, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.MapDeserializer
已过时。
Since 1.9, use variant that takes ValueInstantiator
MapDeserializer(JavaType, ValueInstantiator, KeyDeserializer, JsonDeserializer<Object>, TypeDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.MapDeserializer
 
MapDeserializer(MapDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.MapDeserializer
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
MapLikeType - org.codehaus.jackson.map.type中的类
Type that represents Map-like types; things that consist of key/value pairs but that do not necessarily implement Map, but that do not have enough introspection functionality to allow for some level of generic handling.
MapLikeType(Class<?>, JavaType, JavaType) - 类 的构造器org.codehaus.jackson.map.type.MapLikeType
已过时。
MapLikeType(Class<?>, JavaType, JavaType, Object, Object) - 类 的构造器org.codehaus.jackson.map.type.MapLikeType
 
mapObject(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
Method called to map a JSON Object into a Java value.
mapper() - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
Helper method that will ensure that there is a configurable non-default mapper (constructing an instance if one didn't yet exit), and return that mapper.
MapperConfig<T extends MapperConfig<T>> - org.codehaus.jackson.map中的类
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such.
MapperConfig(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>, SubtypeResolver, PropertyNamingStrategy, TypeFactory, HandlerInstantiator) - 类 的构造器org.codehaus.jackson.map.MapperConfig
 
MapperConfig(MapperConfig<T>) - 类 的构造器org.codehaus.jackson.map.MapperConfig
Simple copy constructor
MapperConfig(MapperConfig<T>, MapperConfig.Base, SubtypeResolver) - 类 的构造器org.codehaus.jackson.map.MapperConfig
 
MapperConfig.Base - org.codehaus.jackson.map中的类
Immutable container class used to store simple configuration settings.
MapperConfig.Base(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>, PropertyNamingStrategy, TypeFactory, TypeResolverBuilder<?>, DateFormat, HandlerInstantiator) - 类 的构造器org.codehaus.jackson.map.MapperConfig.Base
 
MapperConfig.ConfigFeature - org.codehaus.jackson.map中的接口
Interface that actual Feature enumerations used by MapperConfig implementations must implement.
MapperConfigurator - 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[]) - 类 的构造器org.codehaus.jackson.jaxrs.MapperConfigurator
 
mappingException(Class<?>) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
mappingException(Class<?>, JsonToken) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
mappingException(Class<?>) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Helper method for constructing generic mapping exception for specified type
mappingException(Class<?>, JsonToken) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
 
mappingException(String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Helper method for constructing generic mapping exception with specified message and current location information
MappingIterator<T> - org.codehaus.jackson.map中的类
Iterator exposed by ObjectMapper when binding sequence of objects.
MappingIterator(JavaType, JsonParser, DeserializationContext, JsonDeserializer<?>) - 类 的构造器org.codehaus.jackson.map.MappingIterator
 
MappingIterator(JavaType, JsonParser, DeserializationContext, JsonDeserializer<?>, boolean, Object) - 类 的构造器org.codehaus.jackson.map.MappingIterator
 
MappingJsonFactory - 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() - 类 的构造器org.codehaus.jackson.map.MappingJsonFactory
 
MappingJsonFactory(ObjectMapper) - 类 的构造器org.codehaus.jackson.map.MappingJsonFactory
 
MapSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use MapSerializer
MapSerializer() - 类 的构造器org.codehaus.jackson.map.ser.MapSerializer
已过时。
 
MapSerializer(HashSet<String>, JavaType, boolean, TypeSerializer) - 类 的构造器org.codehaus.jackson.map.ser.MapSerializer
已过时。
Use variant that takes Key type and property information
MapSerializer(HashSet<String>, JavaType, JavaType, boolean, TypeSerializer, JsonSerializer<Object>, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.MapSerializer
已过时。
As of 1.8, use version that takes valueSerializer
MapSerializer(HashSet<String>, JavaType, JavaType, boolean, TypeSerializer, JsonSerializer<Object>, JsonSerializer<Object>, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.MapSerializer
已过时。
 
MapSerializer - org.codehaus.jackson.map.ser.std中的类
Standard serializer implementation for serializing {link java.util.Map} types.
MapSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.MapSerializer
 
MapSerializer(HashSet<String>, JavaType, JavaType, boolean, TypeSerializer, JsonSerializer<Object>, JsonSerializer<Object>, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.MapSerializer
 
MapType - org.codehaus.jackson.map.type中的类
Type that represents "true" Java Map types.
mapType(Class<? extends Map>, Class<?>, Class<?>) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
mapType(Class<? extends Map>, JavaType, JavaType) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
mark(int) - 类 中的方法org.codehaus.jackson.io.MergedStream
 
MARKER_FOR_DEFAULT - 类 中的静态变量org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
markSupported() - 类 中的方法org.codehaus.jackson.io.MergedStream
 
MatchStrength - org.codehaus.jackson.format中的枚举
Enumeration used to indicate strength of match between data format and piece of data (typically beginning of a data file).
materializeAbstractType(DeserializationConfig, BasicBeanDescription) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
materializeClass(DeserializationConfig, Class<?>) - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
 
MAX_INT_AS_LONG - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
MAX_SHARED_NAMES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Longest back reference we use for field names is 10 bits; no point in keeping much more around
MAX_SHARED_STRING_LENGTH_BYTES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Also: whereas we can refer to names of any length, we will only consider text values that are considered "tiny" or "short" (ones encoded with length prefix); this value thereby has to be maximum length of Strings that can be encoded as such.
MAX_SHARED_STRING_VALUES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Longest back reference we use for short shared String values is 10 bits, so up to (1 << 10) values to keep track of.
MAX_SHORT_NAME_ASCII_BYTES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Encoding has special "short" forms for field names that can be represented by 64 bytes of UTF-8 or less.
MAX_SHORT_NAME_UNICODE_BYTES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Maximum byte length for short non-ASCII names is slightly less due to having to reserve bytes 0xF8 and above (but we get one more as values 0 and 1 are not valid)
MAX_SHORT_VALUE_STRING_BYTES - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Encoding has special "short" forms for value Strings that can be represented by 64 bytes of UTF-8 or less.
MAX_TABLE_SIZE - 类 中的静态变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Let's not expand symbol tables past some maximum size; this should protected against OOMEs caused by large documents with unique (~= random) names.
MAX_TABLE_SIZE - 类 中的静态变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Let's not expand symbol tables past some maximum size; this should protected against OOMEs caused by large documents with uniquer (~= random) names.
maxCollisionLength() - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
Method mostly needed by unit tests; calculates length of the longest collision chain.
maxCollisionLength() - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
Method mostly needed by unit tests; calculates length of the longest collision chain.
maybeDirty() - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
Method called to check to quickly see if a child symbol table may have gotten additional entries.
maybeDirty() - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
mayContainRawBinary() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
MemberKey - org.codehaus.jackson.map.introspect中的类
Helper class needed to be able to efficiently access class member functions (Methods and Constructors) in Maps.
MemberKey(Method) - 类 的构造器org.codehaus.jackson.map.introspect.MemberKey
 
MemberKey(Constructor<?>) - 类 的构造器org.codehaus.jackson.map.introspect.MemberKey
 
MemberKey(String, Class<?>[]) - 类 的构造器org.codehaus.jackson.map.introspect.MemberKey
 
memberMethods() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
merge(AnnotationMap, AnnotationMap) - 类 中的静态方法org.codehaus.jackson.map.introspect.AnnotationMap
 
mergeAnnotations(boolean) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
MergedStream - 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) - 类 的构造器org.codehaus.jackson.io.MergedStream
 
MethodFilter - org.codehaus.jackson.map.introspect中的接口
Simple interface that defines API used to filter out irrelevant methods
MIME - 类 中的静态变量org.codehaus.jackson.Base64Variants
This variant is what most people would think of "the standard" Base64 encoding.
MIME_NO_LINEFEEDS - 类 中的静态变量org.codehaus.jackson.Base64Variants
Slightly non-standard modification of Base64Variants.MIME which does not use linefeeds (max line length set to infinite).
MIN_BUFFER_FOR_POSSIBLE_SHORT_STRING - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
And to make encoding logic tight and simple, we can always require that output buffer has this amount of space available before encoding possibly short String (3 bytes since longest UTF-8 encoded Java char is 3 bytes).
MIN_INT_AS_LONG - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
MINIMAL_FILTER - 类 中的静态变量org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
MinimalClassNameIdResolver - org.codehaus.jackson.map.jsontype.impl中的类
 
MinimalClassNameIdResolver(JavaType, TypeFactory) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
MinimalPrettyPrinter - org.codehaus.jackson.util中的类
PrettyPrinter implementation that adds no indentation, just implements everything necessary for value output to work as expected, and provide simpler extension points to allow for creating simple custom implementations that add specific decoration or overrides.
MinimalPrettyPrinter() - 类 的构造器org.codehaus.jackson.util.MinimalPrettyPrinter
 
MinimalPrettyPrinter(String) - 类 的构造器org.codehaus.jackson.util.MinimalPrettyPrinter
 
MissingNode - org.codehaus.jackson.node中的类
This singleton node class is generated to denote "missing nodes" along paths that do not exist.
mixInCount() - 类 中的方法org.codehaus.jackson.map.MapperConfig
 
mLocation - 异常错误 中的变量org.codehaus.jackson.JsonProcessingException
 
MODIFIED_FOR_URL - 类 中的静态变量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).
modifyDeserializer(DeserializationConfig, BasicBeanDescription, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerModifier
Method called by BeanDeserializerFactory after constructing default bean deserializer instance with properties collected and ordered earlier.
modifySecondaryTypesByAnnotation(SerializationConfig, Annotated, T) - 类 中的静态方法org.codehaus.jackson.map.ser.BasicSerializerFactory
 
modifySerializer(SerializationConfig, BasicBeanDescription, JsonSerializer<?>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerModifier
Method called by BeanSerializerFactory after constructing default bean serializer instance with properties collected and ordered earlier.
modifyType(JavaType, Type, TypeBindings, TypeFactory) - 类 中的方法org.codehaus.jackson.map.type.TypeModifier
Method called to let modifier change constructed type definition.
modifyTypeByAnnotation(DeserializationConfig, Annotated, T, String) - 类 中的方法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.
modifyTypeByAnnotation(SerializationConfig, Annotated, T) - 类 中的方法org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method used to encapsulate details of annotation-based type coercion
Module - org.codehaus.jackson.map中的类
Simple interface for extensions that can be registered with ObjectMapper to provide a well-defined set of extensions to default functionality; such as support for new data types.
Module() - 类 的构造器org.codehaus.jackson.map.Module
 
Module.SetupContext - org.codehaus.jackson.map中的接口
Interface Jackson exposes to modules for purpose of registering extended functionality.
MrBeanModule - org.codehaus.jackson.mrbean中的类
 
MrBeanModule() - 类 的构造器org.codehaus.jackson.mrbean.MrBeanModule
 
MrBeanModule(AbstractTypeMaterializer) - 类 的构造器org.codehaus.jackson.mrbean.MrBeanModule
 

N

NA - 类 中的静态变量org.codehaus.jackson.JsonLocation
Shared immutable "N/A location" that can be returned to indicate that no location information is available
Name - 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) - 类 的构造器org.codehaus.jackson.sym.Name
 
Name1 - org.codehaus.jackson.sym中的类
Specialized implementation of PName: can be used for short Strings that consists of at most 4 bytes.
Name2 - org.codehaus.jackson.sym中的类
Specialized implementation of PName: can be used for short Strings that consists of 5 to 8 bytes.
Name3 - org.codehaus.jackson.sym中的类
Specialized implementation of PName: can be used for short Strings that consists of 9 to 12 bytes.
Named - org.codehaus.jackson.map.util中的接口
Simple tag interface mostly to allow sorting by name
NamedType - org.codehaus.jackson.map.jsontype中的类
Simple container class for types with optional logical name, used as external identifier
NamedType(Class<?>) - 类 的构造器org.codehaus.jackson.map.jsontype.NamedType
 
NamedType(Class<?>, String) - 类 的构造器org.codehaus.jackson.map.jsontype.NamedType
 
nameForConstructorParameter(MapperConfig<?>, AnnotatedParameter, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given constructor parameter; typically called when building a deserializer (but not necessarily only then).
nameForConstructorParameter(MapperConfig<?>, AnnotatedParameter, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
nameForField(MapperConfig<?>, AnnotatedField, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given field.
nameForField(MapperConfig<?>, AnnotatedField, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
nameForGetterMethod(MapperConfig<?>, AnnotatedMethod, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given getter method; typically called when building a serializer.
nameForGetterMethod(MapperConfig<?>, AnnotatedMethod, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
nameForSetterMethod(MapperConfig<?>, AnnotatedMethod, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy
Method called to find external name (name used in JSON) for given logical POJO property, as defined by given setter method; typically called when building a deserializer (but not necessarily only then).
nameForSetterMethod(MapperConfig<?>, AnnotatedMethod, String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
NameN - 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<?>) - 类 中的方法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<?>) - 类 中的方法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<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
narrowContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
narrowContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
narrowContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
narrowContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
narrowContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
 
narrowKey(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
narrowKey(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
NASTY_SMALL_DOUBLE - 类 中的静态变量org.codehaus.jackson.io.NumberInput
Textual representation of a double constant that can cause nasty problems with JDK (see http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308).
newWith(Class<?>, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.impl.PropertySerializerMap
 
next - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyValue
 
next() - 类 中的方法org.codehaus.jackson.map.MappingIterator
 
next() - 类 中的方法org.codehaus.jackson.map.util.LinkedNode
 
next() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
next() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
next() - 类 中的方法org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
next - 类 中的变量org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
 
next() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Segment
 
nextBooleanValue() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
nextBooleanValue() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextBooleanValue() - 类 中的方法org.codehaus.jackson.JsonParser
Method that fetches next token (as if calling JsonParser.nextToken()) and if it is JsonToken.VALUE_TRUE or JsonToken.VALUE_FALSE returns matching Boolean value; otherwise return null.
nextBooleanValue() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextByte() - 接口 中的方法org.codehaus.jackson.format.InputAccessor
Returns next byte available, if any; if no more bytes are available, will throw EOFException.
nextByte() - 类 中的方法org.codehaus.jackson.format.InputAccessor.Std
 
nextFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.JsonParser
Method that fetches next token (as if calling JsonParser.nextToken()) and verifies whether it is JsonToken.FIELD_NAME with specified name and returns result of that comparison.
nextFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextIntValue(int) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
nextIntValue(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextIntValue(int) - 类 中的方法org.codehaus.jackson.JsonParser
Method that fetches next token (as if calling JsonParser.nextToken()) and if it is JsonToken.VALUE_NUMBER_INT returns 32-bit int value; otherwise returns specified default value It is functionally equivalent to: return (nextToken() == JsonToken.VALUE_NUMBER_INT) ?
nextIntValue(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextLongValue(long) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
nextLongValue(long) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextLongValue(long) - 类 中的方法org.codehaus.jackson.JsonParser
Method that fetches next token (as if calling JsonParser.nextToken()) and if it is JsonToken.VALUE_NUMBER_INT returns 64-bit long value; otherwise returns specified default value It is functionally equivalent to: return (nextToken() == JsonToken.VALUE_NUMBER_INT) ?
nextLongValue(long) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextTextValue() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
nextTextValue() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextTextValue() - 类 中的方法org.codehaus.jackson.JsonParser
Method that fetches next token (as if calling JsonParser.nextToken()) and if it is JsonToken.VALUE_STRING returns contained String value; otherwise returns null.
nextTextValue() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextToken() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
nextToken() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
nextToken() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
nextToken() - 类 中的方法org.codehaus.jackson.JsonParser
Main iteration method, which will advance stream enough to determine type of the next token, if any.
nextToken() - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
nextToken() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
nextToken() - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
nextToken() - 类 中的方法org.codehaus.jackson.util.JsonParserSequence
 
nextToken() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
nextValue() - 类 中的方法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).
nextValue() - 类 中的方法org.codehaus.jackson.map.MappingIterator
 
NO_ABSTRACT_TYPE_RESOLVERS - 类 中的静态变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
NO_DESERIALIZERS - 类 中的静态变量org.codehaus.jackson.map.DeserializerFactory
 
NO_KEY_DESERIALIZERS - 类 中的静态变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
NO_MODIFIERS - 类 中的静态变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
NO_MODIFIERS - 类 中的静态变量org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
NO_NODES - 类 中的静态变量org.codehaus.jackson.JsonNode
 
NO_PROPS - 类 中的静态变量org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
NO_SERIALIZERS - 类 中的静态变量org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
Constant for empty Serializers array (which by definition is stateless and reusable)
NO_STRINGS - 类 中的静态变量org.codehaus.jackson.JsonNode
 
NO_VALUE_INSTANTIATORS - 类 中的静态变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
NoClass - org.codehaus.jackson.map.annotate中的类
Marker class used with annotations to indicate "no class".
NonTypedScalarSerializerBase<T> - org.codehaus.jackson.map.ser.std中的类
Intermediate base class for limited number of scalar types that should never include type information.
NonTypedScalarSerializerBase(Class<T>) - 类 的构造器org.codehaus.jackson.map.ser.std.NonTypedScalarSerializerBase
 
NopAnnotationIntrospector - org.codehaus.jackson.map.introspect中的类
Dummy, "no-operation" implementation of AnnotationIntrospector.
NopAnnotationIntrospector() - 类 的构造器org.codehaus.jackson.map.introspect.NopAnnotationIntrospector
 
nopInstance() - 类 中的静态方法org.codehaus.jackson.map.AnnotationIntrospector
Factory method for accessing "no operation" implementation of introspector: instance that will never find any annotation-based configuration.
noTypeInfoBuilder() - 类 中的静态方法org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
NR_BIGDECIMAL - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NR_BIGINT - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NR_DOUBLE - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NR_INT - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NR_LONG - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NR_UNKNOWN - 类 中的静态变量org.codehaus.jackson.impl.JsonParserBase
 
NULL_PRETTY_PRINTER - 类 中的静态变量org.codehaus.jackson.map.ObjectWriter
We need to keep track of explicit disabling of pretty printing; easiest to do by a token value.
nullNode() - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
nullNode() - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON null node (which represents literal null value)
NullNode - org.codehaus.jackson.node中的类
This singleton value class is used to contain explicit JSON null value.
NullSerializer - org.codehaus.jackson.map.ser.std中的类
This is a simple dummy serializer that will just output literal JSON null value whenever serialization is requested.
nullValue(DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.NullProvider
 
NumberInput - org.codehaus.jackson.io中的类
 
NumberInput() - 类 的构造器org.codehaus.jackson.io.NumberInput
 
numberNode(byte) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(short) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(int) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(long) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(float) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(double) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(BigDecimal) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
numberNode(byte) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 8-bit value
numberNode(Byte) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(short) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 16-bit integer value
numberNode(Short) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(int) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 32-bit integer value
numberNode(Integer) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(long) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 64-bit integer value
numberNode(Long) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(BigInteger) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given unlimited range integer value
numberNode(float) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 32-bit floating point value
numberNode(Float) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(double) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given 64-bit floating point value
numberNode(Double) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Alternate factory method that will handle wrapper value, which may be null.
numberNode(BigDecimal) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for getting an instance of JSON numeric value that expresses given unlimited precision floating point value
NumberOutput - org.codehaus.jackson.io中的类
 
NumberOutput() - 类 的构造器org.codehaus.jackson.io.NumberOutput
 
NumericNode - org.codehaus.jackson.node中的类
Intermediate value node used for numeric nodes.
NumericNode() - 类 的构造器org.codehaus.jackson.node.NumericNode
 

O

ObjectArrayDeserializer - org.codehaus.jackson.map.deser.std中的类
Basic serializer that can serialize non-primitive arrays.
ObjectArrayDeserializer(ArrayType, JsonDeserializer<Object>, TypeDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
ObjectArraySerializer - org.codehaus.jackson.map.ser.std中的类
Generic serializer for Object arrays (Object[]).
ObjectArraySerializer(JavaType, boolean, TypeSerializer, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.ObjectArraySerializer
已过时。
since 1.8
ObjectArraySerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - 类 的构造器org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
ObjectBuffer - 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() - 类 的构造器org.codehaus.jackson.map.util.ObjectBuffer
 
ObjectCodec - 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() - 类 的构造器org.codehaus.jackson.ObjectCodec
 
ObjectMapper - org.codehaus.jackson.map中的类
This mapper (or, data binder, or codec) provides functionality for converting between Java objects (instances of JDK provided core classes, beans), and matching JSON constructs.
ObjectMapper() - 类 的构造器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) - 类 的构造器org.codehaus.jackson.map.ObjectMapper
Construct mapper that uses specified JsonFactory for constructing necessary JsonParsers and/or JsonGenerators.
ObjectMapper(SerializerFactory) - 类 的构造器org.codehaus.jackson.map.ObjectMapper
已过时。
Use other constructors instead; note that you can just set serializer factory with ObjectMapper.setSerializerFactory(org.codehaus.jackson.map.SerializerFactory)
ObjectMapper(JsonFactory, SerializerProvider, DeserializerProvider) - 类 的构造器org.codehaus.jackson.map.ObjectMapper
 
ObjectMapper(JsonFactory, SerializerProvider, DeserializerProvider, SerializationConfig, DeserializationConfig) - 类 的构造器org.codehaus.jackson.map.ObjectMapper
 
ObjectMapper.DefaultTypeResolverBuilder - org.codehaus.jackson.map中的类
Customized TypeResolverBuilder that provides type resolver builders used with so-called "default typing" (see ObjectMapper.enableDefaultTyping() for details).
ObjectMapper.DefaultTypeResolverBuilder(ObjectMapper.DefaultTyping) - 类 的构造器org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
 
ObjectMapper.DefaultTyping - org.codehaus.jackson.map中的枚举
Enumeration used with ObjectMapper.enableDefaultTyping() to specify what kind of types (classes) default typing should be used for.
objectNode() - 类 中的方法org.codehaus.jackson.node.ContainerNode
Factory method that constructs and returns an empty ObjectNode Construction is done using registered JsonNodeFactory.
objectNode() - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing an empty JSON Object ("struct") node
ObjectNode - org.codehaus.jackson.node中的类
Node that maps to JSON Object structures in JSON content.
ObjectNode(JsonNodeFactory) - 类 的构造器org.codehaus.jackson.node.ObjectNode
 
ObjectNode.NoFieldsIterator - org.codehaus.jackson.node中的类
For efficiency, let's share the "no fields" iterator...
ObjectReader - org.codehaus.jackson.map中的类
Builder object that can be used for per-serialization configuration of deserialization parameters, such as root type to use or object to update (instead of constructing new instance).
ObjectReader(ObjectMapper, DeserializationConfig) - 类 的构造器org.codehaus.jackson.map.ObjectReader
Constructor used by ObjectMapper for initial instantiation
ObjectReader(ObjectMapper, DeserializationConfig, JavaType, Object, FormatSchema, InjectableValues) - 类 的构造器org.codehaus.jackson.map.ObjectReader
 
ObjectReader(ObjectReader, DeserializationConfig, JavaType, Object, FormatSchema, InjectableValues) - 类 的构造器org.codehaus.jackson.map.ObjectReader
Copy constructor used for building variations.
ObjectWriter - org.codehaus.jackson.map中的类
Builder object that can be used for per-serialization configuration of serialization parameters, such as JSON View and root type to use.
ObjectWriter(ObjectMapper, SerializationConfig, JavaType, PrettyPrinter) - 类 的构造器org.codehaus.jackson.map.ObjectWriter
Constructor used by ObjectMapper for initial instantiation
ObjectWriter(ObjectMapper, SerializationConfig) - 类 的构造器org.codehaus.jackson.map.ObjectWriter
Alternative constructor for initial instantiation.
ObjectWriter(ObjectMapper, SerializationConfig, FormatSchema) - 类 的构造器org.codehaus.jackson.map.ObjectWriter
Alternative constructor for initial instantiation.
ObjectWriter(ObjectWriter, SerializationConfig, JavaType, PrettyPrinter, FormatSchema) - 类 的构造器org.codehaus.jackson.map.ObjectWriter
Copy constructor used for building variations.
ObjectWriter(ObjectWriter, SerializationConfig) - 类 的构造器org.codehaus.jackson.map.ObjectWriter
Copy constructor used for building variations.
okNameForGetter(AnnotatedMethod) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
 
okNameForIsGetter(AnnotatedMethod, String) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
 
okNameForRegularGetter(AnnotatedMethod, String) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
 
okNameForSetter(AnnotatedMethod) - 类 中的静态方法org.codehaus.jackson.map.util.BeanUtil
 
OptionalHandlerFactory - org.codehaus.jackson.map.ext中的类
Helper class used for isolating details of handling optional+external types (Joda datetime, javax.xml classes) from standard factories that offer them.
OptionalHandlerFactory() - 类 的构造器org.codehaus.jackson.map.ext.OptionalHandlerFactory
 
optionalHandlers - 类 中的变量org.codehaus.jackson.map.deser.BasicDeserializerFactory
To support external/optional deserializers, we'll use this helper class (as per [JACKSON-386])
optionalHandlers - 类 中的变量org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper object used to deal with serializers for optional JDK types (like ones omitted from GAE, Android)
orderProperties(SerializationConfig, BasicBeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerModifier
Method called by BeanSerializerFactory with set of properties to serialize, in default ordering (based on defaults as well as possible type annotations).
org.codehaus.jackson - 程序包 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 - 程序包 org.codehaus.jackson.annotate
Public core annotations, most of which are used to configure how Data Mapping/Binding works.
org.codehaus.jackson.format - 程序包 org.codehaus.jackson.format
Package that contains interfaces needed for dynamic, pluggable format (auto)detection; as well as basic utility classes for simple format detection functionality.
org.codehaus.jackson.impl - 程序包 org.codehaus.jackson.impl
Parser and generator implementation classes that Jackson defines and uses.
org.codehaus.jackson.io - 程序包 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 - 程序包 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 - 程序包 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 Object mapper will convert Json content to ant from basic Java wrapper types (Integer, Boolean, Double), Collection types (List, Map), Java Beans, Strings and nulls.
org.codehaus.jackson.map.annotate - 程序包 org.codehaus.jackson.map.annotate
Annotations that directly depend on Mapper classes (not just Jackson core) and are used for configuring Data Mapping functionality.
org.codehaus.jackson.map.deser - 程序包 org.codehaus.jackson.map.deser
Contains implementation classes of deserialization part of data binding.
org.codehaus.jackson.map.deser.impl - 程序包 org.codehaus.jackson.map.deser.impl
Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.
org.codehaus.jackson.map.deser.std - 程序包 org.codehaus.jackson.map.deser.std
Contains public standard implementations of abstraction that Jackson uses.
org.codehaus.jackson.map.exc - 程序包 org.codehaus.jackson.map.exc
 
org.codehaus.jackson.map.ext - 程序包 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 - 程序包 org.codehaus.jackson.map.introspect
Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.
org.codehaus.jackson.map.jsontype - 程序包 org.codehaus.jackson.map.jsontype
Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization.
org.codehaus.jackson.map.jsontype.impl - 程序包 org.codehaus.jackson.map.jsontype.impl
Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver.
org.codehaus.jackson.map.module - 程序包 org.codehaus.jackson.map.module
Package that contains classes and interfaces to help implement custom extension Modules (which are registered using ObjectMapper.registerModule(org.codehaus.jackson.map.Module).
org.codehaus.jackson.map.ser - 程序包 org.codehaus.jackson.map.ser
Contains implementation classes of serialization part of data binding.
org.codehaus.jackson.map.ser.impl - 程序包 org.codehaus.jackson.map.ser.impl
Contains implementation classes of serialization part of data binding.
org.codehaus.jackson.map.ser.std - 程序包 org.codehaus.jackson.map.ser.std
 
org.codehaus.jackson.map.type - 程序包 org.codehaus.jackson.map.type
Package that contains concrete implementations of JavaType, as well as the factory (TypeFactory) for constructing instances from various input data types (like Class, Type) and programmatically (for structured types, arrays, Lists and Maps).
org.codehaus.jackson.map.util - 程序包 org.codehaus.jackson.map.util
Utility classes for Mapper package.
org.codehaus.jackson.mrbean - 程序包 org.codehaus.jackson.mrbean
Package that implements "interface materializer" functionality, whereby abstract classes and interfaces can be used as-is, and framework constructs implementations as needed.
org.codehaus.jackson.node - 程序包 org.codehaus.jackson.node
Contains concrete JsonNode implementations Jackson uses for the Tree model.
org.codehaus.jackson.schema - 程序包 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.smile - 程序包 org.codehaus.jackson.smile
Package that contains experimental implementation of "Binary-Encoded JSON-Like" data format handlers (parser, generator, factory produce both, supporting constants).
org.codehaus.jackson.sym - 程序包 org.codehaus.jackson.sym
Internal implementation classes for efficient handling of of symbols in JSON (field names in Objects)
org.codehaus.jackson.type - 程序包 org.codehaus.jackson.type
Contains classes needed for type introspection, mostly used by data binding functionality.
org.codehaus.jackson.util - 程序包 org.codehaus.jackson.util
Utility classes used by Jackson Core functionality.
org.codehaus.jackson.xc - 程序包 org.codehaus.jackson.xc
Package that contains XML Compatibility functionality for Jackson, such as handlers for JAXB annotations
OutputDecorator - org.codehaus.jackson.io中的类
Handler class that can be used to decorate output destinations.
OutputDecorator() - 类 的构造器org.codehaus.jackson.io.OutputDecorator
 
outputInt(int, char[], int) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
outputInt(int, byte[], int) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
outputLong(long, char[], int) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
outputLong(long, byte[], int) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
outputOffset() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
Method for accessing offset of the next byte within the whole output stream that this generator has produced.

P

pair(AnnotationIntrospector, AnnotationIntrospector) - 类 中的静态方法org.codehaus.jackson.map.AnnotationIntrospector
 
parametricType(Class<?>, Class<?>...) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
parametricType(Class<?>, JavaType...) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
parse(String) - 类 中的方法org.codehaus.jackson.map.ext.DOMDeserializer
 
parse(String) - 类 中的方法org.codehaus.jackson.map.type.TypeParser
 
parse(String, ParsePosition) - 类 中的方法org.codehaus.jackson.map.util.ISO8601DateFormat
 
parse(String) - 类 中的静态方法org.codehaus.jackson.map.util.ISO8601Utils
Parse a date from ISO-8601 formatted string.
parse(String) - 类 中的方法org.codehaus.jackson.map.util.StdDateFormat
 
parse(String, ParsePosition) - 类 中的方法org.codehaus.jackson.map.util.StdDateFormat
 
parseAsDouble(String, double) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseAsInt(String, int) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseAsISO8601(String, ParsePosition) - 类 中的方法org.codehaus.jackson.map.util.StdDateFormat
 
parseAsLong(String, long) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseAsRFC1123(String, ParsePosition) - 类 中的方法org.codehaus.jackson.map.util.StdDateFormat
 
parseDate(String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
parseDate(String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Convenience method for parsing a Date from given String, using currently configured date format (accessed using MapperConfig.getDateFormat()).
parseDouble(String) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseDouble(String) - 类 中的静态方法org.codehaus.jackson.map.deser.std.StdDeserializer
Helper method for encapsulating calls to low-level double value parsing; single place just because we need a work-around that must be applied to all calls.
parseEscapedFieldName(int[], int, int, int, int) - 类 中的方法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) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
Fast method for parsing integers that are known to fit into regular 32-bit signed int type.
parseInt(String) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
Helper method to (more) efficiently parse integer numbers from String values.
parseLong(char[], int, int) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseLong(String) - 类 中的静态方法org.codehaus.jackson.io.NumberInput
 
parseLongFieldName(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
parseMediumFieldName(int, int[]) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
parseNumberText(int) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Initial parsing method for number values.
parseNumberText(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Initial parsing method for number values.
parseType(TypeParser.MyTokenizer) - 类 中的方法org.codehaus.jackson.map.type.TypeParser
 
parseTypes(TypeParser.MyTokenizer) - 类 中的方法org.codehaus.jackson.map.type.TypeParser
 
parseVersion(String) - 类 中的静态方法org.codehaus.jackson.util.VersionUtil
 
parseVersionPart(String) - 类 中的静态方法org.codehaus.jackson.util.VersionUtil
 
passSerializationFeatures(int) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Helper method to be called right after creating a non-shared instance, needed to pass state of feature(s) shared with SerializationConfig.
path(String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
path(int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
path(String) - 类 中的方法org.codehaus.jackson.node.MissingNode
 
path(int) - 类 中的方法org.codehaus.jackson.node.MissingNode
 
path(int) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
path(String) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
path(String) - 类 中的方法org.codehaus.jackson.node.ValueNode
 
path(int) - 类 中的方法org.codehaus.jackson.node.ValueNode
 
peekNextToken() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
PEM - 类 中的静态变量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) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
POJONode(Object) - 类 中的方法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 - 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) - 类 的构造器org.codehaus.jackson.node.POJONode
 
POJOPropertiesCollector - org.codehaus.jackson.map.introspect中的类
Helper class used for aggregating information about all possible properties of a POJO.
POJOPropertiesCollector(MapperConfig<?>, boolean, JavaType, AnnotatedClass) - 类 的构造器org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
POJOPropertyBuilder - org.codehaus.jackson.map.introspect中的类
Helper class used for aggregating information about a single potential POJO property.
POJOPropertyBuilder(String) - 类 的构造器org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
POJOPropertyBuilder(POJOPropertyBuilder, String) - 类 的构造器org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
prependPath(Object, String) - 异常错误 中的方法org.codehaus.jackson.map.JsonMappingException
Method called to prepend a reference information in front of current path
prependPath(Object, int) - 异常错误 中的方法org.codehaus.jackson.map.JsonMappingException
Method called to prepend a reference information in front of current path
prependPath(JsonMappingException.Reference) - 异常错误 中的方法org.codehaus.jackson.map.JsonMappingException
 
PrettyPrinter - org.codehaus.jackson中的接口
Interface for objects that implement pretty printer functionality, such as indentation.
prettyPrintingWriter(PrettyPrinter) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
Since 1.9, use ObjectMapper.writer(FilterProvider) instead.
PrimitiveArrayBuilder<T> - org.codehaus.jackson.map.util中的类
Base class for specialized primitive array builders.
PrimitiveArrayBuilder() - 类 的构造器org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
PrimitiveArrayDeserializers - org.codehaus.jackson.map.deser.std中的类
Container for deserializers used for instantiating "primitive arrays", arrays that contain non-object java primitive types.
PrimitiveArrayDeserializers() - 类 的构造器org.codehaus.jackson.map.deser.std.PrimitiveArrayDeserializers
 
printLocalDate(ReadablePartial) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
printLocalDate(ReadableInstant) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
printLocalDateTime(ReadablePartial) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.JodaSerializer
 
processUnwrapped(JsonParser, DeserializationContext, Object, TokenBuffer) - 类 中的方法org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
 
processViews(SerializationConfig, BeanSerializerBuilder) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Method called to handle view information for constructed serializer, based on bean property writers.
PROP_NAME_MESSAGE - 类 中的静态变量org.codehaus.jackson.map.deser.std.ThrowableDeserializer
 
properties() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
PropertyBasedCreator - org.codehaus.jackson.map.deser.impl中的类
Object that is used to collect arguments for non-default creator (non-default-constructor, or argument-taking factory method) before creator can be called.
PropertyBasedCreator(ValueInstantiator) - 类 的构造器org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
PropertyBuilder - org.codehaus.jackson.map.ser中的类
Helper class for BeanSerializerFactory that is used to construct BeanPropertyWriter instances.
PropertyBuilder(SerializationConfig, BasicBeanDescription) - 类 的构造器org.codehaus.jackson.map.ser.PropertyBuilder
 
PropertyBuilder.EmptyArrayChecker - org.codehaus.jackson.map.ser中的类
Helper object used to check if given array object is null or empty
PropertyBuilder.EmptyArrayChecker() - 类 的构造器org.codehaus.jackson.map.ser.PropertyBuilder.EmptyArrayChecker
 
PropertyBuilder.EmptyCollectionChecker - org.codehaus.jackson.map.ser中的类
Helper object used to check if given Collection object is null or empty
PropertyBuilder.EmptyCollectionChecker() - 类 的构造器org.codehaus.jackson.map.ser.PropertyBuilder.EmptyCollectionChecker
 
PropertyBuilder.EmptyMapChecker - org.codehaus.jackson.map.ser中的类
Helper object used to check if given Map object is null or empty
PropertyBuilder.EmptyMapChecker() - 类 的构造器org.codehaus.jackson.map.ser.PropertyBuilder.EmptyMapChecker
 
PropertyBuilder.EmptyStringChecker - org.codehaus.jackson.map.ser中的类
Helper object used to check if given String object is null or empty
PropertyBuilder.EmptyStringChecker() - 类 的构造器org.codehaus.jackson.map.ser.PropertyBuilder.EmptyStringChecker
 
PropertyNamingStrategy - org.codehaus.jackson.map中的类
Class that defines how names of JSON properties ("external names") are derived from names of POJO methods and fields ("internal names"), in cases where they are not auto-detected and no explicit annotations exist for naming.
PropertyNamingStrategy() - 类 的构造器org.codehaus.jackson.map.PropertyNamingStrategy
 
PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy - org.codehaus.jackson.map中的类
A PropertyNamingStrategy that translates typical camel case Java property names to lower case JSON element names, separated by underscores.
PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy() - 类 的构造器org.codehaus.jackson.map.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy
 
PropertyNamingStrategy.PropertyNamingStrategyBase - org.codehaus.jackson.map中的类
 
PropertyNamingStrategy.PropertyNamingStrategyBase() - 类 的构造器org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
PropertySerializerMap - org.codehaus.jackson.map.ser.impl中的类
Helper container used for resolving serializers for dynamic (possibly but not necessarily polymorphic) properties: properties whose type is not forced to use dynamic (declared) type and that are not final.
PropertySerializerMap() - 类 的构造器org.codehaus.jackson.map.ser.impl.PropertySerializerMap
 
PropertySerializerMap.SerializerAndMapResult - org.codehaus.jackson.map.ser.impl中的类
Value class used for returning tuple that has both serializer that was retrieved and new map instance
PropertySerializerMap.SerializerAndMapResult(JsonSerializer<Object>, PropertySerializerMap) - 类 的构造器org.codehaus.jackson.map.ser.impl.PropertySerializerMap.SerializerAndMapResult
 
PropertyValue - org.codehaus.jackson.map.deser.impl中的类
Base class for property values that need to be buffered during deserialization.
PropertyValue(PropertyValue, Object) - 类 的构造器org.codehaus.jackson.map.deser.impl.PropertyValue
 
PropertyValueBuffer - org.codehaus.jackson.map.deser.impl中的类
Simple container used for temporarily buffering a set of PropertyValues.
PropertyValueBuffer(JsonParser, DeserializationContext, int) - 类 的构造器org.codehaus.jackson.map.deser.impl.PropertyValueBuffer
 
provide() - 类 中的方法org.codehaus.jackson.map.ext.CoreXMLDeserializers
Method called by BasicDeserializerFactory to register deserializers this class provides.
provide() - 类 中的方法org.codehaus.jackson.map.ext.CoreXMLSerializers
 
provide() - 类 中的方法org.codehaus.jackson.map.ext.JodaDeserializers
 
provide() - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers
 
provide() - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers
Method called by BasicSerializerFactory to access all serializers this class provides.
provide() - 接口 中的方法org.codehaus.jackson.map.util.Provider
Method used to request provider to provide entries it has
Provider<T> - 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) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method that will set specified field, replacing old value, if any.
put(String, int) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, Integer) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
put(String, long) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, Long) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
put(String, float) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, Float) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
put(String, double) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, Double) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
put(String, BigDecimal) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified numeric value.
put(String, String) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified String value.
put(String, boolean) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified String value.
put(String, Boolean) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Alternative method that we need to avoid bumping into NPE issues with auto-unboxing.
put(String, byte[]) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for setting value of a field to specified binary value
putAll(Map<String, JsonNode>) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for adding given properties to this object node, overriding any existing values for those properties.
putAll(ObjectNode) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for adding all properties of the given Object, overriding any existing values for those properties.
putArray(String) - 类 中的方法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.
putContentsTo(Map<String, JsonNode>) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
putNull(String) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
putObject(String) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 

Q

quoteAsString(String) - 类 中的方法org.codehaus.jackson.io.JsonStringEncoder
Method that will quote text contents using JSON standard quoting, and return results as a character array
quoteAsUTF8(String) - 类 中的方法org.codehaus.jackson.io.JsonStringEncoder
Will quote given JSON String value using standard quoting, encode results as UTF-8, and return result as a byte array.

R

rawClass(Type) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
 
RawSerializer<T> - org.codehaus.jackson.map.ser.std中的类
This is a simple dummy serializer that will just output raw values by calling toString() on value to serialize.
RawSerializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.ser.std.RawSerializer
Constructor takes in expected type of values; but since caller typically can not really provide actual type parameter, we will just take wild card and coerce type.
read() - 类 中的方法org.codehaus.jackson.io.MergedStream
 
read(byte[]) - 类 中的方法org.codehaus.jackson.io.MergedStream
 
read(byte[], int, int) - 类 中的方法org.codehaus.jackson.io.MergedStream
 
read(char[], int, int) - 类 中的方法org.codehaus.jackson.io.UTF32Reader
 
reader() - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader with default settings.
reader(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will read or update instances of specified type
reader(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will read or update instances of specified type
reader(TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will read or update instances of specified type
reader(JsonNodeFactory) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will use specified JsonNodeFactory for constructing JSON trees.
reader(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will pass specific schema object to JsonParser used for reading content.
reader(InjectableValues) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will use specified injectable values.
ReaderBasedParser - 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) - 类 的构造器org.codehaus.jackson.impl.ReaderBasedParser
 
ReaderBasedParserBase - org.codehaus.jackson.impl中的类
已过时。
Since 1.9 sub-classes should just include code from here as is.
ReaderBasedParserBase(IOContext, int, Reader) - 类 的构造器org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
 
readerForUpdating(Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectReader that will update given Object (usually Bean, but can be a Collection or Map as well, but NOT an array) with JSON data.
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to deserialize given value.
ReadOnlyClassToSerializerMap - org.codehaus.jackson.map.ser.impl中的类
Optimized lookup table for accessing two types of serializers; typed and non-typed.
readTree(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(JsonParser, DeserializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(InputStream) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(Reader) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(String) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(byte[]) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(File) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(URL) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readTree(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that binds content read using given parser, using configuration of this reader, except that content is bound as JSON tree instead of configured root value type.
readTree(InputStream) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that reads content from given input source, using configuration of this reader, and binds it as JSON Tree.
readTree(Reader) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that reads content from given input source, using configuration of this reader, and binds it as JSON Tree.
readTree(String) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that reads content from given JSON input String, using configuration of this reader, and binds it as JSON Tree.
readTree(JsonParser) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readValue(JsonParser, Class<T>) - 类 中的方法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<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content into a Java type, reference to which is passed as argument.
readValue(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to deserialize JSON content into a Java type, reference to which is passed as argument.
readValue(JsonParser, Class<T>, DeserializationConfig) - 类 中的方法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<?>, DeserializationConfig) - 类 中的方法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) - 类 中的方法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>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(File, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(File, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(URL, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(String, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(String, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(String, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(Reader, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(InputStream, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(byte[], int, int, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
readValue(JsonNode, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method for converting results from given JSON tree into given value type.
readValue(JsonNode, TypeReference) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method for converting results from given JSON tree into given value type.
readValue(JsonNode, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method for converting results from given JSON tree into given value type.
readValue(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read using given parser, using configuration of this reader, including expected result type.
readValue(JsonParser, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that binds content read using given parser, using configuration of this reader, except that expected value type is specified with the call (instead of currently configured root type).
readValue(JsonParser, TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that binds content read using given parser, using configuration of this reader, except that expected value type is specified with the call (instead of currently configured root type).
readValue(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that binds content read using given parser, using configuration of this reader, except that expected value type is specified with the call (instead of currently configured root type).
readValue(InputStream) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given input source, using configuration of this reader.
readValue(Reader) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given input source, using configuration of this reader.
readValue(String) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given JSON string, using configuration of this reader.
readValue(byte[]) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given byte array, using configuration of this reader.
readValue(byte[], int, int) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given byte array, using configuration of this reader.
readValue(File) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
readValue(URL) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that binds content read from given input source, using configuration of this reader.
readValue(JsonNode) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method for converting results from given JSON tree into given value type.
readValue(JsonParser, Class<T>) - 类 中的方法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<?>) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content into a Java type, reference to which is passed as argument.
readValue(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method to deserialize JSON content as tree expressed using set of JsonNode instances.
readValueAs(Class<T>) - 类 中的方法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<?>) - 类 中的方法org.codehaus.jackson.JsonParser
Method to deserialize JSON content into a Java type, reference to which is passed as argument.
readValueAsTree() - 类 中的方法org.codehaus.jackson.JsonParser
Method to deserialize JSON content into equivalent "tree model", represented by root JsonNode of resulting model.
readValues(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for reading sequence of Objects from parser stream.
readValues(JsonParser, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for reading sequence of Objects from parser stream.
readValues(JsonParser, TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for reading sequence of Objects from parser stream.
readValues(JsonParser, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that is equivalent to: withType(valueType).readValues(jp);
readValues(JsonParser, TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that is equivalent to: withType(valueTypeRef).readValues(jp);
readValues(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Convenience method that is equivalent to: withType(valueType).readValues(jp);
readValues(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(InputStream) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(Reader) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(String) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(byte[], int, int) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(byte[]) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Since 1.9.3
readValues(File) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(URL) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for reading sequence of Objects from parser stream.
readValues(JsonParser, Class<T>) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method for reading sequence of Objects from parser stream, all with same specified value type.
readValues(JsonParser, TypeReference<?>) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method for reading sequence of Objects from parser stream, all with same specified value type.
readValues(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method for reading sequence of Objects from parser stream, all with same specified value type.
readValuesAs(Class<T>) - 类 中的方法org.codehaus.jackson.JsonParser
Method for reading sequence of Objects from parser stream, all with same specified value type.
readValuesAs(TypeReference<?>) - 类 中的方法org.codehaus.jackson.JsonParser
Method for reading sequence of Objects from parser stream, all with same specified value type.
registerModule(Module) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for registering a module that can extend functionality provided by this mapper; for example, by adding providers for custom serializers and deserializers.
registerSubtype(Class<?>, String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
registerSubtypes(NamedType...) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
registerSubtypes(Class<?>...) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
registerSubtypes(NamedType...) - 类 中的方法org.codehaus.jackson.map.jsontype.SubtypeResolver
Method for registering specified subtypes (possibly including type names); for type entries without name, non-qualified class name as used as name (unless overridden by annotation).
registerSubtypes(Class<?>...) - 类 中的方法org.codehaus.jackson.map.jsontype.SubtypeResolver
 
registerSubtypes(Class<?>...) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for registering specified class as a subtype, so that typename-based resolution can link supertypes to subtypes (as an alternative to using annotations).
registerSubtypes(NamedType...) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for registering specified class as a subtype, so that typename-based resolution can link supertypes to subtypes (as an alternative to using annotations).
release() - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
Method called by the using code to indicate it is done with this instance.
release() - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
release() - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
Clean up method to call to release all buffers this object may be using.
releaseBuffered(Writer) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
releaseBuffered(Writer) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
 
releaseBuffered(OutputStream) - 类 中的方法org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
 
releaseBuffered(OutputStream) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
releaseBuffered(OutputStream) - 类 中的方法org.codehaus.jackson.JsonParser
Method that can be called to push back any content that has been read but not consumed by the parser.
releaseBuffered(Writer) - 类 中的方法org.codehaus.jackson.JsonParser
Method that can be called to push back any content that has been read but not consumed by the parser.
releaseBuffered(OutputStream) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
releaseBuffers() - 类 中的方法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[]) - 类 中的方法org.codehaus.jackson.util.BufferRecycler
 
releaseCharBuffer(BufferRecycler.CharBufferType, char[]) - 类 中的方法org.codehaus.jackson.util.BufferRecycler
 
releaseConcatBuffer(char[]) - 类 中的方法org.codehaus.jackson.io.IOContext
 
releaseNameCopyBuffer(char[]) - 类 中的方法org.codehaus.jackson.io.IOContext
 
releaseReadIOBuffer(byte[]) - 类 中的方法org.codehaus.jackson.io.IOContext
Method to call when all the processing buffers can be safely recycled.
releaseSeenNamesBuffer(T[]) - 类 中的方法org.codehaus.jackson.smile.SmileBufferRecycler
 
releaseSeenStringValuesBuffer(T[]) - 类 中的方法org.codehaus.jackson.smile.SmileBufferRecycler
 
releaseTokenBuffer(char[]) - 类 中的方法org.codehaus.jackson.io.IOContext
 
releaseWriteEncodingBuffer(byte[]) - 类 中的方法org.codehaus.jackson.io.IOContext
 
remove(SettableBeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.impl.BeanPropertyMap
Specialized method for removing specified existing entry.
remove(AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethodMap
Method called to remove specified method, assuming it exists in the Map
remove(Method) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
remove() - 类 中的方法org.codehaus.jackson.map.MappingIterator
 
remove(int) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method for removing an entry from this ArrayNode.
remove() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoNodesIterator
 
remove() - 类 中的方法org.codehaus.jackson.node.ContainerNode.NoStringsIterator
 
remove() - 类 中的方法org.codehaus.jackson.node.ObjectNode.NoFieldsIterator
 
remove(String) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for removing field entry from this ObjectNode.
remove(Collection<String>) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for removing specified field properties out of this ObjectNode.
removeAll() - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
removeAll() - 类 中的方法org.codehaus.jackson.node.ContainerNode
Method for removing all children container has (if any)
removeAll() - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for removing all field properties, such that this ObjectNode will contain no properties after call.
removeEldestEntry(Map.Entry<K, V>) - 类 中的方法org.codehaus.jackson.map.util.LRUMap
 
removeEldestEntry(Map.Entry<String, String>) - 类 中的方法org.codehaus.jackson.util.InternCache
 
removeFilter(String) - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
removeIgnorableTypes(SerializationConfig, BasicBeanDescription, List<BeanPropertyDefinition>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Method that will apply by-type limitations (as per [JACKSON-429]); by default this is based on JsonIgnoreType annotation but can be supplied by module-provided introspectors too.
removeIgnored() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Method called to remove all entries that are marked as ignored.
removeInternalSetting(Object) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for removing entry for specified internal setting.
removeNonVisible() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
removeProperty(String) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
removeSetterlessGetters(SerializationConfig, BasicBeanDescription, List<BeanPropertyDefinition>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Helper method that will remove all properties that do not have a mutator.
replace(SettableBeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.impl.BeanPropertyMap
Specialized method that can be used to replace an existing entry (note: entry MUST exist; otherwise exception is thrown) with specified replacement.
replaceParameterAnnotations(int, AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method called by parameter object when an augmented instance is created; needs to replace parameter with new instance
reportInvalidBase64Char(Base64Variant, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportInvalidBase64Char(Base64Variant, int, int, String) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportInvalidNumber(String) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportOverflowInt() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportOverflowLong() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportProblem(String) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
reportTooManyCollisions(int) - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
reportTooManyCollisions(int) - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
reportUnexpectedNumberChar(int, String) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reportUnknownProperty(DeserializationContext, Object, String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
reset() - 接口 中的方法org.codehaus.jackson.format.InputAccessor
Method that can be called to reset accessor to read from beginning of input.
reset() - 类 中的方法org.codehaus.jackson.format.InputAccessor.Std
 
reset(boolean, int, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
reset(int, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonReadContext
 
reset() - 类 中的方法org.codehaus.jackson.io.MergedStream
 
reset(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.ClassKey
 
reset() - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
 
resetAndGetFirstSegment() - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
Method called when starting "manual" output: will clear out current state and return the first segment buffer to fill
resetAndStart() - 类 中的方法org.codehaus.jackson.map.util.ObjectBuffer
Method called to start buffering process.
resetAndStart() - 类 中的方法org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
resetAsNaN(String, double) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
resetFloat(boolean, int, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
resetInt(boolean, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
resetTyped(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
resetTyped(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
resetUntyped(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
resetUntyped(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
resetWithCopy(char[], int, int) - 类 中的方法org.codehaus.jackson.util.TextBuffer
 
resetWithEmpty() - 类 中的方法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) - 类 中的方法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.
resetWithString(String) - 类 中的方法org.codehaus.jackson.util.TextBuffer
 
ResolvableDeserializer - 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 - 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) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - 类 中的方法org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
 
resolve(DeserializationConfig, DeserializerProvider) - 类 中的方法org.codehaus.jackson.map.deser.std.CollectionDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - 类 中的方法org.codehaus.jackson.map.deser.std.MapDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - 类 中的方法org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
Method called to finalize setup of this deserializer, after deserializer itself has been registered.
resolve(DeserializationConfig, DeserializerProvider) - 接口 中的方法org.codehaus.jackson.map.ResolvableDeserializer
Method called after DeserializerProvider has registered the deserializer, but before it has returned it to the caller.
resolve(SerializerProvider) - 接口 中的方法org.codehaus.jackson.map.ResolvableSerializer
Method called after SerializerProvider has registered the serializer, but before it has returned it to the caller.
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.AnyGetterWriter
 
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Need to get callback to resolve value serializer, if static typing is used (either being forced, or because value type is final)
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.JsonValueSerializer
We can try to find the actual serializer for value, if we can statically figure out what the result type must be.
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
Need to get callback to resolve value serializer, if static typing is used (either being forced, or because value type is final)
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
Need to get callback to resolve value serializer, if static typing is used (either being forced, or because value type is final)
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
Need to get callback to resolve value serializer, which may be overridden by custom serializer
resolve(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
resolveAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.AbstractTypeResolver
Method called to try to resolve an abstract type into concrete type (usually for purposes of deserializing), when no concrete implementation was found.
resolveAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.module.SimpleAbstractTypeResolver
 
resolveAbstractType(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
 
resolveClassAnnotations() - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
Initialization method that will find out all constructors and potential static factory methods the class has.
resolveFields() - 类 中的方法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.
resolveFields(boolean) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
已过时。
resolveMemberMethods(MethodFilter) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
Method for resolving member method information: aggregating all non-static methods and combining annotations (to implement method-annotation inheritance)
resolveMemberMethods(MethodFilter, boolean) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
已过时。
resolveParameterType(int, TypeBindings) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedWithParams
Method called to fully resolve type of one of parameters, given specified type variable bindings.
resolveType(Type) - 类 中的方法org.codehaus.jackson.map.BeanDescription
Method for resolving given JDK type, using this bean as the generic type resolution context.
resolveType(DeserializationConfig, BasicBeanDescription, JavaType, AnnotatedMember, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
Helper method used to resolve method return types and field types.
resolveType(Type) - 类 中的方法org.codehaus.jackson.map.introspect.BasicBeanDescription
 
resolveType(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
resolveType(Type) - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
retain(Collection<String>) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for removing all field properties out of this ObjectNode except for ones specified in argument.
retain(String...) - 类 中的方法org.codehaus.jackson.node.ObjectNode
Method for removing all field properties out of this ObjectNode except for ones specified in argument.
returnObjectBuffer(ObjectBuffer) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
returnObjectBuffer(ObjectBuffer) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Method to call to return object buffer previously leased with DeserializationContext.leaseObjectBuffer().
RootNameLookup - org.codehaus.jackson.map.util中的类
Helper class for caching resolved root names.
RootNameLookup() - 类 的构造器org.codehaus.jackson.map.util.RootNameLookup
 
RuntimeJsonMappingException - org.codehaus.jackson.map中的异常错误
Wrapper used when interface does not allow throwing a checked JsonMappingException
RuntimeJsonMappingException(JsonMappingException) - 异常错误 的构造器org.codehaus.jackson.map.RuntimeJsonMappingException
 
RuntimeJsonMappingException(String) - 异常错误 的构造器org.codehaus.jackson.map.RuntimeJsonMappingException
 
RuntimeJsonMappingException(String, JsonMappingException) - 异常错误 的构造器org.codehaus.jackson.map.RuntimeJsonMappingException
 

S

ScalarSerializerBase<T> - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use SerializerBase instead.
ScalarSerializerBase(Class<T>) - 类 的构造器org.codehaus.jackson.map.ser.ScalarSerializerBase
已过时。
 
ScalarSerializerBase(Class<?>, boolean) - 类 的构造器org.codehaus.jackson.map.ser.ScalarSerializerBase
已过时。
 
ScalarSerializerBase<T> - org.codehaus.jackson.map.ser.std中的类
 
ScalarSerializerBase(Class<T>) - 类 的构造器org.codehaus.jackson.map.ser.std.ScalarSerializerBase
 
ScalarSerializerBase(Class<?>, boolean) - 类 的构造器org.codehaus.jackson.map.ser.std.ScalarSerializerBase
Alternate constructor that is (alas!)
SchemaAware - org.codehaus.jackson.schema中的接口
Marker interface for schema-aware serializers.
schemaBasedReader(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
Since 1.9, use ObjectMapper.reader(FormatSchema) instead.
schemaBasedWriter(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
Since 1.9, use ObjectMapper.writer(FilterProvider) instead.
SegmentedStringWriter - org.codehaus.jackson.io中的类
Efficient alternative to StringWriter, based on using segmented internal buffer.
SegmentedStringWriter(BufferRecycler) - 类 的构造器org.codehaus.jackson.io.SegmentedStringWriter
 
SerializableSerializer - org.codehaus.jackson.map.ser.std中的类
Generic handler for types that implement JsonSerializable.
SerializableSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.SerializableSerializer
 
SerializableString - org.codehaus.jackson中的接口
Interface that defines how Jackson package can interact with efficient pre-serialized or lazily-serialized and reused String representations.
SerializableWithTypeSerializer - org.codehaus.jackson.map.ser.std中的类
Generic handler for types that implement JsonSerializableWithType.
SerializableWithTypeSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
 
SerializationConfig - org.codehaus.jackson.map中的类
Object that contains baseline configuration for serialization process.
SerializationConfig(ClassIntrospector<? extends BeanDescription>, AnnotationIntrospector, VisibilityChecker<?>, SubtypeResolver, PropertyNamingStrategy, TypeFactory, HandlerInstantiator) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
Constructor used by ObjectMapper to create default configuration object instance.
SerializationConfig(SerializationConfig) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, HashMap<ClassKey, Class<?>>, SubtypeResolver) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
Constructor used to make a private copy of specific mix-in definitions.
SerializationConfig(SerializationConfig, MapperConfig.Base) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, FilterProvider) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, Class<?>) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, JsonSerialize.Inclusion) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig(SerializationConfig, int) - 类 的构造器org.codehaus.jackson.map.SerializationConfig
 
SerializationConfig.Feature - org.codehaus.jackson.map中的枚举
Enumeration that defines togglable features that guide the serialization feature.
serialize(XMLGregorianCalendar, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.CoreXMLSerializers.XMLGregorianCalendarSerializer
 
serialize(Node, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.DOMSerializer
 
serialize(DateMidnight, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.DateMidnightSerializer
 
serialize(DateTime, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.DateTimeSerializer
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.LocalDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ext.JodaSerializers.LocalDateTimeSerializer
 
serialize(JsonGenerator, SerializerProvider) - 接口 中的方法org.codehaus.jackson.map.JsonSerializable
已过时。
 
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.JsonSerializer
Method that can be called to ask implementation to serialize values of type this serializer handles.
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializer
Main serialization method that will delegate actual output to configured BeanPropertyWriter instances.
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.impl.FailingSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnknownSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanSerializer
Main serialization method that will delegate actual output to configured BeanPropertyWriter instances.
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
serialize(Calendar, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.CalendarSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.DateSerializer
 
serialize(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
serialize(Enum<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumSerializer
 
serialize(List<String>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
serialize(InetAddress, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.InetAddressSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
serialize(Map<?, ?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.NullSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.RawSerializer
 
serialize(JsonSerializable, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializableSerializer
 
serialize(JsonSerializableWithType, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
 
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
 
serialize(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
 
serialize(byte[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ByteArraySerializer
 
serialize(char[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.CharArraySerializer
 
serialize(AtomicBoolean, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicBooleanSerializer
 
serialize(AtomicInteger, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicIntegerSerializer
 
serialize(AtomicLong, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicLongSerializer
 
serialize(AtomicReference<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicReferenceSerializer
 
serialize(Class<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.ClassSerializer
 
serialize(File, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdJdkSerializers.FileSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdKeySerializer
 
serialize(Calendar, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdKeySerializers.CalendarKeySerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdKeySerializers.DateKeySerializer
 
serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdKeySerializers.StringKeySerializer
 
serialize(Collection<String>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StringSerializer
 
serialize(TimeZone, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.TimeZoneSerializer
 
serialize(TokenBuffer, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.TokenBufferSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ToStringSerializer
 
serialize(Boolean, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.BooleanSerializer
 
serialize(Double, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.DoubleSerializer
 
serialize(Float, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.FloatSerializer
 
serialize(Integer, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.IntegerSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.IntLikeSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.LongSerializer
 
serialize(Number, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.SqlDateSerializer
 
serialize(Time, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.SqlTimeSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializers.StringSerializer
已过时。
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.type.TypeBase
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.util.JSONPObject
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.util.JSONWrappedObject
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.BaseJsonNode
Method called to serialize node instances using given generator.
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.BigIntegerNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.BinaryNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.BooleanNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.DecimalNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.DoubleNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.IntNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.LongNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.MissingNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.NullNode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.node.POJONode
 
serialize(JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.node.TextNode
 
serialize(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
Helper method that will write all contents of this buffer using given JsonGenerator.
serialize(DataHandler, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.xc.DataHandlerJsonSerializer
 
serialize(Element, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.xc.DomElementJsonSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.xc.XmlAdapterJsonSerializer
 
serializeAllExcept(Set<String>) - 类 中的静态方法org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter
 
serializeAllExcept(String...) - 类 中的静态方法org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter
 
serializeAsField(Object, JsonGenerator, SerializerProvider, BeanPropertyWriter) - 接口 中的方法org.codehaus.jackson.map.ser.BeanPropertyFilter
Method called by BeanSerializer to let filter decide what to do with given bean property value: the usual choices are to either filter out (i.e.
serializeAsField(Object, JsonGenerator, SerializerProvider) - 类 中的方法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.
serializeAsField(Object, JsonGenerator, SerializerProvider, BeanPropertyWriter) - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
 
serializeAsField(Object, JsonGenerator, SerializerProvider, BeanPropertyWriter) - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
 
serializeAsField(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter
 
serializeContents(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
serializeContents(Collection<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.CollectionSerializer
 
serializeContents(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
serializeContents(EnumSet<? extends Enum<?>>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumSetSerializer
 
serializeContents(Iterable<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.IterableSerializer
 
serializeContents(Object[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
serializeContents(T, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
 
serializeContents(boolean[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.BooleanArraySerializer
 
serializeContents(double[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.DoubleArraySerializer
 
serializeContents(float[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.FloatArraySerializer
 
serializeContents(int[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.IntArraySerializer
 
serializeContents(long[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.LongArraySerializer
 
serializeContents(short[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ShortArraySerializer
 
serializeContents(String[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
 
serializeContents(List<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IndexedListSerializer
 
serializeContents(Iterator<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IteratorSerializer
 
serializeContentsUsing(Collection<?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.std.CollectionSerializer
 
serializeContentsUsing(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
serializeContentsUsing(Object[], JsonGenerator, SerializerProvider, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
serializeContentsUsing(List<?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IndexedListSerializer
 
SerializedString - org.codehaus.jackson.io中的类
String token that can lazily serialize String contained and then reuse that serialization later on.
SerializedString(String) - 类 的构造器org.codehaus.jackson.io.SerializedString
 
serializedValueFor(Enum<?>) - 类 中的方法org.codehaus.jackson.map.util.EnumValues
 
serializeFields(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
serializeFields(Map<?, ?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
Method called to serialize fields, when the value type is not statically known.
serializeFieldsFiltered(Object, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.BeanSerializerBase
Alternative serialization method that gets called when there is a BeanPropertyFilter that needs to be called to determine which properties are to be serialized (and possibly how)
serializeFieldsUsing(Map<?, ?>, JsonGenerator, SerializerProvider, JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
Method called to serialize fields, when the value type is statically known, so that value serializer is passed and does not need to be fetched from provider.
serializer - 类 中的变量org.codehaus.jackson.map.ser.impl.PropertySerializerMap.SerializerAndMapResult
 
SerializerBase<T> - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use SerializerBase
SerializerBase(Class<T>) - 类 的构造器org.codehaus.jackson.map.ser.SerializerBase
已过时。
 
SerializerBase(JavaType) - 类 的构造器org.codehaus.jackson.map.ser.SerializerBase
已过时。
 
SerializerBase(Class<?>, boolean) - 类 的构造器org.codehaus.jackson.map.ser.SerializerBase
已过时。
 
SerializerBase<T> - org.codehaus.jackson.map.ser.std中的类
Base class used by all standard serializers.
SerializerBase(Class<T>) - 类 的构造器org.codehaus.jackson.map.ser.std.SerializerBase
 
SerializerBase(JavaType) - 类 的构造器org.codehaus.jackson.map.ser.std.SerializerBase
 
SerializerBase(Class<?>, boolean) - 类 的构造器org.codehaus.jackson.map.ser.std.SerializerBase
Alternate constructor that is (alas!)
SerializerCache - org.codehaus.jackson.map.ser.impl中的类
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() - 类 的构造器org.codehaus.jackson.map.ser.impl.SerializerCache
 
SerializerCache.TypeKey - org.codehaus.jackson.map.ser.impl中的类
Key that offers two "modes"; one with raw class, as used for cases were raw class type is available (for example, when using runtime type); and one with full generics-including.
SerializerCache.TypeKey(Class<?>, boolean) - 类 的构造器org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
SerializerCache.TypeKey(JavaType, boolean) - 类 的构造器org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
SerializerFactory - org.codehaus.jackson.map中的类
Abstract class that defines API used by SerializerProvider to obtain actual JsonSerializer instances from multiple distinct factories.
SerializerFactory() - 类 的构造器org.codehaus.jackson.map.SerializerFactory
 
SerializerFactory.Config - org.codehaus.jackson.map中的类
Configuration settings container class for bean serializer factory.
SerializerFactory.Config() - 类 的构造器org.codehaus.jackson.map.SerializerFactory.Config
 
serializerFor(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.PropertySerializerMap
Main lookup method.
serializerInstance(SerializationConfig, Annotated, Class<? extends JsonSerializer<?>>) - 类 中的方法org.codehaus.jackson.map.HandlerInstantiator
Method called to get an instance of serializer of specified type.
serializerInstance(Annotated, Class<? extends JsonSerializer<?>>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
serializerModifiers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
serializerModifiers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
SerializerProvider - 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) - 类 的构造器org.codehaus.jackson.map.SerializerProvider
 
serializers() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
serializers() - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
Serializers - org.codehaus.jackson.map中的接口
Interface that defines API for simple extensions that can provide additional serializers for various types.
Serializers.Base - org.codehaus.jackson.map中的类
Basic Serializers implementation that implements all methods but provides no serializers.
Serializers.Base() - 类 的构造器org.codehaus.jackson.map.Serializers.Base
 
Serializers.None - org.codehaus.jackson.map中的类
已过时。
As of 1.9, use Serializers.Base instead
Serializers.None() - 类 的构造器org.codehaus.jackson.map.Serializers.None
已过时。
 
serializeTypedContents(Object[], JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
serializeTypedContents(List<?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IndexedListSerializer
 
serializeTypedFields(Map<?, ?>, JsonGenerator, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
serializeValue(SerializationConfig, JsonGenerator, Object, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
serializeValue(SerializationConfig, JsonGenerator, Object, JavaType, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
serializeValue(SerializationConfig, JsonGenerator, Object, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
The method to be called by ObjectMapper to execute recursive serialization, using serializers that this provider has access to.
serializeValue(SerializationConfig, JsonGenerator, Object, JavaType, SerializerFactory) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
The method to be called by ObjectMapper to execute recursive serialization, using serializers that this provider has access to; and using specified root type for locating first-level serializer.
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 接口 中的方法org.codehaus.jackson.map.JsonSerializableWithType
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.JsonSerializer
Method that can be called to ask implementation to serialize values of type this serializer handles, using specified type serializer for embedding necessary type information.
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnknownSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.BeanSerializerBase
 
serializeWithType(EnumMap<? extends Enum<?>, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
serializeWithType(List<String>, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
serializeWithType(InetAddress, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.InetAddressSerializer
 
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
serializeWithType(Map<?, ?>, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.NonTypedScalarSerializerBase
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.RawSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.ScalarSerializerBase
Default implementation will write type prefix, call regular serialization method (since assumption is that value itself does not need JSON Array or Object start/end markers), and then write type suffix.
serializeWithType(JsonSerializable, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializableSerializer
 
serializeWithType(JsonSerializableWithType, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializableWithTypeSerializer
 
serializeWithType(T, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
 
serializeWithType(byte[], JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ByteArraySerializer
 
serializeWithType(char[], JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.CharArraySerializer
 
serializeWithType(Collection<String>, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
serializeWithType(TimeZone, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.TimeZoneSerializer
 
serializeWithType(TokenBuffer, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.TokenBufferSerializer
Implementing typed output for contents of a TokenBuffer is very tricky, since we do not know for sure what its contents might look like (or, rather, we do know when serializing, but not necessarily when deserializing!)
serializeWithType(Object, JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.ToStringSerializer
Default implementation will write type prefix, call regular serialization method (since assumption is that value itself does not need JSON Array or Object start/end markers), and then write type suffix.
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.type.TypeBase
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.util.JSONPObject
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.map.util.JSONWrappedObject
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.node.BaseJsonNode
Type information is needed, even if JsonNode instances are "plain" JSON, since they may be mixed with other types.
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.node.MissingNode
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
serializeWithType(JsonGenerator, SerializerProvider, TypeSerializer) - 类 中的方法org.codehaus.jackson.node.ValueNode
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.impl.CreatorProperty
 
set(Object, String, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
set(Object, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
set(DeserializationConfig.Feature, boolean) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
已过时。
Since 1.9, it is preferable to use DeserializationConfig.without(org.codehaus.jackson.map.DeserializationConfig.Feature...) and DeserializationConfig.with(org.codehaus.jackson.map.DeserializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
set(SerializationConfig.Feature, boolean) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
已过时。
Since 1.9, it is preferable to use SerializationConfig.without(org.codehaus.jackson.map.SerializationConfig.Feature...) and SerializationConfig.with(org.codehaus.jackson.map.SerializationConfig.Feature...) instead; this method is deprecated as it modifies current instance instead of creating a new one (as the goal is to make this class immutable)
set(AbstractTypeMaterializer.Feature, boolean) - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method for enabling or disabling specified feature.
set(int, JsonNode) - 类 中的方法org.codehaus.jackson.node.ArrayNode
Method that will set specified field, replacing old value, if any.
set(int, JsonToken) - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Segment
 
set(int, JsonToken, Object) - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Segment
 
setAbstractTypes(SimpleAbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets currently configured abstract type mappings
setAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig
已过时。
Since 1.8, use either MapperConfig.withAnnotationIntrospector(AnnotationIntrospector) or Module API instead
setAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for changing AnnotationIntrospector used by this mapper instance for both serialization and deserialization
setAnnotationsToUse(Annotations[]) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method for configuring which annotation sets to use (including none).
setAnnotationsToUse(Annotations[]) - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
 
setAnyGetter(AnyGetterWriter) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
setAnySetter(SettableAnyProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.codehaus.jackson.JsonFactory
Method for defining custom escapes factory uses for JsonGenerators it creates.
setCharacterEscapes(CharacterEscapes) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for defining custom escapes factory uses for JsonGenerators it creates.
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.JsonFactory
Method for associating a ObjectCodec (typically a ObjectMapper) with this factory (and more importantly, parsers and generators it constructs).
setCodec(ObjectCodec) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.JsonParser
Setter that allows defining ObjectCodec associated with this parser, if any.
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
setCodec(ObjectCodec) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
setCurrentLength(int) - 类 中的方法org.codehaus.jackson.util.TextBuffer
 
setCurrentName(String) - 类 中的方法org.codehaus.jackson.impl.JsonReadContext
 
setCurrentSegmentLength(int) - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
 
setDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.MapperConfig
已过时。
As of version 1.8, it is preferable to call method in ObjectMapper instead; or construct new instance with MapperConfig.withDateFormat(DateFormat)
setDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for configuring the default DateFormat to use when serializing time values as Strings, and deserializing from JSON Strings.
setDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
已过时。
setDefaultConstructor(AnnotatedConstructor) - 类 中的方法org.codehaus.jackson.map.deser.impl.CreatorCollector
 
setDefaultFilter(BeanPropertyFilter) - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
Method for defining filter to return for "unknown" filters; cases where there is no mapping from given id to an explicit filter.
setDefaultKeySerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
setDefaultKeySerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
Method that can be used to specify serializer to use for serializing all non-null JSON property names, unless more specific key serializer is found (i.e. if not custom key serializer has been registered for Java type).
setDefaultPackage(String) - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
 
setDefaultTyping(TypeResolverBuilder<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for enabling automatic inclusion of type information, using specified handler object for determining which types this affects, as well as details of how information is embedded.
setDeserializationConfig(DeserializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for replacing the shared default deserialization configuration object.
setDeserializerProvider(DeserializerProvider) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting specific DeserializerProvider to use for handling caching of JsonDeserializer instances.
setDeserializers(SimpleDeserializers) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets all currently configured deserializers.
setEncoding(JsonEncoding) - 类 中的方法org.codehaus.jackson.io.IOContext
 
setEnumSerializer(JsonSerializer<?>) - 类 中的方法org.codehaus.jackson.map.ser.CustomSerializerFactory
Method that can be used to force specified serializer to be used for serializing all Enum instances.
setFailOnUnknownId(boolean) - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
setFeature(JsonGenerator.Feature, boolean) - 类 中的方法org.codehaus.jackson.JsonGenerator
setFeature(JsonParser.Feature, boolean) - 类 中的方法org.codehaus.jackson.JsonParser
setFieldName(String) - 类 中的方法org.codehaus.jackson.map.JsonMappingException.Reference
 
setFilteredProperties(BeanPropertyWriter[]) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
setFilterId(Object) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
setFilters(FilterProvider) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method that is equivalent to: mapper.setFilters(mapper.getSerializationConfig().withFilters(filterProvider)); Note that usually it is better to use method ObjectMapper.filteredWriter(org.codehaus.jackson.map.ser.FilterProvider); however, sometimes this method is more convenient.
setFrom(Object) - 类 中的方法org.codehaus.jackson.map.JsonMappingException.Reference
 
setGeneratorFeature(JsonGenerator.Feature, boolean) - 类 中的方法org.codehaus.jackson.JsonFactory
setHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for configuring HandlerInstantiator to use for creating instances of handlers (such as serializers, deserializers, type and type id resolvers), given a class.
setHighestNonEscapedChar(int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
setHighestNonEscapedChar(int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
setHighestNonEscapedChar(int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that can be called to request that generator escapes all character codes above specified code point (if positive value); or, to not escape any characters except for ones that must be escaped for the data format (if -1).
setIgnorableProperties(String[]) - 类 中的方法org.codehaus.jackson.map.deser.std.MapDeserializer
 
setIgnoreUnknownProperties(boolean) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
setIndex(int) - 类 中的方法org.codehaus.jackson.map.JsonMappingException.Reference
 
setInjectableValues(InjectableValues) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
setInputDecorator(InputDecorator) - 类 中的方法org.codehaus.jackson.JsonFactory
Method for overriding currently configured input decorator
setInternalSetting(Object, Object) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for setting specific internal setting to given value
setJSONPFunctionName(String) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
setKeyDeserializers(SimpleKeyDeserializers) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets all currently configured key deserializers.
setKeySerializers(SimpleSerializers) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets all currently configured key serializers.
setLocation(JsonLocation) - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
setManagedReferenceName(String) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
setMapper(ObjectMapper) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
 
setMixInAnnotation(Class<?>, Class<?>) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Method for specifying that annotations define by mixinClass should be "mixed in" with annotations that targetType has (as if they were directly included on it!).
setMixInAnnotations(Map<Class<?>, Class<?>>) - 类 中的方法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(Class<?>, Class<?>) - 接口 中的方法org.codehaus.jackson.map.Module.SetupContext
Method used for defining mix-in annotations to use for augmenting specified class or interface.
setName(String) - 类 中的方法org.codehaus.jackson.map.jsontype.NamedType
 
setNodeFactory(JsonNodeFactory) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for specifying JsonNodeFactory to use for constructing root level tree nodes (via method ObjectMapper.createObjectNode()
setNonTrivialBaseType(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
Method called to define type to consider as "non-trivial" basetype, needed for dynamic serialization resolution for complex (usually container) types
setNullKeySerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
setNullKeySerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
Method that can be used to specify serializer that will be used to write JSON property names matching null keys for Java Maps (which will throw an exception if try write such property name)
setNullValueSerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
setNullValueSerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.SerializerProvider
Method that can be used to specify serializer that will be used to write JSON values matching Java null values instead of default one (which simply writes JSON null)
setOutputDecorator(OutputDecorator) - 类 中的方法org.codehaus.jackson.JsonFactory
Method for overriding currently configured output decorator
setParserFeature(JsonParser.Feature, boolean) - 类 中的方法org.codehaus.jackson.JsonFactory
setPrettyPrinter(PrettyPrinter) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for setting a custom pretty printer, which is usually used to add indentation for improved human readability.
setPrettyPrinter(PrettyPrinter) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
No way (or need) to indent anything, so let's block any attempts.
setProperties(List<BeanPropertyWriter>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
setPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting custom property naming strategy to use.
setRootValueSeparator(String) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
setSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method to call to make this generator use specified schema.
setSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.JsonParser
Method to call to make this parser use specified schema.
setSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
setSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
setSerializationConfig(SerializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for replacing the shared default serialization configuration object.
setSerializationInclusion(JsonSerialize.Inclusion) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting defalt POJO property inclusion strategy for serialization.
setSerializationInclusion(JsonSerialize.Inclusion) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
已过时。
setSerializationView(Class<?>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
已过时。
setSerializerFactory(SerializerFactory) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting specific SerializerFactory to use for constructing (bean) serializers.
setSerializerProvider(SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting specific SerializerProvider to use for handling caching of JsonSerializer instances.
setSerializers(SimpleSerializers) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets all currently configured serializers.
setSubType(HierarchicType) - 类 中的方法org.codehaus.jackson.map.type.HierarchicType
 
setSubtypeResolver(SubtypeResolver) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting custom subtype resolver to use.
setSuperType(HierarchicType) - 类 中的方法org.codehaus.jackson.map.type.HierarchicType
 
SettableAnyProperty - 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(BeanProperty, AnnotatedMethod, JavaType) - 类 的构造器org.codehaus.jackson.map.deser.SettableAnyProperty
已过时。
Since 1.9 - use variant that takes deserializer
SettableAnyProperty(BeanProperty, AnnotatedMethod, JavaType, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableAnyProperty
 
SettableAnyProperty(BeanProperty, Method, JavaType, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableAnyProperty
 
SettableBeanProperty - org.codehaus.jackson.map.deser中的类
Base class for settable properties of a bean: contains both type and name definitions, and reflection-based set functionality.
SettableBeanProperty(String, JavaType, TypeDeserializer, Annotations) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty
 
SettableBeanProperty(SettableBeanProperty) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty
Basic copy-constructor for sub-classes to use.
SettableBeanProperty(SettableBeanProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty
Copy-with-deserializer-change constructor for sub-classes to use.
SettableBeanProperty.FieldProperty - org.codehaus.jackson.map.deser中的类
This concrete sub-class implements property that is set directly assigning to a Field.
SettableBeanProperty.FieldProperty(String, JavaType, TypeDeserializer, Annotations, AnnotatedField) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
SettableBeanProperty.FieldProperty(SettableBeanProperty.FieldProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
SettableBeanProperty.InnerClassProperty - org.codehaus.jackson.map.deser中的类
This sub-class is used to handle special case of value being a non-static inner class.
SettableBeanProperty.InnerClassProperty(SettableBeanProperty, Constructor<?>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
SettableBeanProperty.InnerClassProperty(SettableBeanProperty.InnerClassProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
SettableBeanProperty.ManagedReferenceProperty - org.codehaus.jackson.map.deser中的类
Wrapper property that is used to handle managed (forward) properties (see [JACKSON-235] for more information).
SettableBeanProperty.ManagedReferenceProperty(String, SettableBeanProperty, SettableBeanProperty, Annotations, boolean) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
SettableBeanProperty.ManagedReferenceProperty(SettableBeanProperty.ManagedReferenceProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
SettableBeanProperty.MethodProperty - org.codehaus.jackson.map.deser中的类
This concrete sub-class implements property that is set using regular "setter" method.
SettableBeanProperty.MethodProperty(String, JavaType, TypeDeserializer, Annotations, AnnotatedMethod) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
SettableBeanProperty.MethodProperty(SettableBeanProperty.MethodProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
SettableBeanProperty.NullProvider - org.codehaus.jackson.map.deser中的类
To support [JACKSON-420] we need bit more indirection; this is used to produce artificial failure for primitives that don't accept JSON null as value.
SettableBeanProperty.NullProvider(JavaType, Object) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.NullProvider
 
SettableBeanProperty.SetterlessProperty - org.codehaus.jackson.map.deser中的类
This concrete sub-class implements Collection or Map property that is indirectly by getting the property value and directly modifying it.
SettableBeanProperty.SetterlessProperty(String, JavaType, TypeDeserializer, Annotations, AnnotatedMethod) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
SettableBeanProperty.SetterlessProperty(SettableBeanProperty.SetterlessProperty, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
setterEnabled() - 枚举 中的方法org.codehaus.jackson.annotate.JsonMethod
 
setTypeFactory(TypeFactory) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method that can be used to override TypeFactory instance used by this mapper.
setupModule(Module.SetupContext) - 类 中的方法org.codehaus.jackson.map.Module
Method called by ObjectMapper when module is registered.
setupModule(Module.SetupContext) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
 
setupModule(Module.SetupContext) - 类 中的方法org.codehaus.jackson.mrbean.MrBeanModule
 
setValue(Object, Object) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
setValue(Object, Object) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedField
 
setValue(Object, Object) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMember
Optional method that can be used to assign value of this member on given object, if this is a supported operation for member type.
setValue(Object, Object) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethod
 
setValue(Object, Object) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedParameter
 
setValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
已过时。
Since 1.9 - construct with deserializer
setValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
已过时。
setValueHandler(Object) - 类 中的方法org.codehaus.jackson.type.JavaType
已过时。
Since 1.9, should not be used; instead, use withContentTypeHandler and withContentValueHandler methods.
setValueInstantiator(ValueInstantiator) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
setValueInstantiators(SimpleValueInstantiators) - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
Resets all currently configured value instantiators
setViews(Class<?>[]) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
Method for defining which views to included value of this property in.
setVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method that allows changing configuration for underlying VisibilityCheckers, to change details of what kinds of properties are auto-detected.
setVisibilityChecker(VisibilityChecker<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for setting currently configured visibility checker; object used for determining whether given property element (method, field, constructor) can be auto-detected or not.
SHORT_WRITE - 类 中的静态变量org.codehaus.jackson.impl.WriterBasedGenerator
 
shouldSortPropertiesAlphabetically() - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
shouldSortPropertiesAlphabetically() - 类 中的方法org.codehaus.jackson.map.MapperConfig
Accessor for checking whether default settings for property handling indicate that properties should be alphabetically ordered or not.
shouldSortPropertiesAlphabetically() - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
shouldUnwrapProperty(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
shouldUnwrapProperty(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.AnnotationIntrospector
Method called to check whether given property is marked to be "unwrapped" when being serialized (and appropriately handled in reverse direction, i.e. expect unwrapped representation during deserialization)
shouldUnwrapProperty(AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
showUsage() - 类 中的方法org.codehaus.jackson.smile.Tool
 
SimpleAbstractTypeResolver - org.codehaus.jackson.map.module中的类
Simple AbstractTypeResolver implementation, which is based on static mapping from abstract super types into sub types (concrete or abstract), but retaining generic parameterization.
SimpleAbstractTypeResolver() - 类 的构造器org.codehaus.jackson.map.module.SimpleAbstractTypeResolver
 
SimpleBeanPropertyFilter - org.codehaus.jackson.map.ser.impl中的类
Simple BeanPropertyFilter implementation that only uses property name to determine whether to serialize property as is, or to filter it out.
SimpleBeanPropertyFilter() - 类 的构造器org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter
 
SimpleBeanPropertyFilter.FilterExceptFilter - org.codehaus.jackson.map.ser.impl中的类
Filter implementation which defaults to filtering out unknown properties and only serializes ones explicitly listed.
SimpleBeanPropertyFilter.FilterExceptFilter(Set<String>) - 类 的构造器org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
 
SimpleBeanPropertyFilter.SerializeExceptFilter - org.codehaus.jackson.map.ser.impl中的类
Filter implementation which defaults to serializing all properties, except for ones explicitly listed to be filtered out.
SimpleBeanPropertyFilter.SerializeExceptFilter(Set<String>) - 类 的构造器org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
 
SimpleDeserializers - org.codehaus.jackson.map.module中的类
Simple implementation Deserializers which allows registration of deserializers based on raw (type erased class).
SimpleDeserializers() - 类 的构造器org.codehaus.jackson.map.module.SimpleDeserializers
 
SimpleFilterProvider - org.codehaus.jackson.map.ser.impl中的类
Simple FilterProvider implementation that just stores direct id-to-filter mapping.
SimpleFilterProvider() - 类 的构造器org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
SimpleFilterProvider(Map<String, BeanPropertyFilter>) - 类 的构造器org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
SimpleKeyDeserializers - org.codehaus.jackson.map.module中的类
Simple implementation KeyDeserializers which allows registration of deserializers based on raw (type erased class).
SimpleKeyDeserializers() - 类 的构造器org.codehaus.jackson.map.module.SimpleKeyDeserializers
 
SimpleModule - org.codehaus.jackson.map.module中的类
Simple Module implementation that allows registration of serializers and deserializers, and bean serializer and deserializer modifiers.
SimpleModule(String, Version) - 类 的构造器org.codehaus.jackson.map.module.SimpleModule
 
SimpleSerializers - org.codehaus.jackson.map.module中的类
Simple implementation Serializers which allows registration of serializers based on raw (type erased class).
SimpleSerializers() - 类 的构造器org.codehaus.jackson.map.module.SimpleSerializers
 
SimpleType - org.codehaus.jackson.map.type中的类
Simple types are defined as anything other than one of recognized container types (arrays, Collections, Maps).
SimpleType(Class<?>) - 类 的构造器org.codehaus.jackson.map.type.SimpleType
 
SimpleType(Class<?>, String[], JavaType[]) - 类 的构造器org.codehaus.jackson.map.type.SimpleType
已过时。
SimpleType(Class<?>, String[], JavaType[], Object, Object) - 类 的构造器org.codehaus.jackson.map.type.SimpleType
 
SimpleValueInstantiators - org.codehaus.jackson.map.module中的类
 
SimpleValueInstantiators() - 类 的构造器org.codehaus.jackson.map.module.SimpleValueInstantiators
 
size() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.map.deser.impl.BeanPropertyMap
 
size() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
size() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotationMap
 
size() - 类 中的方法org.codehaus.jackson.map.ser.impl.JsonSerializerMap
 
size() - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache
 
size() - 接口 中的方法org.codehaus.jackson.map.util.Annotations
Returns number of annotation entries in this collection.
size() - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
size() - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
size() - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
size() - 类 中的方法org.codehaus.jackson.sym.BytesToNameCanonicalizer
 
size() - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
 
size() - 类 中的方法org.codehaus.jackson.util.TextBuffer
 
skip(long) - 类 中的方法org.codehaus.jackson.io.MergedStream
 
skipChildren() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
skipChildren() - 类 中的方法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() - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
skipChildren() - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
slowParseFieldName() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Method called when not even first 8 bytes are guaranteed to come consequtively.
SmileBufferRecycler<T> - org.codehaus.jackson.smile中的类
Simple helper class used for implementing simple reuse system for Smile-specific buffers that are used.
SmileBufferRecycler() - 类 的构造器org.codehaus.jackson.smile.SmileBufferRecycler
 
SmileConstants - org.codehaus.jackson.smile中的类
Constants used by SmileGenerator and SmileParser
SmileConstants() - 类 的构造器org.codehaus.jackson.smile.SmileConstants
 
SmileFactory - org.codehaus.jackson.smile中的类
Factory used for constructing SmileParser and SmileGenerator instances; both of which handle Smile encoded data.
SmileFactory() - 类 的构造器org.codehaus.jackson.smile.SmileFactory
Default constructor used to create factory instances.
SmileFactory(ObjectCodec) - 类 的构造器org.codehaus.jackson.smile.SmileFactory
 
smileFactory - 类 中的变量org.codehaus.jackson.smile.Tool
 
SmileGenerator - org.codehaus.jackson.smile中的类
JsonGenerator implementation for the experimental "Binary JSON Infoset".
SmileGenerator(IOContext, int, int, ObjectCodec, OutputStream) - 类 的构造器org.codehaus.jackson.smile.SmileGenerator
 
SmileGenerator(IOContext, int, int, ObjectCodec, OutputStream, byte[], int, boolean) - 类 的构造器org.codehaus.jackson.smile.SmileGenerator
 
SmileGenerator.Feature - org.codehaus.jackson.smile中的枚举
Enumeration that defines all togglable features for Smile generators.
SmileGenerator.SharedStringNode - org.codehaus.jackson.smile中的类
Helper class used for keeping track of possibly shareable String references (for field names and/or short String values)
SmileGenerator.SharedStringNode(String, int, SmileGenerator.SharedStringNode) - 类 的构造器org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
 
SmileParser - org.codehaus.jackson.smile中的类
 
SmileParser(IOContext, int, int, ObjectCodec, BytesToNameCanonicalizer, InputStream, byte[], int, int, boolean) - 类 的构造器org.codehaus.jackson.smile.SmileParser
 
SmileParser.Feature - org.codehaus.jackson.smile中的枚举
Enumeration that defines all togglable features for Smile generators.
SmileParserBootstrapper - org.codehaus.jackson.smile中的类
Simple bootstrapper version used with Smile format parser.
SmileParserBootstrapper(IOContext, InputStream) - 类 的构造器org.codehaus.jackson.smile.SmileParserBootstrapper
 
SmileParserBootstrapper(IOContext, byte[], int, int) - 类 的构造器org.codehaus.jackson.smile.SmileParserBootstrapper
 
SmileUtil - org.codehaus.jackson.smile中的类
Class for miscellaneous helper methods.
SmileUtil() - 类 的构造器org.codehaus.jackson.smile.SmileUtil
 
sortBeanProperties(SerializationConfig, BasicBeanDescription, List<BeanPropertyWriter>) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
已过时。
Since 1.9 this method does nothing, so there is no benefit from overriding it; it will be removed from 2.0.
sOutputEscapes - 类 中的静态变量org.codehaus.jackson.impl.Utf8Generator
This is the default set of escape codes, over 7-bit ASCII range (first 128 character codes), used for single-byte UTF-8 characters.
sOutputEscapes - 类 中的静态变量org.codehaus.jackson.impl.WriterBasedGenerator
This is the default set of escape codes, over 7-bit ASCII range (first 128 character codes), used for single-byte UTF-8 characters.
spacesInObjectEntries(boolean) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
specialize(JavaType, Class<?>) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
standardAsciiEscapesForJSON() - 类 中的静态方法org.codehaus.jackson.io.CharacterEscapes
Helper method that can be used to get a copy of standard JSON escape definitions; this is useful when just wanting to slightly customize definitions.
start() - 类 中的方法org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
 
startBuilding(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
Method called when starting to build a bean instance.
StaticListSerializerBase<T extends Collection<?>> - org.codehaus.jackson.map.ser.std中的类
Intermediate base class for Lists, Collections and Arrays that contain static (non-dynamic) value types.
StaticListSerializerBase(Class<?>, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.StaticListSerializerBase
 
STATUS_EXPECT_NAME - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_EXPECT_VALUE - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_COLON - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_COMMA - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AFTER_SPACE - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STATUS_OK_AS_IS - 类 中的静态变量org.codehaus.jackson.impl.JsonWriteContext
 
STD_VISIBILITY_CHECKER - 类 中的静态变量org.codehaus.jackson.map.ObjectMapper
 
StdArraySerializers - org.codehaus.jackson.map.ser.std中的类
Dummy container class to group standard homogenous array serializer implementations (primitive arrays and String array).
StdArraySerializers() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers
 
StdArraySerializers.ArraySerializerBase<T> - org.codehaus.jackson.map.ser.std中的类
Base class for serializers that will output contents as JSON arrays.
StdArraySerializers.ArraySerializerBase(Class<T>, TypeSerializer, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
 
StdArraySerializers.BooleanArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.BooleanArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.BooleanArraySerializer
 
StdArraySerializers.ByteArraySerializer - org.codehaus.jackson.map.ser.std中的类
Unlike other integral number array serializers, we do not just print out byte values as numbers.
StdArraySerializers.ByteArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.ByteArraySerializer
 
StdArraySerializers.CharArraySerializer - org.codehaus.jackson.map.ser.std中的类
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.
StdArraySerializers.CharArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.CharArraySerializer
 
StdArraySerializers.DoubleArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.DoubleArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.DoubleArraySerializer
 
StdArraySerializers.FloatArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.FloatArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.FloatArraySerializer
 
StdArraySerializers.FloatArraySerializer(TypeSerializer) - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.FloatArraySerializer
 
StdArraySerializers.IntArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.IntArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.IntArraySerializer
 
StdArraySerializers.LongArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.LongArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.LongArraySerializer
 
StdArraySerializers.LongArraySerializer(TypeSerializer) - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.LongArraySerializer
 
StdArraySerializers.ShortArraySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdArraySerializers.ShortArraySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.ShortArraySerializer
 
StdArraySerializers.ShortArraySerializer(TypeSerializer) - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.ShortArraySerializer
 
StdArraySerializers.StringArraySerializer - org.codehaus.jackson.map.ser.std中的类
Standard serializer used for String[] values.
StdArraySerializers.StringArraySerializer(BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
 
StdContainerSerializers - org.codehaus.jackson.map.ser.std中的类
Dummy container class to group standard container serializers: serializers that can serialize things like Lists, Maps and such.
StdContainerSerializers() - 类 的构造器org.codehaus.jackson.map.ser.std.StdContainerSerializers
 
StdContainerSerializers.IndexedListSerializer - org.codehaus.jackson.map.ser.std中的类
This is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such as LinkedList that can not}.
StdContainerSerializers.IndexedListSerializer(JavaType, boolean, TypeSerializer, BeanProperty, JsonSerializer<Object>) - 类 的构造器org.codehaus.jackson.map.ser.std.StdContainerSerializers.IndexedListSerializer
 
StdContainerSerializers.IteratorSerializer - org.codehaus.jackson.map.ser.std中的类
 
StdContainerSerializers.IteratorSerializer(JavaType, boolean, TypeSerializer, BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.StdContainerSerializers.IteratorSerializer
 
StdDateFormat - org.codehaus.jackson.map.util中的类
Default DateFormat implementation used by standard Date serializers and deserializers.
StdDateFormat() - 类 的构造器org.codehaus.jackson.map.util.StdDateFormat
 
StdDeserializationContext - org.codehaus.jackson.map.deser中的类
Default implementation of DeserializationContext.
StdDeserializationContext(DeserializationConfig, JsonParser, DeserializerProvider, InjectableValues) - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializationContext
 
StdDeserializer<T> - org.codehaus.jackson.map.deser.std中的类
Base class for common deserializers.
StdDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer
 
StdDeserializer(JavaType) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer
 
StdDeserializer<T> - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use StdDeserializer instead.
StdDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializer
已过时。
 
StdDeserializer(JavaType) - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializer
已过时。
 
StdDeserializer.BigDecimalDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.BigDecimalDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.BigDecimalDeserializer
 
StdDeserializer.BigIntegerDeserializer - org.codehaus.jackson.map.deser.std中的类
This is bit trickier to implement efficiently, while avoiding overflow problems.
StdDeserializer.BigIntegerDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.BigIntegerDeserializer
 
StdDeserializer.BooleanDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.BooleanDeserializer(Class<Boolean>, Boolean) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.BooleanDeserializer
 
StdDeserializer.ByteDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.ByteDeserializer(Class<Byte>, Byte) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.ByteDeserializer
 
StdDeserializer.CalendarDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9 use CalendarDeserializer instead.
StdDeserializer.CalendarDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializer.CalendarDeserializer
已过时。
 
StdDeserializer.CharacterDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.CharacterDeserializer(Class<Character>, Character) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.CharacterDeserializer
 
StdDeserializer.ClassDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9 use ClassDeserializer instead.
StdDeserializer.ClassDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializer.ClassDeserializer
已过时。
 
StdDeserializer.DoubleDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.DoubleDeserializer(Class<Double>, Double) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.DoubleDeserializer
 
StdDeserializer.FloatDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.FloatDeserializer(Class<Float>, Float) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.FloatDeserializer
 
StdDeserializer.IntegerDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.IntegerDeserializer(Class<Integer>, Integer) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.IntegerDeserializer
 
StdDeserializer.LongDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.LongDeserializer(Class<Long>, Long) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.LongDeserializer
 
StdDeserializer.NumberDeserializer - org.codehaus.jackson.map.deser.std中的类
For type Number.class, we can just rely on type mappings that plain JsonParser.getNumberValue() returns.
StdDeserializer.NumberDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.NumberDeserializer
 
StdDeserializer.PrimitiveOrWrapperDeserializer<T> - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.PrimitiveOrWrapperDeserializer(Class<T>, T) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.PrimitiveOrWrapperDeserializer
 
StdDeserializer.ShortDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.ShortDeserializer(Class<Short>, Short) - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.ShortDeserializer
 
StdDeserializer.SqlDateDeserializer - org.codehaus.jackson.map.deser.std中的类
Compared to plain old Date, SQL version is easier to deal with: mostly because it is more limited.
StdDeserializer.SqlDateDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.SqlDateDeserializer
 
StdDeserializer.StackTraceElementDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StdDeserializer.StackTraceElementDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StdDeserializer.StackTraceElementDeserializer
 
StdDeserializer.StringDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9 use StringDeserializer instead.
StdDeserializer.StringDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializer.StringDeserializer
已过时。
 
StdDeserializerProvider - org.codehaus.jackson.map.deser中的类
Default DeserializerProvider implementation.
StdDeserializerProvider() - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializerProvider
Default constructor.
StdDeserializerProvider(DeserializerFactory) - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializerProvider
 
StdDeserializerProvider.WrappedDeserializer - org.codehaus.jackson.map.deser中的类
Simple deserializer that will call configured type deserializer, passing in configured data deserializer, and exposing it all as a simple deserializer.
StdDeserializerProvider.WrappedDeserializer(TypeDeserializer, JsonDeserializer<Object>) - 类 的构造器org.codehaus.jackson.map.deser.StdDeserializerProvider.WrappedDeserializer
 
StdJdkSerializers - org.codehaus.jackson.map.ser.std中的类
Class that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basic ToStringSerializer, others explicit serializers.
StdJdkSerializers() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers
 
StdJdkSerializers.AtomicBooleanSerializer - org.codehaus.jackson.map.ser.std中的类
 
StdJdkSerializers.AtomicBooleanSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicBooleanSerializer
 
StdJdkSerializers.AtomicIntegerSerializer - org.codehaus.jackson.map.ser.std中的类
 
StdJdkSerializers.AtomicIntegerSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicIntegerSerializer
 
StdJdkSerializers.AtomicLongSerializer - org.codehaus.jackson.map.ser.std中的类
 
StdJdkSerializers.AtomicLongSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicLongSerializer
 
StdJdkSerializers.AtomicReferenceSerializer - org.codehaus.jackson.map.ser.std中的类
 
StdJdkSerializers.AtomicReferenceSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.AtomicReferenceSerializer
 
StdJdkSerializers.ClassSerializer - org.codehaus.jackson.map.ser.std中的类
Also: default bean access will not do much good with Class.class.
StdJdkSerializers.ClassSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.ClassSerializer
 
StdJdkSerializers.FileSerializer - org.codehaus.jackson.map.ser.std中的类
For now, File objects get serialized by just outputting absolute (but not canonical) name as String value
StdJdkSerializers.FileSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdJdkSerializers.FileSerializer
 
StdKeyDeserializer - org.codehaus.jackson.map.deser.std中的类
Base class for simple key deserializers.
StdKeyDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
StdKeyDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use StdKeyDeserializer instead.
StdKeyDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.StdKeyDeserializer
已过时。
 
StdKeyDeserializers - org.codehaus.jackson.map.deser.std中的类
Helper class used to contain simple/well-known key deserializers.
StdKeyDeserializers() - 类 的构造器org.codehaus.jackson.map.deser.std.StdKeyDeserializers
 
StdKeySerializer - org.codehaus.jackson.map.ser.std中的类
Specialized serializer that can be used as the generic key serializer, when serializing Maps to JSON Objects.
StdKeySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdKeySerializer
 
StdKeySerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use StdKeySerializer instead
StdKeySerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdKeySerializer
已过时。
 
StdKeySerializers - org.codehaus.jackson.map.ser.std中的类
 
StdKeySerializers.CalendarKeySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdKeySerializers.CalendarKeySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdKeySerializers.CalendarKeySerializer
 
StdKeySerializers.DateKeySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdKeySerializers.DateKeySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdKeySerializers.DateKeySerializer
 
StdKeySerializers.StringKeySerializer - org.codehaus.jackson.map.ser.std中的类
 
StdKeySerializers.StringKeySerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StdKeySerializers.StringKeySerializer
 
StdScalarDeserializer<T> - org.codehaus.jackson.map.deser.std中的类
Base class for deserializers that handle types that are serialized as JSON scalars (non-structured, i.e. non-Object, non-Array, values).
StdScalarDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.std.StdScalarDeserializer
 
StdScalarDeserializer(JavaType) - 类 的构造器org.codehaus.jackson.map.deser.std.StdScalarDeserializer
 
StdScalarDeserializer<T> - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use StdScalarDeserializer instead.
StdScalarDeserializer(Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.StdScalarDeserializer
已过时。
 
StdSerializerProvider - org.codehaus.jackson.map.ser中的类
Default SerializerProvider implementation.
StdSerializerProvider() - 类 的构造器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) - 类 的构造器org.codehaus.jackson.map.ser.StdSerializerProvider
StdSerializers - org.codehaus.jackson.map.ser中的类
Container class for serializers used for handling standard JDK-provided types.
StdSerializers() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers
 
StdSerializers.BooleanSerializer - org.codehaus.jackson.map.ser中的类
Serializer used for primitive boolean, as well as java.util.Boolean wrapper type.
StdSerializers.BooleanSerializer(boolean) - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.BooleanSerializer
 
StdSerializers.CalendarSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9, use DateSerializer instead
StdSerializers.CalendarSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.CalendarSerializer
已过时。
 
StdSerializers.DoubleSerializer - org.codehaus.jackson.map.ser中的类
This is the special serializer for regular Doubles (and primitive doubles) Since this is one of "native" types, no type information is ever included on serialization (unlike for most scalar types as of 1.5)
StdSerializers.DoubleSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.DoubleSerializer
 
StdSerializers.FloatSerializer - org.codehaus.jackson.map.ser中的类
 
StdSerializers.FloatSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.FloatSerializer
 
StdSerializers.IntegerSerializer - org.codehaus.jackson.map.ser中的类
This is the special serializer for regular Integers (and primitive ints) Since this is one of "native" types, no type information is ever included on serialization (unlike for most scalar types as of 1.5)
StdSerializers.IntegerSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.IntegerSerializer
 
StdSerializers.IntLikeSerializer - org.codehaus.jackson.map.ser中的类
Similar to StdSerializers.IntegerSerializer, but will not cast to Integer: instead, cast is to Number, and conversion is by calling Number.intValue().
StdSerializers.IntLikeSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.IntLikeSerializer
 
StdSerializers.LongSerializer - org.codehaus.jackson.map.ser中的类
 
StdSerializers.LongSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.LongSerializer
 
StdSerializers.NumberSerializer - org.codehaus.jackson.map.ser中的类
As a fallback, we may need to use this serializer for other types of Numbers (custom types).
StdSerializers.NumberSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.NumberSerializer
 
StdSerializers.SerializableSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9, use DateSerializer instead
StdSerializers.SerializableSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.SerializableSerializer
已过时。
 
StdSerializers.SerializableWithTypeSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9, use DateSerializer instead
StdSerializers.SerializableWithTypeSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.SerializableWithTypeSerializer
已过时。
 
StdSerializers.SqlDateSerializer - org.codehaus.jackson.map.ser中的类
Compared to regular StdSerializers.UtilDateSerializer, we do use String representation here.
StdSerializers.SqlDateSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.SqlDateSerializer
 
StdSerializers.SqlTimeSerializer - org.codehaus.jackson.map.ser中的类
 
StdSerializers.SqlTimeSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.SqlTimeSerializer
 
StdSerializers.StringSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9, use StringSerializer instead
StdSerializers.StringSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.StringSerializer
已过时。
 
StdSerializers.UtilDateSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9, use DateSerializer instead
StdSerializers.UtilDateSerializer() - 类 的构造器org.codehaus.jackson.map.ser.StdSerializers.UtilDateSerializer
已过时。
 
StdSubtypeResolver - org.codehaus.jackson.map.jsontype.impl中的类
 
StdSubtypeResolver() - 类 的构造器org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
StdTypeResolverBuilder - org.codehaus.jackson.map.jsontype.impl中的类
Default TypeResolverBuilder implementation.
StdTypeResolverBuilder() - 类 的构造器org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
StdValueInstantiator - org.codehaus.jackson.map.deser.std中的类
Basic ValueInstantiator implementation, which only supports use of default constructor.
StdValueInstantiator(DeserializationConfig, Class<?>) - 类 的构造器org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
StdValueInstantiator(DeserializationConfig, JavaType) - 类 的构造器org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
StdValueInstantiator(StdValueInstantiator) - 类 的构造器org.codehaus.jackson.map.deser.std.StdValueInstantiator
Copy-constructor that sub-classes can use when creating new instances by fluent-style construction
StreamBasedParserBase - org.codehaus.jackson.impl中的类
已过时。
Since 1.9, sub-classes should just embed code from here
StreamBasedParserBase(IOContext, int, InputStream, byte[], int, int, boolean) - 类 的构造器org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
 
STRING_DESC - 类 中的静态变量org.codehaus.jackson.map.introspect.BasicClassIntrospector
 
StringCollectionDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StringCollectionDeserializer(JavaType, JsonDeserializer<?>, ValueInstantiator) - 类 的构造器org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
StringCollectionDeserializer(StringCollectionDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
Copy-constructor that can be used by sub-classes to allow copy-on-write styling copying of settings of an existing instance.
StringCollectionSerializer - org.codehaus.jackson.map.ser.std中的类
Efficient implement for serializing Collections that contain Strings.
StringCollectionSerializer(BeanProperty) - 类 的构造器org.codehaus.jackson.map.ser.std.StringCollectionSerializer
已过时。
StringCollectionSerializer(BeanProperty, JsonSerializer<?>) - 类 的构造器org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
StringDeserializer - org.codehaus.jackson.map.deser.std中的类
 
StringDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.StringDeserializer
 
StringSerializer - org.codehaus.jackson.map.ser.std中的类
This is the special serializer for regular Strings.
StringSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.StringSerializer
 
SubtypeResolver - org.codehaus.jackson.map.jsontype中的类
Helper object used for handling registration on resolving of supertypes to subtypes.
SubtypeResolver() - 类 的构造器org.codehaus.jackson.map.jsontype.SubtypeResolver
 
SUFFIX - 类 中的静态变量org.codehaus.jackson.smile.Tool
 
SURR1_FIRST - 类 中的静态变量org.codehaus.jackson.impl.Utf8Generator
 
SURR1_FIRST - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
SURR1_LAST - 类 中的静态变量org.codehaus.jackson.impl.Utf8Generator
 
SURR1_LAST - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
SURR2_FIRST - 类 中的静态变量org.codehaus.jackson.impl.Utf8Generator
 
SURR2_FIRST - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
SURR2_LAST - 类 中的静态变量org.codehaus.jackson.impl.Utf8Generator
 
SURR2_LAST - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
sUtf8UnitLengths - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Additionally we can combine UTF-8 decoding info into similar data table.
switchToNext() - 类 中的方法org.codehaus.jackson.util.JsonParserSequence
Method that will switch active parser from the current one to next parser in sequence, if there is another parser left, making this the new delegate.

T

TextBuffer - 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) - 类 的构造器org.codehaus.jackson.util.TextBuffer
 
textNode(String) - 类 中的方法org.codehaus.jackson.node.ContainerNode
 
textNode(String) - 类 中的方法org.codehaus.jackson.node.JsonNodeFactory
Factory method for constructing a node that represents JSON String value
TextNode - org.codehaus.jackson.node中的类
Value node that contains a text value.
TextNode(String) - 类 的构造器org.codehaus.jackson.node.TextNode
 
ThrowableDeserializer - org.codehaus.jackson.map.deser.std中的类
Deserializer that builds on basic BeanDeserializer but override some aspects like instance construction.
ThrowableDeserializer(BeanDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.std.ThrowableDeserializer
 
ThrowableDeserializer(BeanDeserializer, boolean) - 类 的构造器org.codehaus.jackson.map.deser.std.ThrowableDeserializer
Alternative constructor used when creating "unwrapping" deserializers
ThrowableDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use ThrowableDeserializer instead.
ThrowableDeserializer(BeanDeserializer) - 类 的构造器org.codehaus.jackson.map.deser.ThrowableDeserializer
已过时。
 
throwAsIAE(Throwable) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Method that will wrap 't' as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is
throwAsIAE(Throwable, String) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Method that will wrap 't' as an IllegalArgumentException (and with specified message) if it is a checked exception; otherwise (runtime exception or error) throw as is
throwRootCause(Throwable) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Method that will unwrap root causes of given Throwable, and throw the innermost Exception or Error as is.
TimestampDeserializer - org.codehaus.jackson.map.deser.std中的类
Simple deserializer for handling Timestamp values.
TimestampDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.TimestampDeserializer
 
TimeZoneSerializer - org.codehaus.jackson.map.ser.std中的类
 
TimeZoneSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.TimeZoneSerializer
 
toByteArray() - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
Method called when results are finalized and we can get the full aggregated result buffer to return to the caller
toCanonical() - 类 中的方法org.codehaus.jackson.map.type.TypeBase
 
toCanonical() - 类 中的方法org.codehaus.jackson.type.JavaType
Method that can be used to serialize type into form from which it can be fully deserialized from at a later point (using TypeFactory from mapper package).
TOKEN_BYTE_BIG_DECIMAL - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_BIG_INTEGER - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_FLOAT_32 - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_FLOAT_64 - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_INT_32 - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_INT_64 - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_LONG_STRING_ASCII - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_BYTE_LONG_STRING_UNICODE - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
 
TOKEN_KEY_EMPTY_STRING - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Let's use same code for empty key as for empty String value
TOKEN_KEY_LONG_STRING - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_EMPTY_STRING - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_END_ARRAY - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_END_OBJECT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_FALSE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_NULL - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_START_ARRAY - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_START_OBJECT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_LITERAL_TRUE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_MISC_BINARY_7BIT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for "safe" (encoded by only using 7 LSB, giving 8/7 expansion ratio).
TOKEN_MISC_BINARY_RAW - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Raw binary data marker is specifically chosen as separate from other types, since it can have significant impact on framing (or rather fast scanning based on structure and framing markers).
TOKEN_MISC_FLOAT_32 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_FP, indicating 32-bit IEEE single precision floating point number.
TOKEN_MISC_FLOAT_64 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_FP, indicating 64-bit IEEE double precision floating point number.
TOKEN_MISC_FLOAT_BIG - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_FP, indicating BigDecimal type.
TOKEN_MISC_FP - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for regular floating-point types (float, double)
TOKEN_MISC_INTEGER - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for regular integral types (byte/short/int/long)
TOKEN_MISC_INTEGER_32 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_INTEGER, indicating 32-bit integer (int)
TOKEN_MISC_INTEGER_64 - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_INTEGER, indicating 32-bit integer (long)
TOKEN_MISC_INTEGER_BIG - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Numeric subtype (2 LSB) for SmileConstants.TOKEN_MISC_INTEGER, indicating BigInteger type.
TOKEN_MISC_LONG_TEXT_ASCII - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for variable length UTF-8 encoded text, when it is known to only contain ASCII chars.
TOKEN_MISC_LONG_TEXT_UNICODE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for variable length UTF-8 encoded text, when it is NOT known to only contain ASCII chars (which means it MAY have multi-byte characters) Note: 2 LSB are reserved for future use; must be zeroes for now
TOKEN_MISC_SHARED_STRING_LONG - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
Type (for misc, other) used for shared String values where index does not fit in "short" reference range (which is 0 - 30).
TOKEN_PREFIX_KEY_ASCII - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_KEY_SHARED_LONG - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_KEY_SHARED_SHORT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_KEY_UNICODE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_MISC_OTHER - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_SHARED_STRING_SHORT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_SHORT_UNICODE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_SMALL_ASCII - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_SMALL_INT - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_TINY_ASCII - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TOKEN_PREFIX_TINY_UNICODE - 类 中的静态变量org.codehaus.jackson.smile.SmileConstants
 
TokenBuffer - org.codehaus.jackson.util中的类
Utility class used for efficient storage of JsonToken sequences, needed for temporary buffering.
TokenBuffer(ObjectCodec) - 类 的构造器org.codehaus.jackson.util.TokenBuffer
 
TokenBuffer.Parser - org.codehaus.jackson.util中的类
 
TokenBuffer.Parser(TokenBuffer.Segment, ObjectCodec) - 类 的构造器org.codehaus.jackson.util.TokenBuffer.Parser
 
TokenBuffer.Segment - org.codehaus.jackson.util中的类
Individual segment of TokenBuffer that can store up to 16 tokens (limited by 4 bits per token type marker requirement).
TokenBuffer.Segment() - 类 的构造器org.codehaus.jackson.util.TokenBuffer.Segment
 
TokenBufferDeserializer - org.codehaus.jackson.map.deser.std中的类
We also want to directly support deserialization of TokenBuffer.
TokenBufferDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.TokenBufferDeserializer
 
TokenBufferSerializer - org.codehaus.jackson.map.ser.std中的类
We also want to directly support serialization of TokenBuffer; and since it is part of core package, it can not implement JsonSerializable (which is only included in the mapper package)
TokenBufferSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.TokenBufferSerializer
 
TOKENS_PER_SEGMENT - 类 中的静态变量org.codehaus.jackson.util.TokenBuffer.Segment
 
Tool - org.codehaus.jackson.smile中的类
Simple command-line utility that can be used to encode JSON as Smile, or decode JSON from Smile: direction is indicated by single command-line option of either "-e" (encode) or "-d" (decode).
Tool() - 类 的构造器org.codehaus.jackson.smile.Tool
 
toResponse(JsonMappingException) - 类 中的方法org.codehaus.jackson.jaxrs.JsonMappingExceptionMapper
 
toResponse(JsonParseException) - 类 中的方法org.codehaus.jackson.jaxrs.JsonParseExceptionMapper
 
toString() - 类 中的方法org.codehaus.jackson.Base64Variant
 
toString() - 类 中的方法org.codehaus.jackson.impl.JsonReadContext
Overridden to provide developer readable "JsonPath" representation of the context.
toString() - 类 中的方法org.codehaus.jackson.impl.JsonWriteContext
Overridden to provide developer writeable "JsonPath" representation of the context.
toString(int) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
toString(long) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
toString(double) - 类 中的静态方法org.codehaus.jackson.io.NumberOutput
 
toString() - 类 中的方法org.codehaus.jackson.io.SerializedString
 
toString() - 类 中的方法org.codehaus.jackson.JsonLocation
 
toString() - 类 中的方法org.codehaus.jackson.JsonNode
Note: marked as abstract to ensure all implementation classes define it properly.
toString() - 异常错误 中的方法org.codehaus.jackson.JsonProcessingException
 
toString() - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
 
toString() - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedField
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethod
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedParameter
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.AnnotationMap
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.MemberKey
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
toString() - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
toString() - 类 中的方法org.codehaus.jackson.map.JsonMappingException.Reference
 
toString() - 异常错误 中的方法org.codehaus.jackson.map.JsonMappingException
 
toString() - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
toString() - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
toString() - 类 中的方法org.codehaus.jackson.map.jsontype.NamedType
 
toString() - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
 
toString() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializer
 
toString() - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
toString() - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanSerializer
 
toString() - 类 中的方法org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
toString() - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
toString() - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.ClassKey
 
toString() - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.HierarchicType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.MapType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
toString() - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
toString() - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
toString() - 类 中的方法org.codehaus.jackson.node.BinaryNode
Different from other values, since contents need to be surrounded by (double) quotes.
toString() - 类 中的方法org.codehaus.jackson.node.MissingNode
 
toString() - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
toString() - 类 中的方法org.codehaus.jackson.node.POJONode
 
toString() - 类 中的方法org.codehaus.jackson.node.TextNode
Different from other values, Strings need quoting
toString() - 类 中的方法org.codehaus.jackson.node.ValueNode
 
toString() - 类 中的方法org.codehaus.jackson.schema.JsonSchema
 
toString() - 类 中的方法org.codehaus.jackson.sym.Name
 
toString() - 类 中的方法org.codehaus.jackson.type.JavaType
 
toString() - 类 中的方法org.codehaus.jackson.util.TextBuffer
Note: calling this method may not be as efficient as calling TextBuffer.contentsAsString(), since it's not guaranteed that resulting String is cached.
toString() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
toString() - 类 中的方法org.codehaus.jackson.Version
 
ToStringSerializer - org.codehaus.jackson.map.ser.std中的类
Simple general purpose serializer, useful for any type for which Object.toString() returns the desired JSON value.
ToStringSerializer() - 类 的构造器org.codehaus.jackson.map.ser.std.ToStringSerializer
Note: usually you should NOT create new instances, but instead use ToStringSerializer.instance which is stateless and fully thread-safe.
ToStringSerializer - org.codehaus.jackson.map.ser中的类
已过时。
Since 1.9 use ToStringSerializer
ToStringSerializer() - 类 的构造器org.codehaus.jackson.map.ser.ToStringSerializer
已过时。
 
translate(String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy
 
translate(String) - 类 中的方法org.codehaus.jackson.map.PropertyNamingStrategy.PropertyNamingStrategyBase
 
traverse() - 类 中的方法org.codehaus.jackson.JsonNode
Method for constructing a JsonParser instance for iterating over contents of the tree that this node is root of.
traverse() - 类 中的方法org.codehaus.jackson.node.BaseJsonNode
 
treeAsTokens(JsonNode) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method for constructing a JsonParser out of JSON tree representation.
treeAsTokens(JsonNode) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
treeAsTokens(JsonNode) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method for constructing a JsonParser for reading contents of a JSON tree, as if it was external serialized JSON content.
treeToValue(JsonNode, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience conversion method that will bind data given JSON tree contains into specific value (usually bean) type.
treeToValue(JsonNode, Class<T>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
treeToValue(JsonNode, Class<T>) - 类 中的方法org.codehaus.jackson.ObjectCodec
Convenience method for converting given JSON tree into instance of specified value type.
TreeTraversingParser - 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) - 类 的构造器org.codehaus.jackson.node.TreeTraversingParser
 
TreeTraversingParser(JsonNode, ObjectCodec) - 类 的构造器org.codehaus.jackson.node.TreeTraversingParser
 
trimByVisibility() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Method called to trim unnecessary entries, such as implicit getter if there is an explict one available.
TRUE - 类 中的静态变量org.codehaus.jackson.node.BooleanNode
 
type(Type) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
type(Type, Class<?>) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
type(Type, JavaType) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
type(Type, TypeBindings) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
type(TypeReference<?>) - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
已过时。
type(int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Segment
 
TYPE_ARRAY - 类 中的静态变量org.codehaus.jackson.JsonStreamContext
 
TYPE_OBJECT - 类 中的静态变量org.codehaus.jackson.JsonStreamContext
 
TYPE_OBJECT - 类 中的静态变量org.codehaus.jackson.map.SerializerProvider
 
TYPE_ROOT - 类 中的静态变量org.codehaus.jackson.JsonStreamContext
 
TypeBase - org.codehaus.jackson.map.type中的类
 
TypeBase(Class<?>, int) - 类 的构造器org.codehaus.jackson.map.type.TypeBase
已过时。
TypeBase(Class<?>, int, Object, Object) - 类 的构造器org.codehaus.jackson.map.type.TypeBase
Main constructor to use by extending classes.
TypeBindings - org.codehaus.jackson.map.type中的类
Helper class used for resolving type parameters for given class
TypeBindings(TypeFactory, Class<?>) - 类 的构造器org.codehaus.jackson.map.type.TypeBindings
 
TypeBindings(TypeFactory, JavaType) - 类 的构造器org.codehaus.jackson.map.type.TypeBindings
 
TypeDeserializer - org.codehaus.jackson.map中的类
Interface for deserializing type information from JSON content, to type-safely deserialize data into correct polymorphic instance (when type inclusion has been enabled for type handled).
TypeDeserializer() - 类 的构造器org.codehaus.jackson.map.TypeDeserializer
 
TypeDeserializerBase - org.codehaus.jackson.map.jsontype.impl中的类
 
TypeDeserializerBase(JavaType, TypeIdResolver, BeanProperty) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
已过时。
Since 1.9, use the constructor that takes 'defaultImpl'
TypeDeserializerBase(JavaType, TypeIdResolver, BeanProperty, Class<?>) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
typedValueSerializer(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
typedValueSerializer(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
typedValueSerializer(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache
 
typedValueSerializer(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache
 
typedWriter(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
Since 1.9, use ObjectMapper.writerWithType(Class) instead.
typedWriter(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
typedWriter(TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
TypeFactory - org.codehaus.jackson.map.type中的类
Class used for creating concrete JavaType instances, given various inputs.
TypeFactory(TypeParser, TypeModifier[]) - 类 的构造器org.codehaus.jackson.map.type.TypeFactory
 
typeFromId(String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
typeFromId(String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
 
typeFromId(String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
typeFromId(String) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeIdResolver
Method called to resolve type from given type identifier.
TypeIdResolver - org.codehaus.jackson.map.jsontype中的接口
Interface that defines standard API for converting types to type identifiers and vice versa.
TypeIdResolverBase - org.codehaus.jackson.map.jsontype.impl中的类
 
TypeIdResolverBase(JavaType, TypeFactory) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<? extends TypeIdResolver>) - 类 中的方法org.codehaus.jackson.map.HandlerInstantiator
Method called to get an instance of TypeIdResolver of specified type.
typeIdResolverInstance(Annotated, Class<? extends TypeIdResolver>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method that can be called to obtain an instance of TypeIdResolver of specified type.
TypeModifier - org.codehaus.jackson.map.type中的类
Class that defines API that can be used to modify details of JavaType instances constructed using TypeFactory.
TypeModifier() - 类 的构造器org.codehaus.jackson.map.type.TypeModifier
 
TypeNameIdResolver - org.codehaus.jackson.map.jsontype.impl中的类
 
TypeNameIdResolver(MapperConfig<?>, JavaType, HashMap<String, String>, HashMap<String, JavaType>) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
TypeParser - org.codehaus.jackson.map.type中的类
Simple recursive-descent parser for parsing canonical JavaType representations and constructing type instances.
TypeParser(TypeFactory) - 类 的构造器org.codehaus.jackson.map.type.TypeParser
 
typeProperty(String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
Method for constructing an instance with specified type property name (property name to use for type id when using "as-property" inclusion).
typeProperty(String) - 接口 中的方法org.codehaus.jackson.map.jsontype.TypeResolverBuilder
Method for specifying name of property used for including type information.
TypeReference<T> - 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() - 类 的构造器org.codehaus.jackson.type.TypeReference
 
TypeResolverBuilder<T extends TypeResolverBuilder<T>> - org.codehaus.jackson.map.jsontype中的接口
Interface that defines builders that are configured based on annotations (like JsonTypeInfo or JAXB annotations), and produce type serializers and deserializers used for handling type information embedded in JSON to allow for safe polymorphic type handling.
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<? extends TypeResolverBuilder<?>>) - 类 中的方法org.codehaus.jackson.map.HandlerInstantiator
Method called to get an instance of TypeResolverBuilder of specified type.
typeResolverBuilderInstance(Annotated, Class<? extends TypeResolverBuilder<?>>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method that can be called to obtain an instance of TypeIdResolver of specified type.
typesAsArray() - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
TypeSerializer - org.codehaus.jackson.map中的类
Interface for serializing type information regarding instances of specified base type (super class), so that exact subtype can be properly deserialized later on.
TypeSerializer() - 类 的构造器org.codehaus.jackson.map.TypeSerializer
 
TypeSerializerBase - org.codehaus.jackson.map.jsontype.impl中的类
 
TypeSerializerBase(TypeIdResolver, BeanProperty) - 类 的构造器org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 

U

UNBOUND - 类 中的静态变量org.codehaus.jackson.map.type.TypeBindings
Marker to use for (temporarily) unbound references.
uncheckedSimpleType(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
Method that will force construction of a simple type, without trying to check for more specialized types.
unknownFieldException(Object, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
unknownFieldException(Object, String) - 类 中的方法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.
UnknownSerializer - org.codehaus.jackson.map.ser.impl中的类
 
UnknownSerializer() - 类 的构造器org.codehaus.jackson.map.ser.impl.UnknownSerializer
 
unknownType() - 类 中的静态方法org.codehaus.jackson.map.type.TypeFactory
Method for constructing a marker type that indicates missing generic type information, which is handled same as simple type for java.lang.Object.
unknownTypeException(JavaType, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
unknownTypeException(JavaType, String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Helper method for constructing exception to indicate that given type id (parsed from JSON) could not be converted to a Java type.
unknownVersion() - 类 中的静态方法org.codehaus.jackson.Version
Method returns canonical "not known" version, which is used as version in cases where actual version information is not known (instead of null).
UnrecognizedPropertyException - org.codehaus.jackson.map.exc中的异常错误
Specialized JsonMappingException sub-class specifically used to indicate problems due to encountering a JSON property that could not be mapped to an Object property (via getter, constructor argument or field).
UnrecognizedPropertyException(String, JsonLocation, Class<?>, String) - 异常错误 的构造器org.codehaus.jackson.map.exc.UnrecognizedPropertyException
 
UNSPECIFIED_TYPE - 类 中的静态变量org.codehaus.jackson.map.ser.std.MapSerializer
 
UntypedObjectDeserializer - org.codehaus.jackson.map.deser.std中的类
Deserializer implementation that is used if it is necessary to bind content of "unknown" type; something declared as basic Object (either explicitly, or due to type erasure).
UntypedObjectDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.std.UntypedObjectDeserializer
 
UntypedObjectDeserializer - org.codehaus.jackson.map.deser中的类
已过时。
Since 1.9, use UntypedObjectDeserializer instead.
UntypedObjectDeserializer() - 类 的构造器org.codehaus.jackson.map.deser.UntypedObjectDeserializer
已过时。
 
untypedValueSerializer(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
untypedValueSerializer(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
 
untypedValueSerializer(Class<?>) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache
Method that checks if the shared (and hence, synchronized) lookup Map might have untyped serializer for given type.
untypedValueSerializer(JavaType) - 类 中的方法org.codehaus.jackson.map.ser.impl.SerializerCache
 
unwrapAndThrowAsIAE(Throwable) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Method that will locate the innermost exception for given Throwable; and then wrap it as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is
unwrapAndThrowAsIAE(Throwable, String) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Method that will locate the innermost exception for given Throwable; and then wrap it as an IllegalArgumentException if it is a checked exception; otherwise (runtime exception or error) throw as is
UnwrappedPropertyHandler - org.codehaus.jackson.map.deser.impl中的类
Object that is responsible for handling acrobatics related to deserializing "unwrapped" values; sets of properties that are embedded (inlined) as properties of parent JSON object.
UnwrappedPropertyHandler() - 类 的构造器org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
 
UnwrappingBeanPropertyWriter - org.codehaus.jackson.map.ser.impl中的类
Variant of BeanPropertyWriter which will handle unwrapping of JSON Object (including of properties of Object within surrounding JSON object, and not as sub-object).
UnwrappingBeanPropertyWriter(BeanPropertyWriter) - 类 的构造器org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter
 
UnwrappingBeanPropertyWriter(BeanPropertyWriter, JsonSerializer<Object>) - 类 的构造器org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter
 
UnwrappingBeanSerializer - org.codehaus.jackson.map.ser.impl中的类
 
UnwrappingBeanSerializer(BeanSerializerBase) - 类 的构造器org.codehaus.jackson.map.ser.impl.UnwrappingBeanSerializer
Constructor used for creating unwrapping instance of a standard BeanSerializer
unwrappingDeserializer() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
unwrappingDeserializer() - 类 中的方法org.codehaus.jackson.map.deser.std.ThrowableDeserializer
 
unwrappingDeserializer() - 类 中的方法org.codehaus.jackson.map.JsonDeserializer
Method that will return deserializer instance that is able to handle "unwrapped" value instances If no unwrapped instance can be constructed, will simply return this object as-is.
unwrappingSerializer() - 类 中的方法org.codehaus.jackson.map.JsonSerializer
Method that will return serializer instance that produces "unwrapped" serialization, if applicable for type being serialized (which is the case for some serializers that produce JSON Objects as output).
unwrappingSerializer() - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializer
 
unwrappingSerializer() - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanSerializer
 
unwrappingWriter() - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
Method called create an instance that handles details of unwrapping contained value.
updateBuilder(DeserializationConfig, BasicBeanDescription, BeanDeserializerBuilder) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerModifier
Method called by BeanDeserializerFactory when it has collected basic information such as tentative list of properties to deserialize.
updateBuilder(SerializationConfig, BasicBeanDescription, BeanSerializerBuilder) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerModifier
Method called by BeanSerializerFactory after collecting all information regarding POJO to serialize and updating builder with it, but before constructing serializer.
updatingReader(Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
useDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
useDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for enabling pretty-printing using the default pretty printer (DefaultPrettyPrinter).
useDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
No way (or need) to indent anything, so let's block any attempts.
useDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
useDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
useForType(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
Method called to check if the default type handler should be used for given type.
usesPadding() - 类 中的方法org.codehaus.jackson.Base64Variant
 
usesPaddingChar(char) - 类 中的方法org.codehaus.jackson.Base64Variant
 
usesPaddingChar(int) - 类 中的方法org.codehaus.jackson.Base64Variant
 
usesStaticTyping(SerializationConfig, BasicBeanDescription, TypeSerializer, BeanProperty) - 类 中的方法org.codehaus.jackson.map.ser.BasicSerializerFactory
Helper method to check whether global settings and/or class annotations for the bean class indicate that static typing (declared types) should be used for properties.
UTF32Reader - 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) - 类 的构造器org.codehaus.jackson.io.UTF32Reader
 
Utf8Generator - org.codehaus.jackson.impl中的类
 
Utf8Generator(IOContext, int, ObjectCodec, OutputStream) - 类 的构造器org.codehaus.jackson.impl.Utf8Generator
 
Utf8Generator(IOContext, int, ObjectCodec, OutputStream, byte[], int, boolean) - 类 的构造器org.codehaus.jackson.impl.Utf8Generator
 
Utf8StreamParser - 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) - 类 的构造器org.codehaus.jackson.impl.Utf8StreamParser
 
UTF8Writer - org.codehaus.jackson.io中的类
 
UTF8Writer(IOContext, OutputStream) - 类 的构造器org.codehaus.jackson.io.UTF8Writer
 

V

value - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyValue
Value to assign when POJO has been instantiated.
value() - 类 中的方法org.codehaus.jackson.map.util.LinkedNode
 
value - 类 中的变量org.codehaus.jackson.smile.SmileGenerator.SharedStringNode
 
valueFor(Enum<?>) - 类 中的方法org.codehaus.jackson.map.util.EnumValues
已过时。
ValueInjector - org.codehaus.jackson.map.deser.impl中的类
Class that encapsulates details of value injection that occurs before deserialization of a POJO.
ValueInjector(String, JavaType, Annotations, AnnotatedMember, Object) - 类 的构造器org.codehaus.jackson.map.deser.impl.ValueInjector
 
ValueInstantiator - org.codehaus.jackson.map.deser中的类
Class that defines simple API implemented by objects that create value instances.
ValueInstantiator() - 类 的构造器org.codehaus.jackson.map.deser.ValueInstantiator
 
valueInstantiatorInstance(Annotated, Class<? extends ValueInstantiator>) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
valueInstantiatorInstance(MapperConfig<?>, Annotated, Class<? extends ValueInstantiator>) - 类 中的方法org.codehaus.jackson.map.HandlerInstantiator
Method called to construct an instance of ValueInstantiator of specified type.
valueInstantiators() - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
ValueInstantiators - org.codehaus.jackson.map.deser中的接口
Interface for providers of ValueInstantiator instances.
valueInstantiators() - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
 
ValueInstantiators.Base - org.codehaus.jackson.map.deser中的类
Basic "NOP" implementation that can be used as the base class for custom implementations.
ValueInstantiators.Base() - 类 的构造器org.codehaus.jackson.map.deser.ValueInstantiators.Base
 
ValueNode - 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() - 类 的构造器org.codehaus.jackson.node.ValueNode
 
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonMethod
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonTypeInfo.As
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonTypeInfo.Id
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.format.MatchStrength
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.jaxrs.Annotations
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.JsonEncoding
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.JsonGenerator.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.JsonParser.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.JsonParser.NumberType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.JsonToken
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.annotate.JsonSerialize.Typing
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.DeserializationConfig.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.ObjectMapper.DefaultTyping
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.map.SerializationConfig.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(BigInteger) - 类 中的静态方法org.codehaus.jackson.node.BigIntegerNode
 
valueOf(byte[]) - 类 中的静态方法org.codehaus.jackson.node.BinaryNode
 
valueOf(byte[], int, int) - 类 中的静态方法org.codehaus.jackson.node.BinaryNode
 
valueOf(boolean) - 类 中的静态方法org.codehaus.jackson.node.BooleanNode
 
valueOf(BigDecimal) - 类 中的静态方法org.codehaus.jackson.node.DecimalNode
 
valueOf(double) - 类 中的静态方法org.codehaus.jackson.node.DoubleNode
 
valueOf(int) - 类 中的静态方法org.codehaus.jackson.node.IntNode
 
valueOf(long) - 类 中的静态方法org.codehaus.jackson.node.LongNode
 
valueOf(String) - 类 中的静态方法org.codehaus.jackson.node.TextNode
Factory method that should be used to construct instances.
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.smile.SmileGenerator.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.smile.SmileParser.Feature
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.util.BufferRecycler.ByteBufferType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.codehaus.jackson.util.BufferRecycler.CharBufferType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonAutoDetect.Visibility
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonMethod
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonTypeInfo.As
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.annotate.JsonTypeInfo.Id
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.format.MatchStrength
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.jaxrs.Annotations
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.JsonEncoding
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.JsonGenerator.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.JsonParser.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.JsonParser.NumberType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.JsonToken
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.annotate.JsonSerialize.Typing
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.DeserializationConfig.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.ObjectMapper.DefaultTyping
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.map.SerializationConfig.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 类 中的方法org.codehaus.jackson.map.util.EnumValues
 
values() - 枚举 中的静态方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.smile.SmileGenerator.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.smile.SmileParser.Feature
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.util.BufferRecycler.ByteBufferType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.codehaus.jackson.util.BufferRecycler.CharBufferType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueToTree(Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Reverse of ObjectMapper.treeToValue(org.codehaus.jackson.JsonNode, java.lang.Class<T>); given a value (usually bean), will construct equivalent JSON Tree representation.
verifyNonDup(AnnotatedWithParams, AnnotatedWithParams, String) - 类 中的方法org.codehaus.jackson.map.deser.impl.CreatorCollector
 
version() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
version() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
version() - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that will return version information stored in and read from jar that contains this class.
version() - 类 中的方法org.codehaus.jackson.JsonFactory
 
version() - 类 中的方法org.codehaus.jackson.JsonGenerator
 
version() - 类 中的方法org.codehaus.jackson.JsonParser
 
version() - 类 中的方法org.codehaus.jackson.map.module.SimpleModule
 
version() - 类 中的方法org.codehaus.jackson.map.Module
Method that returns version of this module.
version() - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method that will return version information stored in and read from jar that contains this class.
version() - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method that will return version information stored in and read from jar that contains this class.
version() - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will return version information stored in and read from jar that contains this class.
version() - 类 中的方法org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Method that will return version information stored in and read from jar that contains this class.
version() - 类 中的方法org.codehaus.jackson.mrbean.MrBeanModule
 
version() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
version() - 类 中的方法org.codehaus.jackson.util.JsonParserDelegate
 
Version - org.codehaus.jackson中的类
Object that encapsulates version information of a component, and is return by Versioned.version().
Version(int, int, int, String) - 类 的构造器org.codehaus.jackson.Version
 
version() - 接口 中的方法org.codehaus.jackson.Versioned
Method called to detect version of the component that implements this interface; returned version should never be null, but may return specific "not available" instance (see Version for details).
version() - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
Method that will return version information stored in and read from jar that contains this class.
VERSION_FILE - 类 中的静态变量org.codehaus.jackson.util.VersionUtil
 
Versioned - org.codehaus.jackson中的接口
Interface that those Jackson components that are explicitly versioned will implement.
versionFor(Class<?>) - 类 中的静态方法org.codehaus.jackson.util.VersionUtil
Helper method that will try to load version information for specified class.
VersionUtil - org.codehaus.jackson.util中的类
Functionality for supporting exposing of component Versions.
VersionUtil() - 类 的构造器org.codehaus.jackson.util.VersionUtil
 
viewWriter(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
已过时。
Since 1.9, use ObjectMapper.writerWithView(Class) instead.
VisibilityChecker<T extends VisibilityChecker<T>> - org.codehaus.jackson.map.introspect中的接口
Interface for object used for determine which property elements (methods, fields, constructors) can be auto-detected, with respect to their visibility modifiers.
VisibilityChecker.Std - org.codehaus.jackson.map.introspect中的类
Default standard implementation is purely based on visibility modifier of given class members, and its configured minimum levels.
VisibilityChecker.Std(JsonAutoDetect) - 类 的构造器org.codehaus.jackson.map.introspect.VisibilityChecker.Std
Constructor used for building instance that has minumum visibility levels as indicated by given annotation instance
VisibilityChecker.Std(JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility, JsonAutoDetect.Visibility) - 类 的构造器org.codehaus.jackson.map.introspect.VisibilityChecker.Std
Constructor that allows directly specifying minimum visibility levels to use
VisibilityChecker.Std(JsonAutoDetect.Visibility) - 类 的构造器org.codehaus.jackson.map.introspect.VisibilityChecker.Std
Costructor that will assign given visibility value for all properties.

W

weirdKeyException(Class<?>, String, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
weirdKeyException(Class<?>, String, String) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
weirdNumberException(Class<?>, String) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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<?>) - 类 中的方法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.
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
widenContentsBy(Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
 
widenKey(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
widenKey(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
willFailOnUnknownId() - 类 中的方法org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
 
with(String) - 类 中的方法org.codehaus.jackson.JsonNode
Method that can be called on object nodes, to access a property that has object value; or if no such property exists, to create and return such object node.
with(DeserializationConfig.Feature...) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.
with(JsonAutoDetect) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
with(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
with(JsonAutoDetect) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return an instance that has same settings as this instance has, except for values that given annotation overrides.
with(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will create and return an instance that has specified JsonAutoDetect.Visibility value to use for all property elements.
with(SerializationConfig.Feature...) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.
with(String) - 类 中的方法org.codehaus.jackson.node.ObjectNode
 
withAbstractTypeResolver(AbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
withAbstractTypeResolver(AbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withAbstractTypeResolver(AbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
Fluent/factory method used to construct a configuration object that has same configuration as this instance plus one additional abstract type resolver.
withAbstractTypeResolver(AbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Convenience method for creating a new factory instance with additional AbstractTypeResolver.
withAbstractTypeResolver(AbstractTypeResolver) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
 
withAdditionalDeserializers(Deserializers) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
withAdditionalDeserializers(Deserializers) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withAdditionalDeserializers(Deserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
Fluent/factory method used to construct a configuration object that has same deserializer providers as this instance, plus one specified as argument.
withAdditionalDeserializers(Deserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Convenience method for creating a new factory instance with additional deserializer provider.
withAdditionalDeserializers(Deserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
Method that is to configure DeserializerFactory that provider has to use specified deserializer provider, with highest precedence (that is, additional providers have higher precedence than default one or previously added ones)
withAdditionalKeyDeserializers(KeyDeserializers) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
withAdditionalKeyDeserializers(KeyDeserializers) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withAdditionalKeyDeserializers(KeyDeserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
Fluent/factory method used to construct a configuration object that has same key deserializer providers as this instance, plus one specified as argument.
withAdditionalKeyDeserializers(KeyDeserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Convenience method for creating a new factory instance with additional KeyDeserializers.
withAdditionalKeyDeserializers(KeyDeserializers) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
 
withAdditionalKeySerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
withAdditionalKeySerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
 
withAdditionalKeySerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.SerializerFactory
 
withAdditionalSerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
withAdditionalSerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
Method for creating a new instance with additional serializer provider.
withAdditionalSerializers(Serializers) - 类 中的方法org.codehaus.jackson.map.SerializerFactory
Convenience method for creating a new factory instance with additional serializer provider; equivalent to calling withConfig(getConfig().withAdditionalSerializers(additional));
withAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different AnnotationIntrospector to use (replacing old one).
withAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.Annotated
Fluent factory method that will construct a new instance that uses specified instance annotations instead of currently configured ones.
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedField
 
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethod
 
withAnnotations(AnnotationMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedParameter
 
withAppendedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withAppendedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withAppendedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with additional AnnotationIntrospector appended (as the lowest priority one)
withAppendedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withClassIntrospector(ClassIntrospector<? extends BeanDescription>) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withClassIntrospector(ClassIntrospector<? extends BeanDescription>) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withClassIntrospector(ClassIntrospector<? extends BeanDescription>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different ClassIntrospector to use.
withClassIntrospector(ClassIntrospector<? extends BeanDescription>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withConfig(DeserializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
withConfig(DeserializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method used by module registration functionality, to construct a new bean deserializer factory with different configuration settings.
withConfig(DeserializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.deser.CustomDeserializerFactory
已过时。
 
withConfig(DeserializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Method used for creating a new instance of this factory, but with different configuration.
withConfig(SerializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Method used by module registration functionality, to attach additional serializer providers into this serializer factory.
withConfig(SerializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.ser.CustomSerializerFactory
 
withConfig(SerializerFactory.Config) - 类 中的方法org.codehaus.jackson.map.SerializerFactory
Method used for creating a new instance of this factory, but with different configuration.
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
withContentTypeHandler(Object) - 类 中的方法org.codehaus.jackson.type.JavaType
"Copy method" that will construct a new instance that is identical to this instance, except that its content type will have specified type handler assigned.
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
withContentValueHandler(Object) - 类 中的方法org.codehaus.jackson.type.JavaType
 
withCreatorVisibility(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withCreatorVisibility(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for creator methods (constructors, factory methods)
withDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different DateFormat to use.
withDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Fluent factory method that will construct a new writer instance that will use specified date format for serializing dates; or if null passed, one that will serialize dates as numeric timestamps.
withDateFormat(DateFormat) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
In addition to constructing instance with specified date format, will enable or disable Feature.WRITE_DATES_AS_TIMESTAMPS (enable if format set as null; disable if non-null)
withDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that will use the default pretty printer for serialization.
withDeserializerModifier(BeanDeserializerModifier) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
withDeserializerModifier(BeanDeserializerModifier) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withDeserializerModifier(BeanDeserializerModifier) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
Fluent/factory method used to construct a configuration object that has same configuration as this instance plus one additional deserialiazer modifier.
withDeserializerModifier(BeanDeserializerModifier) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Convenience method for creating a new factory instance with additional BeanDeserializerModifier.
withDeserializerModifier(BeanDeserializerModifier) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
 
withFactory(DeserializerFactory) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withFactory(DeserializerFactory) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
Method that sub-classes need to override, to ensure that fluent-factory methods will produce proper sub-type.
withFallBackAnnotationsFrom(Annotated) - 类 中的方法org.codehaus.jackson.map.introspect.Annotated
Fluent factory method that will construct a new instance that uses annotations from specified Annotated as fallback annotations
withFieldVisibility(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withFieldVisibility(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for fields.
withFilters(FilterProvider) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that uses specified provider for resolving filter instances by id.
withFilters(FilterProvider) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withGetterVisibility(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withGetterVisibility(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for regular ("getXxx") getters.
withHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different HandlerInstantiator to use.
withHandlerInstantiator(HandlerInstantiator) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withInjectableValues(InjectableValues) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new instance with configuration that uses passed InjectableValues to provide injectable values.
withInsertedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withInsertedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withInsertedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with additional AnnotationIntrospector inserted (as the highest priority one)
withInsertedAnnotationIntrospector(AnnotationIntrospector) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withIsGetterVisibility(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withIsGetterVisibility(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for "is-getters" ("isXxx").
withKeyTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withKeyTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withKeyValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withKeyValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withMaxInputLookahead(int) - 类 中的方法org.codehaus.jackson.format.DataFormatDetector
Method that will return a detector instance that allows detectors to read up to specified number of bytes when determining format match strength.
withMethod(Method) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedMethod
Method that constructs a new instance with settings (annotations, parameter annotations) of this instance, but with different physical Method.
withMinimalMatch(MatchStrength) - 类 中的方法org.codehaus.jackson.format.DataFormatDetector
Method that will return a detector instance that uses given minimal match level; match that may be returned unless a stronger match is found with other format detectors.
withModifier(TypeModifier) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
withModule(Module) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Fluent-style alternative to ObjectMapper.registerModule(org.codehaus.jackson.map.Module); functionally equivalent to: mapper.registerModule(module); return mapper; NOTE: name is unfortunately misleading in suggesting that a new instance might be created (as is the case with most other 'withXxx()' methods for Jackson core objects) -- this is not the case; rather, this is just a variant of ObjectMapper.registerModule(org.codehaus.jackson.map.Module) but one that returns 'this' (like it should return, but does not for historical reasons).
withName(String) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Method for constructing a renamed instance
withNodeFactory(JsonNodeFactory) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Fluent factory method that will construct a new instance with specified JsonNodeFactory
withNodeFactory(JsonNodeFactory) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new reader instance with configuration that uses passed JsonNodeFactory for constructing JsonNode instances.
withOptimalMatch(MatchStrength) - 类 中的方法org.codehaus.jackson.format.DataFormatDetector
Method that will return a detector instance that uses given optimal match level (match that is considered sufficient to return, without trying to find stronger matches with other formats).
without(DeserializationConfig.Feature...) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.
without(SerializationConfig.Feature...) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.
withPrettyPrinter(PrettyPrinter) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that will use specified pretty printer (or, if null, will not do any pretty-printing)
withPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different PropertyNamingStrategy to use.
withPropertyNamingStrategy(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new instance with configuration that passes specified FormatSchema to JsonParser that is constructed for parsing content.
withSchema(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
 
withSerializationInclusion(JsonSerialize.Inclusion) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withSerializer(JsonSerializer<Object>) - 类 中的方法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).
withSerializer(JsonSerializer<Object>) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter
 
withSerializerModifier(BeanSerializerModifier) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
withSerializerModifier(BeanSerializerModifier) - 类 中的方法org.codehaus.jackson.map.SerializerFactory.Config
Method for creating a new instance with additional bean serializer modifier.
withSerializerModifier(BeanSerializerModifier) - 类 中的方法org.codehaus.jackson.map.SerializerFactory
Convenience method for creating a new factory instance with additional bean serializer modifier; equivalent to calling withConfig(getConfig().withSerializerModifier(modifier));
withSetterVisibility(JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withSetterVisibility(JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will return a checker instance that has specified minimum visibility level for setters.
withSubtypeResolver(SubtypeResolver) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withSubtypeResolver(SubtypeResolver) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different SubtypeResolver to use.
withSubtypeResolver(SubtypeResolver) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withType(JavaType) - 类 中的方法org.codehaus.jackson.map.BeanProperty.Std
 
withType(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new reader instance that is configured to data bind into specified type.
withType(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new reader instance that is configured to data bind into specified type.
withType(Type) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new reader instance that is configured to data bind into specified type.
withType(TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new reader instance that is configured to data bind into specified type.
withType(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that uses specific type as the root type for serialization, instead of runtime dynamic type of the root object itself.
withType(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that uses specific type as the root type for serialization, instead of runtime dynamic type of the root object itself.
withType(TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
 
withTypeFactory(TypeFactory) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withTypeFactory(TypeFactory) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withTypeFactory(TypeFactory) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different TypeFactory to use.
withTypeFactory(TypeFactory) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
withTypeHandler(Object) - 类 中的方法org.codehaus.jackson.type.JavaType
"Copy method" that will construct a new instance that is identical to this instance, except that it will have specified type handler assigned.
withTypeResolverBuilder(TypeResolverBuilder<?>) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withTypeResolverBuilder(TypeResolverBuilder<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withTypeResolverBuilder(TypeResolverBuilder<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different TypeResolverBuilder to use.
withTypeResolverBuilder(TypeResolverBuilder<?>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.impl.CreatorProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
withValueDeserializer(JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
withValueHandler(Object) - 类 中的方法org.codehaus.jackson.type.JavaType
 
withValueInstantiators(ValueInstantiators) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
 
withValueInstantiators(ValueInstantiators) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
withValueInstantiators(ValueInstantiators) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory.Config
Fluent/factory method used to construct a configuration object that has same configuration as this instance plus specified additional value instantiator provider object.
withValueInstantiators(ValueInstantiators) - 类 中的方法org.codehaus.jackson.map.DeserializerFactory
Convenience method for creating a new factory instance with additional ValueInstantiators.
withValueInstantiators(ValueInstantiators) - 类 中的方法org.codehaus.jackson.map.DeserializerProvider
Method that will construct a new instance with specified additional value instantiators (i.e. does NOT replace existing ones)
withValueToUpdate(Object) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method for constructing a new instance with configuration that updates passed Object (as root value), instead of constructing a new value.
withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.ContainerSerializerBase
Factory(-like) method that can be used to construct a new container serializer that uses specified TypeSerializer for decorating contained values with additional type information.
withView(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that will construct a new instance that uses specified serialization view for serialization (with null basically disables view processing)
withView(Class<?>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 接口 中的方法org.codehaus.jackson.map.introspect.VisibilityChecker
Builder method that will create and return an instance that has specified JsonAutoDetect.Visibility value to use for specified property.
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different minimal visibility level for specified property type NOTE: make sure to register new instance with ObjectMapper if directly calling this method.
withVisibility(JsonMethod, JsonAutoDetect.Visibility) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
withVisibilityChecker(VisibilityChecker<?>) - 类 中的方法org.codehaus.jackson.map.DeserializationConfig
 
withVisibilityChecker(VisibilityChecker<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig.Base
 
withVisibilityChecker(VisibilityChecker<?>) - 类 中的方法org.codehaus.jackson.map.MapperConfig
Method for constructing and returning a new instance with different VisibilityChecker to use.
withVisibilityChecker(VisibilityChecker<?>) - 类 中的方法org.codehaus.jackson.map.SerializationConfig
 
wrapAndThrow(Throwable, Object, String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
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, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
wrapAndThrow(Throwable, Object, String) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
已过时。
Since 1.7 use variant that takes DeserializationContext
wrapAndThrow(Throwable, Object, int) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
已过时。
Since 1.7 use variant that takes DeserializationContext
wrapAndThrow(Throwable, Object) - 类 中的方法org.codehaus.jackson.map.deser.std.MapDeserializer
 
wrapAndThrow(SerializerProvider, Throwable, Object, String) - 类 中的方法org.codehaus.jackson.map.ser.std.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(SerializerProvider, Throwable, Object, int) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
 
wrapAndThrow(Throwable, Object, String) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
已过时。
Use version that takes SerializerProvider instead.
wrapAndThrow(Throwable, Object, int) - 类 中的方法org.codehaus.jackson.map.ser.std.SerializerBase
已过时。
Use version that takes SerializerProvider instead.
wrapException(Throwable) - 类 中的方法org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
wrapInstantiationProblem(Throwable, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
 
wrapperType(Class<?>) - 类 中的静态方法org.codehaus.jackson.map.util.ClassUtil
Helper method for finding wrapper type for given primitive type (why isn't there one in JDK?)
wrapWithPath(Throwable, Object, String) - 异常错误 中的静态方法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) - 异常错误 中的静态方法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) - 异常错误 中的静态方法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[]) - 类 中的方法org.codehaus.jackson.io.SegmentedStringWriter
 
write(char[], int, int) - 类 中的方法org.codehaus.jackson.io.SegmentedStringWriter
 
write(int) - 类 中的方法org.codehaus.jackson.io.SegmentedStringWriter
 
write(String) - 类 中的方法org.codehaus.jackson.io.SegmentedStringWriter
 
write(String, int, int) - 类 中的方法org.codehaus.jackson.io.SegmentedStringWriter
 
write(char[]) - 类 中的方法org.codehaus.jackson.io.UTF8Writer
 
write(char[], int, int) - 类 中的方法org.codehaus.jackson.io.UTF8Writer
 
write(int) - 类 中的方法org.codehaus.jackson.io.UTF8Writer
 
write(String) - 类 中的方法org.codehaus.jackson.io.UTF8Writer
 
write(String, int, int) - 类 中的方法org.codehaus.jackson.io.UTF8Writer
 
write(byte[]) - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
 
write(byte[], int, int) - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
 
write(int) - 类 中的方法org.codehaus.jackson.util.ByteArrayBuilder
 
writeArrayFieldStart(String) - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeArrayValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeArrayValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
Method called after an array value has been completely output, and before another value is to be output.
writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeBinary(Base64Variant, byte[], int, int) - 类 中的方法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) - 类 中的方法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[]) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeBinaryField(String, byte[]) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that contains specified data in base64-encoded form.
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting literal Json boolean value (one of Strings 'true' and 'false').
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeBoolean(boolean) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeBooleanField(String, boolean) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a boolean value.
writeBytes(byte[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
Method for directly inserting specified bytes in output at current position.
writeEndArray() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeEndArray() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeEndArray() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeEndArray() - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after an Array value has been completely output (minus closing bracket).
writeEndArray() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeEndArray(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
writeEndArray() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeEndArray(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
writeEndArray() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeEndObject() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeEndObject() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeEndObject() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeEndObject() - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after an Object value has been completely output (minus closing curly bracket).
writeEndObject() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeEndObject(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
writeEndObject() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeEndObject(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
writeEndObject() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeFieldName(String) - 类 中的方法org.codehaus.jackson.impl.JsonWriteContext
Method that writer is to call before it writes a field name.
writeFieldName(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeFieldName(SerializedString) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeFieldName(String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeFieldName(SerializedString) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeFieldName(String) - 类 中的方法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(SerializedString) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method similar to JsonGenerator.writeFieldName(String), main difference being that it may perform better as some of processing (such as quoting of certain characters, or encoding into external encoding if supported by generator) can be done just once and reused for later calls.
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method similar to JsonGenerator.writeFieldName(String), main difference being that it may perform better as some of processing (such as quoting of certain characters, or encoding into external encoding if supported by generator) can be done just once and reused for later calls.
writeFieldName(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeFieldName(SerializedString) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeFieldName(String) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeFieldName(SerializedString) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeFieldName(String) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeFieldName(SerializedString) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeHeader() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
Method that can be called to explicitly write Smile document header.
writeIndentation(JsonGenerator, int) - 接口 中的方法org.codehaus.jackson.impl.Indenter
 
writeIndentation(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.FixedSpaceIndenter
 
writeIndentation(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.Lf2SpacesIndenter
 
writeIndentation(JsonGenerator, int) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter.NopIndenter
 
writeNull() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNull() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNull() - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting literal Json null value.
writeNull() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNull() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNull() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNullField(String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has JSON literal value null.
writeNumber(int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(long) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(double) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(float) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeNumber(int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(long) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(double) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(float) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeNumber(int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(long) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting given value as Json number.
writeNumber(double) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(float) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting indicate Json numeric value.
writeNumber(String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Write method that can be used for custom numeric types that can not be (easily?)
writeNumber(int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(long) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(double) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(float) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeNumber(int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(long) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(double) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(float) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(String) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeNumber(int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(long) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(double) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(float) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(BigDecimal) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(BigInteger) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumber(String) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeNumberField(String, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, long) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, double) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, float) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeNumberField(String, BigDecimal) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has the specified numeric value.
writeObject(Object) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeObject(Object) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for writing given Java object (POJO) as Json.
writeObject(Object) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeObject(Object) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeObjectEntrySeparator(JsonGenerator) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectEntrySeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectEntrySeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
Method called after an object entry (field:value) has been completely output, and before another value is to be output.
writeObjectField(String, Object) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has contents of specific Java object as its value.
writeObjectFieldStart(String) - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after an object field has been output, but before the value is output.
writeObjectFieldValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
Method called after an object field has been output, but before the value is output.
writeObjectFieldValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
Method called after an object field has been output, but before the value is output.
writer() - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Convenience method for constructing ObjectWriter with default settings.
writer(DateFormat) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified DateFormat; or, if null passed, using timestamp (64-bit number.
writer(PrettyPrinter) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified pretty printer for indentation (or if null, no pretty printer)
writer(FilterProvider) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified filter provider.
writer(FormatSchema) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will pass specific schema object to JsonGenerator used for writing content.
writeRaw(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeRaw(char) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeRaw(String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(char) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRaw(String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(char) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRaw(byte) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
Method for directly inserting specified byte in output at current position.
writeRaw(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRaw(char) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRaw(String) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(char) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRaw(String) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRaw(String, int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRaw(char[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRaw(char) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method similar to JsonGenerator.writeString(String) but that takes as its input a UTF-8 encoded String that is to be output as-is, without additional escaping (type of which depends on data format; backslashes for JSON).
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(String) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeRawValue(String, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeRawValue(char[], int, int) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeRawValue(String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method that will force generator to 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) - 类 中的方法org.codehaus.jackson.JsonGenerator
 
writeRawValue(char[], int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
 
writeRawValue(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRawValue(String, int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRawValue(char[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeRawValue(String) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(String, int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(char[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeRawValue(String) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(String, int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeRawValue(char[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
WriterBasedGenerator - org.codehaus.jackson.impl中的类
JsonGenerator that outputs JSON content using a Writer which handles character encoding.
WriterBasedGenerator(IOContext, int, ObjectCodec, Writer) - 类 的构造器org.codehaus.jackson.impl.WriterBasedGenerator
 
writeRootValueSeparator(JsonGenerator) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called after a root-level value has been completely output, and before another value is to be output.
writeRootValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
writeRootValueSeparator(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
writerWithDefaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using the default pretty printer for indentation
writerWithType(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.
writerWithType(JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.
writerWithType(TypeReference<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified root type, instead of actual runtime type of value.
writerWithView(Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Factory method for constructing ObjectWriter that will serialize objects using specified JSON View (filter).
writeStartArray() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeStartArray() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeStartArray() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeStartArray() - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called when an Array value is to be output, before any member/child values are output.
writeStartArray() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeStartArray(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
writeStartArray() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeStartArray(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
writeStartArray() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeStartObject() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeStartObject() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeStartObject() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeStartObject() - 类 中的方法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) - 接口 中的方法org.codehaus.jackson.PrettyPrinter
Method called when an Object value is to be output, before any fields are output.
writeStartObject() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeStartObject(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.DefaultPrettyPrinter
 
writeStartObject() - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeStartObject(JsonGenerator) - 类 中的方法org.codehaus.jackson.util.MinimalPrettyPrinter
 
writeStartObject() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeString(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeString(String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeString(String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting a String value.
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method for outputting a String value.
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method similar to JsonGenerator.writeString(String), but that takes SerializableString which can make this potentially more efficient to call as generator may be able to reuse quoted and/or encoded representation.
writeString(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeString(String) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeString(String) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeString(char[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeString(SerializableString) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeStringField(String, String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeStringField(String, String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeStringField(String, String) - 类 中的方法org.codehaus.jackson.JsonGenerator
Convenience method for outputting a field entry ("member") that has a String value.
writeStringField(String, String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
Method that JAX-RS container calls to serialize given value.
writeTree(JsonNode) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
writeTree(JsonNode) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to serialize given JSON Tree, using generator provided.
writeTree(JsonGenerator, JsonNode, SerializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method to serialize given Json Tree, using generator provided.
writeTree(JsonGenerator, JsonNode) - 类 中的方法org.codehaus.jackson.map.ObjectReader
NOTE: NOT implemented for ObjectReader.
writeTree(JsonGenerator, JsonNode) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method to serialize given Json Tree, using generator provided.
writeTree(JsonNode) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeTree(JsonNode) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeTypePrefixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as JSON Array value (not as JSON Object or scalar).
writeTypePrefixForArray(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Alternative version of the prefix-for-array method, which is given actual type to use (instead of using exact type of the value); typically a super type of actual value type
writeTypePrefixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as JSON Object value (not as JSON Array or scalar).
writeTypePrefixForObject(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Alternative version of the prefix-for-object method, which is given actual type to use (instead of using exact type of the value); typically a super type of actual value type
writeTypePrefixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypePrefixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called to write initial part of type information for given value, when it will be output as scalar JSON value (not as JSON Object or Array).
writeTypePrefixForScalar(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Alternative version of the prefix-for-scalar method, which is given actual type to use (instead of using exact type of the value); typically a super type of actual value type
writeTypeSuffixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypeSuffixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForArray(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called after value has been serialized, to close any scopes opened by earlier matching call to TypeSerializer.writeTypeSuffixForScalar(java.lang.Object, org.codehaus.jackson.JsonGenerator).
writeTypeSuffixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForObject(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called after value has been serialized, to close any scopes opened by earlier matching call to TypeSerializer.writeTypePrefixForObject(java.lang.Object, org.codehaus.jackson.JsonGenerator).
writeTypeSuffixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
 
writeTypeSuffixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
writeTypeSuffixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsWrapperTypeSerializer
 
writeTypeSuffixForScalar(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.TypeSerializer
Method called after value has been serialized, to close any scopes opened by earlier matching call to TypeSerializer.writeTypePrefixForScalar(java.lang.Object, org.codehaus.jackson.JsonGenerator).
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.JsonGenerator
Method similar to JsonGenerator.writeString(String) but that takes as its input a UTF-8 encoded String which has not been escaped using whatever escaping scheme data format requires (for JSON that is backslash-escaping for control characters and double-quotes; for other formats something else).
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.util.JsonGeneratorDelegate
 
writeUTF8String(byte[], int, int) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
writeValue() - 类 中的方法org.codehaus.jackson.impl.JsonWriteContext
 
writeValue(JsonGenerator, Object) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as JSON output, using Writer provided.
writeValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
writeValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using provided JsonGenerator.
writeValue(File, Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, written to File provided.
writeValue(OutputStream, Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using output stream provided (using encoding JsonEncoding.UTF8).
writeValue(Writer, Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as JSON output, using Writer provided.
writeValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.ObjectCodec
Method to serialize given Java Object, using generator provided.
writeValueAsBytes(Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as a byte array.
writeValueAsBytes(Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as a byte array.
writeValueAsString(Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method that can be used to serialize any Java value as a String.
writeValueAsString(Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method that can be used to serialize any Java value as a String.
wrongTokenException(JsonParser, JsonToken, String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
wrongTokenException(JsonParser, JsonToken, String) - 类 中的方法org.codehaus.jackson.map.DeserializationContext
Helper method for indicating that the current token was expected to be another token.

X

XmlAdapterJsonDeserializer - org.codehaus.jackson.xc中的类
 
XmlAdapterJsonDeserializer(XmlAdapter<Object, Object>) - 类 的构造器org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
XmlAdapterJsonSerializer - org.codehaus.jackson.xc中的类
 
XmlAdapterJsonSerializer(XmlAdapter<Object, Object>) - 类 的构造器org.codehaus.jackson.xc.XmlAdapterJsonSerializer
 

Z

zigzagDecode(int) - 类 中的静态方法org.codehaus.jackson.smile.SmileUtil
 
zigzagDecode(long) - 类 中的静态方法org.codehaus.jackson.smile.SmileUtil
 
zigzagEncode(int) - 类 中的静态方法org.codehaus.jackson.smile.SmileUtil
 
zigzagEncode(long) - 类 中的静态方法org.codehaus.jackson.smile.SmileUtil
 

_

_abstractTypeResolvers - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
List of objects that may be able to resolve abstract types to concrete types.
_abstractTypes - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)
_acceptBoolean - 类 中的变量org.codehaus.jackson.map.deser.AbstractDeserializer
 
_acceptDouble - 类 中的变量org.codehaus.jackson.map.deser.AbstractDeserializer
 
_acceptInt - 类 中的变量org.codehaus.jackson.map.deser.AbstractDeserializer
 
_acceptString - 类 中的变量org.codehaus.jackson.map.deser.AbstractDeserializer
 
_accessorMethod - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Accessor method used to get property value, for method-accessible properties.
_accessorMethod - 类 中的变量org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
_actualType - 类 中的变量org.codehaus.jackson.map.type.HierarchicType
Type which will be either plain Class or ParameterizedType.
_add(Annotation) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotationMap
 
_addClassMixIns(AnnotationMap, Class<?>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
Helper method for adding any mix-in annotations specified class might have.
_addClassMixIns(AnnotationMap, Class<?>, Class<?>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addConstructorMixIns(Class<?>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addCreators() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method for collecting basic information on constructor(s) found
_addDeserializerConstructors(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_addDeserializerFactoryMethods(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_addFactoryMixIns(Class<?>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addFieldMixIns(Class<?>, Class<?>, Map<String, AnnotatedField>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
Method called to add field mix-ins from given mix-in class (and its fields) into already collected actual fields (from introspected classes and their super-classes)
_addFields(Map<String, AnnotatedField>, Class<?>) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addFields() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method for collecting basic information on all fields found
_addInjectables() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_additionalDeserializers - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
List of providers for additional deserializers, checked before considering default basic or bean deserializers.
_additionalKeyDeserializers - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
List of providers for additional key deserializers, checked before considering standard key deserializers.
_additionalKeySerializers - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
 
_additionalSerializers - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
List of providers for additional serializers, checked before considering default basic or bean serialializers.
_addMemberMethods(Class<?>, MethodFilter, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMethodMixIns(Class<?>, MethodFilter, AnnotatedMethodMap, Class<?>, AnnotatedMethodMap) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMethods() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method for collecting basic information on all fields found
_addMixOvers(Constructor<?>, AnnotatedConstructor, boolean) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMixOvers(Method, AnnotatedMethod, boolean) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_addMixUnders(Method, AnnotatedMethod) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
Method that will add annotations from specified source method to target method, but only if target does not yet have them.
_addPlaceholder(String) - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
_annotated - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorProperty
Placeholder that represents constructor parameter, when it is created from actual constructor.
_annotated - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
 
_annotated - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
 
_annotated - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
 
_annotationIntrospector - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Filter used to determine which annotations to gather; used to optimize things so that unnecessary annotations are ignored.
_annotationIntrospector - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_annotationIntrospector - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_annotationIntrospector - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Introspector used for accessing annotation value based configuration.
_annotationIntrospector - 类 中的变量org.codehaus.jackson.map.ser.PropertyBuilder
 
_annotations - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedMember
 
_annotations - 类 中的变量org.codehaus.jackson.map.introspect.AnnotationMap
 
_anyGetter - 类 中的变量org.codehaus.jackson.map.ser.AnyGetterWriter
 
_anyGetter - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerBuilder
Writer used for "any getter" properties, if any.
_anyGetterMethod - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_anyGetters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_anyGetterWriter - 类 中的变量org.codehaus.jackson.map.ser.std.BeanSerializerBase
Handler for JsonAnyGetter annotated properties
_anySetter - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Fallback setter used for handling any properties that are not mapped to regular setters.
_anySetter - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Fallback setter used for handling any properties that are not mapped to regular setters.
_anySetterMethod - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_anySetters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_append(JsonToken) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
_append(JsonToken, Object) - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
_appendOffset - 类 中的变量org.codehaus.jackson.util.TokenBuffer
Offset within last segment,
_appendPathDesc(StringBuilder) - 异常错误 中的方法org.codehaus.jackson.map.JsonMappingException
 
_appliesFor - 类 中的变量org.codehaus.jackson.map.ObjectMapper.DefaultTypeResolverBuilder
Definition of what types is this default typer valid for.
_arrayBuilders - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
 
_arrayDeserializers - 类 中的静态变量org.codehaus.jackson.map.deser.BasicDeserializerFactory
And finally, we have special array deserializers for primitive array types
_arrayIndenter - 类 中的变量org.codehaus.jackson.util.DefaultPrettyPrinter
By default, let's use only spaces to separate array values.
_arrayListSuperInterfaceChain(HierarchicType) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_arraySerializers - 类 中的静态变量org.codehaus.jackson.map.ser.BasicSerializerFactory
 
_arrayType - 类 中的变量org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
 
_assertSubclass(Class<?>, Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
 
_backProperty - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
_backRefProperties - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Back-reference properties this bean contains (if any)
_backRefs - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
We may also have one or more back reference fields (usually zero or one).
_base - 类 中的变量org.codehaus.jackson.map.MapperConfig
Immutable container object for simple configuration settings.
_basePackageName - 类 中的变量org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
Package name of the base class, to be used for determining common prefix that can be omitted from included type id.
_basePackagePrefix - 类 中的变量org.codehaus.jackson.map.jsontype.impl.MinimalClassNameIdResolver
Same as MinimalClassNameIdResolver._basePackageName, but includes trailing dot.
_baseType - 类 中的变量org.codehaus.jackson.map.deser.AbstractDeserializer
 
_baseType - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_baseType - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
Common base type for all polymorphic instances handled.
_beanDesc - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
 
_beanDesc - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerBuilder
 
_beanDesc - 类 中的变量org.codehaus.jackson.map.ser.PropertyBuilder
 
_beanProperties - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Mapping of property names to properties, built when all properties to use have been successfully resolved.
_beanProperties - 类 中的变量org.codehaus.jackson.mrbean.BeanBuilder
 
_beanType - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Declared type of the bean this deserializer handles.
_bigEndian - 类 中的变量org.codehaus.jackson.impl.ByteSourceBootstrapper
 
_bigEndian - 枚举 中的变量org.codehaus.jackson.JsonEncoding
 
_binaryValue - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
We will hold on to decoded binary data, for duration of current event, so that multiple calls to JsonParserMinimalBase.getBinaryValue(org.codehaus.jackson.Base64Variant) will not need to decode data more than once.
_bind(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Actual implementation of value reading+binding operation.
_bindAndClose(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
_bindAndCloseAsTree(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
_bindAsTree(JsonParser) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
_bindings - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
We may need type bindings for the bean type.
_bindings - 类 中的变量org.codehaus.jackson.map.type.TypeBindings
Lazily-instantiated bindings of resolved type parameters
_booleanCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_buckets - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Overflow buckets; if primary doesn't match, lookup is done from here.
_buffer - 类 中的变量org.codehaus.jackson.format.InputAccessor.Std
 
_buffer - 类 中的变量org.codehaus.jackson.io.SegmentedStringWriter
 
_bufferedAmount - 类 中的变量org.codehaus.jackson.format.InputAccessor.Std
Number of bytes in InputAccessor.Std._buffer that are valid buffered content.
_bufferedData - 类 中的变量org.codehaus.jackson.format.DataFormatMatcher
Content read during format matching process
_bufferedLength - 类 中的变量org.codehaus.jackson.format.DataFormatMatcher
Number of bytes in DataFormatMatcher._bufferedData that were read.
_bufferRecyclable - 类 中的变量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.
_bufferRecyclable - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Flag that indicates whether the output buffer is recycable (and needs to be returned to recycler once we are done) or not.
_bufferRecyclable - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
Flag that indicates whether the input buffer is recycable (and needs to be returned to recycler once we are done) or not.
_bufferRecyclable - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Flag that indicates whether the output buffer is recycable (and needs to be returned to recycler once we are done) or not.
_bufferRecyclable - 类 中的变量org.codehaus.jackson.smile.SmileParser
Flag that indicates whether the input buffer is recycable (and needs to be returned to recycler once we are done) or not.
_bufferRecycler - 类 中的变量org.codehaus.jackson.io.IOContext
Recycler used for actual allocation/deallocation/reuse
_byteArrayBuilder - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
ByteArrayBuilder is needed if 'getBinaryValue' is called.
_byteBuffers - 类 中的变量org.codehaus.jackson.util.BufferRecycler
 
_byteBuilder - 类 中的变量org.codehaus.jackson.io.JsonStringEncoder
Lazily-constructed builder used for UTF-8 encoding of text values (quoted and unquoted)
_byteBuilder - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
 
_bytesPerChar - 类 中的变量org.codehaus.jackson.impl.ByteSourceBootstrapper
 
_bytesWritten - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Let's keep track of how many bytes have been output, may prove useful when debugging.
_cachedArrayListType - 类 中的变量org.codehaus.jackson.map.type.TypeFactory
Lazily constructed copy of type hierarchy from ArrayList to its supertypes.
_cachedDeserializers - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializerProvider
We will also cache some dynamically constructed deserializers; specifically, ones that are expensive to construct.
_cachedHashMapType - 类 中的变量org.codehaus.jackson.map.type.TypeFactory
Lazily constructed copy of type hierarchy from HashMap to its supertypes.
_cacheKey - 类 中的变量org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
We'll reuse key class to avoid unnecessary instantiations; since this is not shared between threads, we can just reuse single instance.
_calcName(Class<?>) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
_calendarClass - 类 中的变量org.codehaus.jackson.map.deser.std.CalendarDeserializer
We may know actual expected type; if so, it will be used for instantiation.
_canonicalize - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Whether any canonicalization should be attempted (whether using intern or not)
_cantHappen() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_cfgCheckCanDeserialize - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Whether we want to actually check that Jackson has a deserializer for given type.
_cfgCheckCanSerialize - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Whether we want to actually check that Jackson has a serializer for given type.
_cfgCustomUntouchables - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Set of types (classes) that provider should ignore for data binding
_cfgDelegateToTextual - 类 中的变量org.codehaus.jackson.smile.SmileFactory
Whether non-supported methods (ones trying to output using char-based targets like Writer, for example) should be delegated to regular Jackson JSON processing (if set to true); or throw UnsupportedOperationException (if set to false)
_cfgEmptyStringsAsObjects - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
Are we allowed to convert empty Strings to null objects?
_cfgFailOnUnknownId - 类 中的变量org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
Flag that indicates whether request for an unknown filter id should result an exception (default) or not.
_cfgNumbersAsStrings - 类 中的变量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 - 类 中的变量org.codehaus.jackson.JsonGenerator
Object that handles pretty-printing (usually additional white space to make results more human-readable) during output.
_cfgSerializationType - 类 中的变量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.
_characterEscapes - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Definition of custom character escapes to use for generators created by this factory, if any.
_characterEscapes - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Definition of custom character escapes to use for generators created by this factory, if any.
_characterEscapes - 类 中的变量org.codehaus.jackson.JsonFactory
Definition of custom character escapes to use for generators created by this factory, if any.
_charBuffer - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Intermediate buffer in which characters of a String are copied before being encoded.
_charBuffer - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Intermediate buffer in which characters of a String are copied before being encoded.
_charBufferLength - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Length of _charBuffer
_charBufferLength - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
 
_charBuffers - 类 中的变量org.codehaus.jackson.util.BufferRecycler
 
_checkIsNumber() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
_child - 类 中的变量org.codehaus.jackson.impl.JsonReadContext
 
_child - 类 中的变量org.codehaus.jackson.impl.JsonWriteContext
 
_children - 类 中的变量org.codehaus.jackson.node.ArrayNode
 
_children - 类 中的变量org.codehaus.jackson.node.ObjectNode
 
_class - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Class for which annotations apply, and that owns other components (constructors, methods)
_class - 类 中的变量org.codehaus.jackson.map.jsontype.NamedType
 
_class - 类 中的变量org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
_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 - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Combined list of Jackson annotations that the class has, including inheritable ones from super classes and interfaces
_classDef - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Low-level introspected class information (methods, fields etc)
_classInfo - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
Information collected about the class introspected.
_classIntrospector - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Introspector used to figure out Bean properties needed for bean serialization and deserialization.
_classLoader - 类 中的变量org.codehaus.jackson.mrbean.AbstractTypeMaterializer
We will use per-materializer class loader for now; would be nice to find a way to reduce number of class loaders (and hence number of generated classes!)
_classMappings - 类 中的变量org.codehaus.jackson.map.module.SimpleDeserializers
 
_classMappings - 类 中的变量org.codehaus.jackson.map.module.SimpleKeyDeserializers
 
_classMappings - 类 中的变量org.codehaus.jackson.map.module.SimpleSerializers
Class-based mappings that are used both for exact and sub-class matches.
_classMappings - 类 中的变量org.codehaus.jackson.map.module.SimpleValueInstantiators
Mappings from raw (type-erased, i.e. non-generic) types to matching ValueInstantiator instances.
_classSignature(Class<?>, StringBuilder, boolean) - 类 中的静态方法org.codehaus.jackson.map.type.TypeBase
 
_closed - 类 中的变量org.codehaus.jackson.impl.JsonGeneratorBase
Flag that indicates whether generator is closed or not.
_closed - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Flag that indicates whether parser is closed or not.
_closed - 类 中的变量org.codehaus.jackson.node.TreeTraversingParser
Flag that indicates whether parser is closed or not.
_closed - 类 中的变量org.codehaus.jackson.util.TokenBuffer
 
_closed - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
 
_closeInput() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_closeInput() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_closeInput() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
 
_closeInput() - 类 中的方法org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
 
_closeInput() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_closeInput() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_closeParser - 类 中的变量org.codehaus.jackson.map.MappingIterator
Flag that indicates whether input JsonParser should be closed when we are done or not; generally only called when caller did not pass JsonParser.
_codec - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
 
_collCount - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Total number of Names in collision buckets (included in _count along with primary entries)
_collectAndResolve(AnnotatedClass, NamedType, MapperConfig<?>, AnnotationIntrospector, HashMap<NamedType, NamedType>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
Method called to find subtypes for a specific type (class)
_collectionType - 类 中的变量org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
_collectionType - 类 中的变量org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
_collectRelevantAnnotations(Annotation[][]) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_collectRelevantAnnotations(Annotation[]) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_collEnd - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Index of the first unused collision bucket entry (== size of the used portion of collision list): less than or equal to 0xFF (255), since max number of entries is 255 (8-bit, minus 0 used as 'empty' marker)
_collList - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Array of heads of collision bucket chains; size dynamically
_columnNr - 类 中的变量org.codehaus.jackson.impl.JsonReadContext
 
_componentType - 类 中的变量org.codehaus.jackson.map.type.ArrayType
Type of elements in the array.
_concatCBuffer - 类 中的变量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.
_concrete - 类 中的静态变量org.codehaus.jackson.map.ser.BasicSerializerFactory
Since these are all JDK classes, we shouldn't have to worry about ClassLoader used to load them.
_concreteLazy - 类 中的静态变量org.codehaus.jackson.map.ser.BasicSerializerFactory
Actually it may not make much sense to eagerly instantiate all kinds of serializers: so this Map actually contains class references, not instances
_config - 类 中的变量org.codehaus.jackson.map.DeserializationContext
 
_config - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_config - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Configuration settings
_config - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
 
_config - 类 中的变量org.codehaus.jackson.map.ObjectReader
General serialization configuration settings; while immutable, can use copy-constructor to create modified instances as necessary.
_config - 类 中的变量org.codehaus.jackson.map.ObjectWriter
General serialization configuration settings
_config - 类 中的变量org.codehaus.jackson.map.ser.PropertyBuilder
 
_config - 类 中的变量org.codehaus.jackson.map.SerializerProvider
Serialization configuration to use for serialization processing.
_configAndWriteValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method called to configure the generator as necessary and then call write functionality
_configAndWriteValue(JsonGenerator, Object, Class<?>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
_configAndWriteValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.map.ObjectWriter
Method called to configure the generator as necessary and then call write functionality
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.BooleanBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.ByteBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.DoubleBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.FloatBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.IntBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.LongBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.ArrayBuilders.ShortBuilder
 
_constructArray(int) - 类 中的方法org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
_constructConstructor(Constructor<?>, boolean) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructCreatorMethod(Method) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructError(String, Throwable) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_constructError(String) - 类 中的方法org.codehaus.jackson.JsonParser
Helper method for constructing JsonParseExceptions based on current state of the parser
_constructField(Field) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructMethod(Method) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_constructNoTypeResolverBuilder() - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
Helper method for dealing with "no type info" marker; can't be null (as it'd be replaced by default typing)
_constructor - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedConstructor
 
_constructorArguments - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_constructors - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Single argument constructors the class has, if any.
_constructStdTypeResolverBuilder() - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
Helper method for constructing standard TypeResolverBuilder implementation.
_constructType(Type, TypeBindings) - 类 中的方法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).
_constructWriter(SerializationConfig, TypeBindings, PropertyBuilder, boolean, String, AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.ser.BeanSerializerFactory
Secondary helper method for constructing BeanPropertyWriter for given member (field or method).
_containedIn(Class<?>, HashSet<ClassKey>) - 类 中的静态方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
_context - 类 中的变量org.codehaus.jackson.impl.ByteSourceBootstrapper
 
_context - 类 中的变量org.codehaus.jackson.io.MergedStream
 
_context - 类 中的变量org.codehaus.jackson.io.UTF8Writer
 
_context - 类 中的变量org.codehaus.jackson.map.MappingIterator
 
_contextAnnotations - 类 中的变量org.codehaus.jackson.map.BeanProperty.Std
Annotations defined in the context class (if any); may be null if no annotations were found
_contextAnnotations - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Class that contains this property (either class that declares the property or one of its subclasses), class that is deserialized using deserializer that contains this property.
_contextAnnotations - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Annotations from context (most often, class that declares property, or in case of sub-class serializer, from that sub-class)
_contextClass - 类 中的变量org.codehaus.jackson.map.type.TypeBindings
Specific class to use for resolving all types, for methods and fields class and its superclasses and -interfaces contain.
_contextType - 类 中的变量org.codehaus.jackson.map.type.TypeBindings
Context type used for resolving all types, if specified.
_convert(Object, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
_copyTo(Object, int, Object[], int) - 类 中的方法org.codehaus.jackson.map.util.ObjectBuffer
 
_count - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Total number of Names in the symbol table; only used for child tables.
_createAndCache2(DeserializationConfig, JavaType, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
Method that handles actual construction (via factory) and caching (both intermediate and eventual)
_createAndCacheUntypedSerializer(Class<?>, BeanProperty) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
Method that will try to construct a value serializer; and if one is successfully created, cache it for reuse.
_createAndCacheUntypedSerializer(JavaType, BeanProperty) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
_createAndCacheValueDeserializer(DeserializationConfig, JavaType, BeanProperty) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates desired context object.
_createDeserializationContext(JsonParser, DeserializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
_createDeserializationContext(JsonParser, DeserializationConfig) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
_createDeserializer(DeserializationConfig, JavaType, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_createFromStringFallbacks(String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_createJsonGenerator(Writer, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates generator for given Writer and context object.
_createJsonGenerator(Writer, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Overridable factory method that actually instantiates desired generator.
_createJsonGenerator(OutputStream, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
 
_createJsonParser(InputStream, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates desired parser given InputStream and context object.
_createJsonParser(Reader, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates parser using given Reader object for reading content.
_createJsonParser(byte[], int, int, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates parser using given Reader object for reading content passed as raw byte array.
_createJsonParser(InputStream, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Overridable factory method that actually instantiates desired parser.
_createJsonParser(Reader, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Overridable factory method that actually instantiates desired parser.
_createJsonParser(byte[], int, int, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
Overridable factory method that actually instantiates desired parser.
_createUntypedSerializer(JavaType, BeanProperty) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
_createUTF8JsonGenerator(OutputStream, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
Overridable factory method that actually instantiates generator for given OutputStream and context object, using UTF-8 encoding.
_createWriter(OutputStream, JsonEncoding, IOContext) - 类 中的方法org.codehaus.jackson.JsonFactory
 
_createWriter(OutputStream, JsonEncoding, IOContext) - 类 中的方法org.codehaus.jackson.smile.SmileFactory
 
_creator - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
Single-arg constructor we use for value instantiation.
_creatorMethods - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Single argument static methods that might be usable as factory methods
_creatorMinLevel - 类 中的变量org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_creatorProperties - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_ctorParameters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
_currentEscape - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
When custom escapes are used, this member variable can be used to store escape to use
_currentName - 类 中的变量org.codehaus.jackson.impl.JsonReadContext
 
_currentName - 类 中的变量org.codehaus.jackson.impl.JsonWriteContext
Name of the field of which value is to be parsed; only used for OBJECT contexts
_currentObject() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
_currInputProcessed - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Number of characters/bytes that were contained in previous blocks (blocks that were already processed prior to the current buffer).
_currInputRow - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Current row location of current point in input buffer, starting from 1, if available.
_currInputRowStart - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Current index of the first character of the current row in input buffer.
_currToken - 类 中的变量org.codehaus.jackson.JsonParser
Last token retrieved via JsonParser.nextToken(), if any.
_customIdResolver - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_dataHandlerDeserializer - 类 中的变量org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_dataHandlerSerializer - 类 中的变量org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_dateFormat - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
 
_dateFormat - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Custom date format to use for de-serialization.
_dateFormat - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Lazily acquired and instantiated formatter object: initialized first time it is needed, reused afterwards.
_declaredType - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Type property is declared to have, either in class definition or associated annotations.
_decodeBase64(String, ByteArrayBuilder, Base64Variant) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
Helper method that can be used for base64 decoding in cases where encoded content has already been read as a String.
_decodeBase64(Base64Variant) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Efficient handling for incremental parsing of base64-encoded textual content.
_decodeBase64(Base64Variant) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Efficient handling for incremental parsing of base64-encoded textual content.
_decodeBase64(Base64Variant) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_decodeBase64Escape(Base64Variant, int, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_decodeBase64Escape(Base64Variant, char, int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_decodeCharForError(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_decodeEscaped() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
Method that sub-classes must implement to support escaped sequences in base64-encoded sections.
_decodeEscaped() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_decodeEscaped() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_decodeShortAsciiValue(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_decodeShortUnicodeValue(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_decodeSurrogate(int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_defaultAnnotationsToUse - 类 中的变量org.codehaus.jackson.jaxrs.MapperConfigurator
Annotations set to use by default; overridden by explicit call to MapperConfigurator.setAnnotationsToUse(org.codehaus.jackson.jaxrs.Annotations[])
_defaultBean - 类 中的变量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 - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_defaultConstructor - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Default constructor of the annotated class, if it has one.
_defaultCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
Default (no-argument) constructor to use for instantiation (with StdValueInstantiator.createUsingDefault())
_defaultFilter - 类 中的变量org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
This is the filter we return in case no mapping was found for given id; default is 'null' (in which case caller typically reports an error), but can be set to an explicit filter.
_defaultImpl - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_defaultImpl - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
Type to use as the default implementation, if type id is missing or can not be resolved.
_defaultImplDeserializer - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_defaultMapper - 类 中的变量org.codehaus.jackson.jaxrs.MapperConfigurator
If no mapper was specified when constructed, and no configuration calls are made, a default mapper is constructed.
_defaultPackage - 类 中的变量org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Package name to use as prefix for generated classes.
_defaultPrettyPrinter() - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Helper method that should return default pretty-printer to use for generators constructed by this mapper, when instructed to use default pretty printer.
_defaultState - 枚举 中的变量org.codehaus.jackson.smile.SmileGenerator.Feature
 
_defaultTypeId(Class<?>) - 类 中的静态方法org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
If no name was explicitly given for a class, we will just use non-qualified class name
_defaultValues - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
If some property values must always have a non-null value (like primitive types do), this array contains such default values.
_delegate - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.InnerClassProperty
Actual property that we use after value construction.
_delegateCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_delegateCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_delegateDeserializer - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.
_delegateDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.CollectionDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.
_delegateDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.
_delegateDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
Deserializer that is used iff delegate-based creator is to be used for deserializing from JSON Object.
_delegateType - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_desc(String) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
_deserializationConfig - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Configuration object that defines basic global settings for the serialization process
_deserialize(JsonParser, DeserializationContext, Object, int) - 类 中的方法org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.CharsetDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.CurrencyDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.InetAddressDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.LocaleDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.PatternDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.TimeZoneDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.URIDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.URLDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.UUIDDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.ext.CoreXMLDeserializers.DurationDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.ext.CoreXMLDeserializers.QNameDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.ext.DOMDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.ext.DOMDeserializer.DocumentDeserializer
 
_deserialize(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.ext.DOMDeserializer.NodeDeserializer
 
_deserializeEmbedded(Object, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer
 
_deserializeEmbedded(Object, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.FromStringDeserializer.UUIDDeserializer
 
_deserializeIfNatural(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.AbstractDeserializer
 
_deserializeIfNatural(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
Helper method used to check if given parser might be pointing to a "natural" value, and one that would be acceptable as the result value (compatible with declared base type)
_deserializer - 类 中的变量org.codehaus.jackson.map.MappingIterator
 
_deserializer - 类 中的变量org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
_deserializerProvider - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Object that manages access to deserializers used for deserializing JSON content into Java objects, including possible caching of the deserializers.
_deserializers - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
For efficient operation we will lazily build mappings from type ids to actual deserializers, once needed.
_deserializers - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_deserializeTypedUsingDefaultImpl(JsonParser, DeserializationContext, TokenBuffer) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
_deserializeUsingCreator(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.MapDeserializer
 
_deserializeUsingPropertyBased(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Method called to deserialize bean using "property-based creator": this means that a non-default constructor or factory method is called, and then possibly other setters.
_deserProvider - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
 
_detectors - 类 中的变量org.codehaus.jackson.format.DataFormatDetector
Ordered list of factories which both represent data formats to detect (in precedence order, starting with highest) and are used for actual detection.
_directClassMappings - 类 中的变量org.codehaus.jackson.map.deser.CustomDeserializerFactory
已过时。
Direct mappings that are used for exact class and interface type matches.
_directClassMappings - 类 中的变量org.codehaus.jackson.map.ser.CustomSerializerFactory
Direct mappings that are only used for exact class type matches, but not for sub-class checks.
_dirty - 类 中的变量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.
_doAddInjectable(Object, AnnotatedMember) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_doFindDeserializationType(Annotated, JavaType, String) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_doFindSuperInterfaceChain(HierarchicType, Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_domImpl - 类 中的变量org.codehaus.jackson.map.ext.DOMSerializer
 
_doubleCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_dynamicSerializers - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
In case serializer is not known statically (i.e.
_dynamicSerializers - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
If element type can not be statically determined, mapping from runtime type to serializer is handled using this object
_dynamicSerializers - 类 中的变量org.codehaus.jackson.map.ser.std.ObjectArraySerializer
If element type can not be statically determined, mapping from runtime type to serializer is handled using this object
_dynamicValueSerializers - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
If value type can not be statically determined, mapping from runtime value types to serializers are stored in this object.
_elementClass - 类 中的变量org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
Type of contained elements: needed for constructing actual result array
_elementDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
Element deserializer
_elementSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Value serializer to use, if it can be statically determined
_elementSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.ObjectArraySerializer
Value serializer to use, if it can be statically determined.
_elementSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
Value serializer to use, if it's not the standard one (if it is we can optimize serialization a lot)
_elementType - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
_elementType - 类 中的变量org.codehaus.jackson.map.ser.std.ObjectArraySerializer
Declared type of element entries
_elementType - 类 中的变量org.codehaus.jackson.map.type.CollectionLikeType
Type of elements in collection
_elementTypeDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it
_emptyArray - 类 中的变量org.codehaus.jackson.map.type.ArrayType
We will also keep track of shareable instance of empty array, since it usually needs to be constructed any way; and because it is essentially immutable and thus can be shared.
_encoding - 类 中的变量org.codehaus.jackson.io.IOContext
Encoding used by the underlying stream, if known.
_entityBuffer - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
6 character temporary buffer allocated if needed, for constructing escape sequences
_entityBuffer - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Short (14 char) temporary buffer allocated if needed, for constructing escape sequences
_enumClass - 类 中的变量org.codehaus.jackson.map.deser.std.EnumDeserializer.FactoryBasedDeserializer
 
_enumClass - 类 中的变量org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
_enumClass - 类 中的变量org.codehaus.jackson.map.deser.std.EnumSetDeserializer
 
_enumClass - 类 中的变量org.codehaus.jackson.map.util.EnumResolver
 
_enumDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.EnumSetDeserializer
 
_enums - 类 中的变量org.codehaus.jackson.map.util.EnumResolver
 
_enumsById - 类 中的变量org.codehaus.jackson.map.util.EnumResolver
 
_enumSerializerOverride - 类 中的变量org.codehaus.jackson.map.ser.CustomSerializerFactory
And for Enum handling we may specify a single default serializer to use, regardless of actual enumeration.
_expLength - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Length of the exponent part of the number, if any, not including 'e' marker or sign, just digits.
_externalTypeIdHandler - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Handler that we need iff any of properties uses external type id.
_factory - 类 中的变量org.codehaus.jackson.map.deser.std.EnumDeserializer.FactoryBasedDeserializer
 
_factory - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializerProvider
Factory responsible for constructing actual deserializers, if not one of pre-configured types.
_factoryConfig - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
_factoryConfig - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerFactory
Configuration settings for this factory; immutable instance (just like this factory), new version created via copy-constructor (fluent-style)
_featureFlags - 类 中的变量org.codehaus.jackson.map.DeserializationContext
 
_featureFlags - 类 中的变量org.codehaus.jackson.mrbean.AbstractTypeMaterializer
Bit set that contains all enabled features
_features - 类 中的变量org.codehaus.jackson.impl.JsonGeneratorBase
Bit flag composed of bits that indicate which JsonGenerator.Features are enabled.
_features - 类 中的变量org.codehaus.jackson.JsonParser
Bit flag composed of bits that indicate which JsonParser.Features are enabled.
_field - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.FieldProperty
Actual field to set when deserializing this property.
_field - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedField
 
_field - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Field that contains the property value for field-accessible properties.
_fieldMinLevel - 类 中的变量org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_fieldName - 类 中的变量org.codehaus.jackson.map.JsonMappingException.Reference
Name of field (for beans) or key (for Maps) that is part of the reference.
_fields - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Member fields of interest: ones that are either public, or have at least one annotation.
_fields - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
_filteredProperties - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerBuilder
Optional array of filtered property writers; if null, no view-based filtering is performed.
_filteredProps - 类 中的变量org.codehaus.jackson.map.ser.std.BeanSerializerBase
Optional filters used to suppress output of properties that are only to be included in certain views
_filterId - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerBuilder
Id of the property filter to use for POJO, if any.
_filterProvider - 类 中的变量org.codehaus.jackson.map.SerializationConfig
Object used for resolving filter ids to filter instances.
_filtersById - 类 中的变量org.codehaus.jackson.map.ser.impl.SimpleFilterProvider
Mappings from ids to filters.
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
 
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.impl.UnwrappingBeanPropertyWriter
 
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
_findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
_findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
_findAndAddDynamic(PropertySerializerMap, Class<?>, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
_findAndAddDynamic(PropertySerializerMap, JavaType, SerializerProvider) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
_findCachedDesc(JavaType) - 类 中的方法org.codehaus.jackson.map.introspect.BasicClassIntrospector
Method called to see if type is one of core JDK types that we have cached for efficiency.
_findCachedDeserializer(JavaType) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_findCustomArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomArrayDeserializer(ArrayType, DeserializationConfig, DeserializerProvider, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomBeanDeserializer(JavaType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomCollectionDeserializer(CollectionType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomCollectionLikeDeserializer(CollectionLikeType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomEnumDeserializer(Class<?>, DeserializationConfig, BasicBeanDescription, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomEnumDeserializer(Class<?>, DeserializationConfig, BasicBeanDescription, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomMapDeserializer(MapType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomMapLikeDeserializer(MapLikeType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomMapLikeDeserializer(MapLikeType, DeserializationConfig, DeserializerProvider, BasicBeanDescription, BeanProperty, KeyDeserializer, TypeDeserializer, JsonDeserializer<?>) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findCustomTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BasicDeserializerFactory
 
_findCustomTreeNodeDeserializer(Class<? extends JsonNode>, DeserializationConfig, BeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_findDefaultImplDeserializer(DeserializationContext) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_findDeserializer(DeserializationContext, String) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_findExplicitUntypedSerializer(Class<?>, BeanProperty) - 类 中的方法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.
_findInterfaceMapping(Class<?>, ClassKey) - 类 中的方法org.codehaus.jackson.map.module.SimpleSerializers
 
_findInterfaceMapping(Class<?>, ClassKey) - 类 中的方法org.codehaus.jackson.map.ser.CustomSerializerFactory
 
_findPropertyFields(Collection<String>, boolean) - 类 中的方法org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_findRootDeserializer(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method called to locate deserializer for the passed root-level value.
_findRootDeserializer(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectReader
Method called to locate deserializer for the passed root-level value.
_findSubclassDeserializer(DeserializationContext, Object, TokenBuffer) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Helper method called to (try to) locate deserializer for given sub-type of type that this deserializer handles.
_findSuperClassChain(Type, Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_findSuperInterfaceChain(Type, Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_findSuperTypeChain(Class<?>, Class<?>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
Helper method used to find inheritance (implements, extends) path between given types, if one exists (caller generally checks before calling this method).
_findTypeResolver(MapperConfig<?>, Annotated, JavaType) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
Helper method called to construct and initialize instance of TypeResolverBuilder if given annotated element indicates one is needed.
_findView(ObjectMapper, Annotation[]) - 类 中的方法org.codehaus.jackson.jaxrs.JacksonJsonProvider
 
_finishNumberToken(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_finishString() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_finishString() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_finishString() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_finishString() - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_finishString2() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_finishToken() - 类 中的方法org.codehaus.jackson.smile.SmileParser
Method called to finish parsing of a token so that token contents are retriable
_first - 类 中的变量org.codehaus.jackson.util.TokenBuffer
First segment, for contents this buffer has
_flushBuffer() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_flushBuffer() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_flushBuffer() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_forceTypeInformation - 类 中的变量org.codehaus.jackson.map.ser.std.JsonValueSerializer
This is a flag that is set in rare (?)
_forClass - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Class for which deserializer is built; used for accessing annotations during resolution phase (see BeanDeserializer.resolve(org.codehaus.jackson.map.DeserializationConfig, org.codehaus.jackson.map.DeserializerProvider)).
_formatISO8601 - 类 中的变量org.codehaus.jackson.map.util.StdDateFormat
 
_formatISO8601_z - 类 中的变量org.codehaus.jackson.map.util.StdDateFormat
 
_formatPlain - 类 中的变量org.codehaus.jackson.map.util.StdDateFormat
 
_formatRFC1123 - 类 中的变量org.codehaus.jackson.map.util.StdDateFormat
 
_forSerialization - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
True if introspection is done for serialization (giving precedence for serialization annotations), or not (false, deserialization)
_fractLength - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Length of the fractional part (not including decimal point or exponent), in characters.
_from - 类 中的变量org.codehaus.jackson.map.JsonMappingException.Reference
Object through which reference was resolved.
_fromArrayType(GenericArrayType, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_fromBooleanCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_fromClass(Class<?>, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_fromDoubleCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_fromIntCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_fromLongCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_fromParameterizedClass(Class<?>, List<JavaType>) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
Method used by TypeParser when generics-aware version is constructed.
_fromParamType(ParameterizedType, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
This method deals with parameterized types, that is, first class generic classes.
_fromStringCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_fromVariable(TypeVariable<?>, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_fromWildcard(WildcardType, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_function - 类 中的变量org.codehaus.jackson.map.util.JSONPObject
JSONP function name to use for serialization
_generatorFeatures - 类 中的变量org.codehaus.jackson.JsonFactory
Currently enabled generator features.
_generatorFeatures - 类 中的变量org.codehaus.jackson.util.TokenBuffer
Bit flag composed of bits that indicate which JsonGenerator.Features are enabled.
_genericType - 类 中的变量org.codehaus.jackson.map.type.HierarchicType
 
_getBufferRecycler() - 类 中的方法org.codehaus.jackson.JsonFactory
Method used by factory to create buffer recycler instances for parsers and generators.
_getByteArrayBuilder() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_getCharDesc(int) - 类 中的静态方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_getter - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.SetterlessProperty
Get method for accessing property value used to access property (of Collection or Map type) to modify.
_getterMinLevel - 类 中的变量org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_getters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
_getText2(JsonToken) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_getText2(JsonToken) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_got32BitFloat - 类 中的变量org.codehaus.jackson.smile.SmileParser
Specific flag that is set when we encountered a 32-bit floating point value; needed since numeric super classes do not track distinction between float and double, but Smile format does, and we want to retain that separation.
_handleApostropheValue() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_handleApostropheValue() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_handleContextualResolvable(JsonSerializer<Object>, BeanProperty) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
_handledType - 类 中的变量org.codehaus.jackson.map.ser.std.SerializerBase
 
_handleEOF() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
Method called when an EOF is encountered between tokens.
_handleEOF() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
Method sub-classes need to implement
_handleEOF() - 类 中的方法org.codehaus.jackson.node.TreeTraversingParser
 
_handleEOF() - 类 中的方法org.codehaus.jackson.util.TokenBuffer.Parser
 
_handleFieldName() - 类 中的方法org.codehaus.jackson.smile.SmileParser
Method that handles initial token type recognition for token that has to be either FIELD_NAME or END_OBJECT.
_handleInvalidNumberStart(int, boolean) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Method called if expected numeric value (due to leading sign) does not look like a number
_handleInvalidNumberStart(int, boolean) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Method called if expected numeric value (due to leading sign) does not look like a number
_handlerInstantiator - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Object used for creating instances of handlers (serializers, deserializers, type and type id resolvers), given class to instantiate.
_handleSingleArgumentConstructor(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, AnnotatedConstructor, boolean, boolean) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_handleSingleArgumentFactory(DeserializationConfig, BasicBeanDescription, VisibilityChecker<?>, AnnotationIntrospector, CreatorCollector, AnnotatedMethod, boolean) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
 
_handleUnexpectedValue(int) - 类 中的方法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) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_handleUnknownValueDeserializer(JavaType) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_handleUnrecognizedCharacterEscape(char) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_handleUnusualFieldName(int) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Method called when we see non-white space character other than double quote, when expecting a field name.
_hasDefaultCreator - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
 
_hashCode - 类 中的变量org.codehaus.jackson.map.jsontype.NamedType
 
_hashCode - 类 中的变量org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
_hashCode - 类 中的变量org.codehaus.jackson.sym.Name
 
_hashCode - 类 中的变量org.codehaus.jackson.type.JavaType
 
_hashMapSuperInterfaceChain(HierarchicType) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_hashToIndex(int) - 类 中的方法org.codehaus.jackson.sym.CharsToNameCanonicalizer
Helper method that takes in a "raw" hash value, shuffles it as necessary, and truncates to be used as the index.
_hasNextChecked - 类 中的变量org.codehaus.jackson.map.MappingIterator
Flag that is set when we have determined what MappingIterator.hasNextValue() should value; reset when MappingIterator.nextValue() is called
_idFrom(Object, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.ClassNameIdResolver
 
_idResolver - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_idResolver - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
_idToType - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
Mappings from type id to JavaType, used for deserialization
_idType - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_ignorableProperties - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
 
_ignorableProps - 类 中的变量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.
_ignorableProps - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Set of names of properties that are recognized but are to be ignored for deserialization purposes (meaning no exception is thrown, value is just skipped).
_ignoreAllUnknown - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Flag that can be set to ignore and skip unknown properties.
_ignoreAllUnknown - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Flag that can be set to ignore and skip unknown properties.
_ignoredEntries - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Set of entries to omit during serialization, if any
_ignoredPropertyNames - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
Set of properties that can be ignored during deserialization, due to being marked as ignored.
_ignoredPropertyNames - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Lazily collected list of properties that can be implicitly ignored during serialization; only updated when collecting information for deserialization purposes
_ignoredPropertyNamesForDeser - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_ignoredPropertyNamesForDeser - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Alternate set of property names that have been marked for explicit ignoral for deserialization: needed to deal with 1.x definition of ignorable with respect to "any setter" (see [JACKSON-313], [JACKSON-383])
_implementedType - 类 中的变量org.codehaus.jackson.mrbean.BeanBuilder
Abstract class or interface that the bean is created to extend or implement.
_in - 类 中的变量org.codehaus.jackson.format.InputAccessor.Std
 
_in - 类 中的变量org.codehaus.jackson.impl.ByteSourceBootstrapper
 
_includeAs - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_includeInViews - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Alternate set of property writers used when view-based filtering is available for the Bean.
_incompleteDeserializers - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializerProvider
During deserializer construction process we may need to keep track of partially completed deserializers, to resolve cyclic dependencies.
_index - 类 中的变量org.codehaus.jackson.JsonStreamContext
Index of the currently processed entry.
_index - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedParameter
Index of the parameter within argument list
_index - 类 中的变量org.codehaus.jackson.map.JsonMappingException.Reference
Index within a Collection instance that contained the reference; used if index is relevant and available.
_indexMask - 类 中的变量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) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Method called to ensure that given parser is ready for reading content for data binding.
_initForReading(JsonParser) - 类 中的静态方法org.codehaus.jackson.map.ObjectReader
 
_injectables - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
List of ValueInjectors, if any injectable values are expected by the bean; otherwise null.
_injectables - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Value injectors for deserialization
_injectables - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_injectables - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Lazily collected list of members that were annotated to indicate that they represent mutators for deserializer value injection.
_injectableValueId - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorProperty
Id of value to inject, if value injection should be used for this parameter (in addition to, or instead of, regular deserialization).
_injectableValues - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
 
_injectableValues - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Provider for values to inject in deserialized POJOs.
_injectableValues - 类 中的变量org.codehaus.jackson.map.ObjectReader
Values that can be injected during deserialization, if any.
_inputBuffer - 类 中的变量org.codehaus.jackson.impl.ByteSourceBootstrapper
 
_inputBuffer - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParser
Current buffer from which data is read; generally data is read into buffer from input source.
_inputBuffer - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
Current buffer from which data is read; generally data is read into buffer from input source.
_inputBuffer - 类 中的变量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.
_inputBuffer - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
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.
_inputBuffer - 类 中的变量org.codehaus.jackson.smile.SmileParser
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.
_inputDecorator - 类 中的变量org.codehaus.jackson.JsonFactory
Optional helper object that may decorate input sources, to do additional processing on input during parsing.
_inputEnd - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Index of character after last available one in the buffer.
_inputProcessed - 类 中的变量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.
_inputProcessed - 类 中的变量org.codehaus.jackson.smile.SmileParserBootstrapper
Current number of input units (bytes or chars) that were processed in previous blocks, before contents of current input buffer.
_inputPtr - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Pointer to next available character in buffer
_inputStream - 类 中的变量org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
Input stream that can be used for reading more content, if one in use.
_inputStream - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
 
_inputStream - 类 中的变量org.codehaus.jackson.smile.SmileParser
Input stream that can be used for reading more content, if one in use.
_inputType - 类 中的变量org.codehaus.jackson.map.deser.std.EnumDeserializer.FactoryBasedDeserializer
 
_intCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_interfaceMappings - 类 中的变量org.codehaus.jackson.map.module.SimpleSerializers
Interface-based matches.
_interfaceMappings - 类 中的变量org.codehaus.jackson.map.ser.CustomSerializerFactory
And finally interface-based matches.
_intern - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Whether canonical symbol Strings are to be intern()ed before added to the table or not
_intern - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Whether canonical symbol Strings are to be intern()ed before added to the table or not
_internalName - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Original internal name, derived from accessor, of this property.
_internalSettings - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
 
_intLength - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Length of integer part of the number, in characters
_ioContext - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
I/O context for this reader.
_ioContext - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
 
_ioContext - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
 
_ioContext - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
 
_isContainer - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
Flag that indicates whether property to handle is a container type (array, Collection, Map) or not.
_isDefaultDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
Flag that indicates whether value deserializer is the standard Jackson-provided one; if it is, we can use more efficient handling.
_isGetterMinLevel - 类 中的变量org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_isIgnorable(Annotated) - 类 中的方法org.codehaus.jackson.map.introspect.JacksonAnnotationIntrospector
 
_isIncludableMethod(Method, MethodFilter) - 类 中的方法org.codehaus.jackson.map.introspect.AnnotatedClass
 
_isTyped - 类 中的变量org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
Indicator of whether serializer stored has a type serializer wrapper around it or not; if not, it is "untyped" serializer; if it has, it is "typed"
_javaName - 枚举 中的变量org.codehaus.jackson.JsonEncoding
 
_jaxbIntrospectorClass - 类 中的变量org.codehaus.jackson.jaxrs.MapperConfigurator
To support optional dependency to Jackson-XC module (needed if and when JAXB annotations are used for configuration)
_jaxbPackageName - 类 中的变量org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_jsonFactory - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Factory used to create JsonParser and JsonGenerator instances as necessary.
_jsonFactory - 类 中的变量org.codehaus.jackson.map.ObjectReader
Factory used for constructing JsonGenerators
_jsonFactory - 类 中的变量org.codehaus.jackson.map.ObjectWriter
Factory used for constructing JsonGenerators
_jsonpFunctionName - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
JSONP function name to use for automatic JSONP wrapping, if any; if null, no JSONP wrapping is done.
_jsonValueGetters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method(s) marked with 'JsonValue' annotation
_jsonValueMethod - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
 
_keyClass - 类 中的变量org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
_keyDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
_keyDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
Key deserializer used, if not null.
_keyDeserializers - 类 中的变量org.codehaus.jackson.map.deser.std.StdKeyDeserializers
 
_keyDeserializers - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_keyEnums - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
If we know enumeration used as key, this will contain value set to use for serialization
_keySerializer - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Key serializer to use, if it can be statically determined
_keySerializer - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to output non-null keys of Maps (which will get output as JSON Objects), if not null; if null, us the standard default key serializer.
_keySerializers - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_keyType - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Declared type of keys
_keyType - 类 中的变量org.codehaus.jackson.map.type.MapLikeType
Type of keys of Map.
_knownSerializers - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
For fast lookups, we will have a local non-shared read-only map that contains serializers previously fetched.
_last - 类 中的变量org.codehaus.jackson.util.TokenBuffer
Last segment of this buffer, one that is used for appending more tokens
_lastClearedToken - 类 中的变量org.codehaus.jackson.JsonParser
Last cleared token, if any: that is, value that was in effect when JsonParser.clearCurrentToken() was called.
_lineNr - 类 中的变量org.codehaus.jackson.impl.JsonReadContext
 
_loadToHaveAtLeast(int) - 类 中的方法org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
Helper method that will try to load at least specified number bytes in input buffer, possible moving existing data around if necessary
_loadToHaveAtLeast(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Helper method that will try to load at least specified number bytes in input buffer, possible moving existing data around if necessary
_loadToHaveAtLeast(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
Helper method that will try to load at least specified number bytes in input buffer, possible moving existing data around if necessary
_locateTypeId(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsArrayTypeDeserializer
 
_location - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
 
_longCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_longestCollisionList - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
We need to keep track of the longest collision list; this is needed both to indicate problems with attacks and to allow flushing for other cases.
_longestCollisionList - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
We need to keep track of the longest collision list; this is needed both to indicate problems with attacks and to allow flushing for other cases.
_mainHash - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Array of 2^N size, which contains combination of 24-bits of hash (0 to indicate 'empty' slot), and 8-bit collision bucket index (0 to indicate empty collision bucket chain; otherwise subtract one from index)
_mainHashMask - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Mask used to truncate 32-bit hash value to current hash array size; essentially, hash array size - 1 (since hash array sizes are 2^N).
_mainNames - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Array that contains Name instances matching entries in _mainHash.
_majorVersion - 类 中的变量org.codehaus.jackson.Version
 
_managedProperty - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
_managedReferenceName - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
If property represents a managed (forward) reference (see [JACKSON-235]), we will need name of reference for later linking.
_managedResource - 类 中的变量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).
_map - 类 中的变量org.codehaus.jackson.map.ser.impl.ReadOnlyClassToSerializerMap
Actual mappings from type key to serializers
_mapAbstractType2(DeserializationConfig, JavaType) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializerFactory
Method that will find abstract type mapping for specified type, doing a single lookup through registered abstract type resolvers; will not do recursive lookups.
_mapper - 类 中的变量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 - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Helper object used for encapsulating configuration aspects of ObjectMapper
_mappings - 类 中的变量org.codehaus.jackson.map.module.SimpleAbstractTypeResolver
Mappings from super types to subtypes
_mapType - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
 
_mask - 枚举 中的变量org.codehaus.jackson.smile.SmileGenerator.Feature
 
_match - 类 中的变量org.codehaus.jackson.format.DataFormatMatcher
Factory that produced sufficient match (if any)
_matchStrength - 类 中的变量org.codehaus.jackson.format.DataFormatMatcher
Strength of match with DataFormatMatcher._match
_matchToken(String, int) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Helper method for checking whether input matches expected token
_matchToken(String, int) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
Helper method for checking whether input matches expected token
_matchToken(String, int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_materializer - 类 中的变量org.codehaus.jackson.mrbean.MrBeanModule
Configured materializer instance to register with deserializer factory.
_maxEntries - 类 中的变量org.codehaus.jackson.map.util.LRUMap
 
_maximumNonEscapedChar - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Value between 128 (0x80) and 65535 (0xFFFF) that indicates highest Unicode code point that will not need escaping; or 0 to indicate that all characters can be represented without escaping.
_maximumNonEscapedChar - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Value between 128 (0x80) and 65535 (0xFFFF) that indicates highest Unicode code point that will not need escaping; or 0 to indicate that all characters can be represented without escaping.
_maxInputLookahead - 类 中的变量org.codehaus.jackson.format.DataFormatDetector
Maximum number of leading bytes of the input that we can read to determine data format.
_mayContainRawBinary - 类 中的变量org.codehaus.jackson.smile.SmileParser
Flag that indicates whether content can legally have raw (unquoted) binary data.
_member - 类 中的变量org.codehaus.jackson.map.BeanProperty.Std
Physical entity (field, method or constructor argument) that is used to access value of property (or in case of constructor property, just placeholder)
_member - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Member (field, method) that represents property and allows access to associated annotations.
_memberMethods - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Member methods of interest; for now ones with 0 or 1 arguments (just optimization, since others won't be used now)
_method - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedMethod
 
_methods - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedMethodMap
 
_minimalMatch - 类 中的变量org.codehaus.jackson.format.DataFormatDetector
Strength of minimal match we accept as the answer, unless better matches are found.
_minorVersion - 类 中的变量org.codehaus.jackson.Version
 
_mixInAnnotations - 类 中的变量org.codehaus.jackson.map.deser.CustomDeserializerFactory
已过时。
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".
_mixInAnnotations - 类 中的变量org.codehaus.jackson.map.MapperConfig
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 - 类 中的变量org.codehaus.jackson.map.MapperConfig
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 made
_mixInResolver - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Object that knows mapping of mix-in classes (ones that contain annotations to add) with their target classes (ones that get these additional annotations "mixed in").
_mixins - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
Lazily-constructed map that contains mix-in definitions, indexed by target class, value being mix-in to apply.
_modifiers - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
List of modifiers that can change the way BeanDeserializer instances are configured and constructed.
_modifiers - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerFactory.ConfigImpl
List of modifiers that can change the way BeanSerializer instances are configured and constructed.
_modifiers - 类 中的变量org.codehaus.jackson.map.type.TypeFactory
Registered TypeModifiers: objects that can change details of JavaType instances factory constructs.
_name - 类 中的变量org.codehaus.jackson.map.BeanProperty.Std
 
_name - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
External name of logical property; may change with renaming (by new instance being constructed using a new name)
_name - 类 中的变量org.codehaus.jackson.map.jsontype.NamedType
 
_name - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_name - 类 中的变量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.
_name - 类 中的变量org.codehaus.jackson.sym.Name
 
_nameCopied - 类 中的变量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 - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Temporary buffer that is needed if field name is accessed using JsonParserMinimalBase.getTextCharacters() method (instead of String returning alternatives)
_nameCopyBuffer - 类 中的变量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<?>) - 类 中的方法org.codehaus.jackson.map.type.ArrayType
Handling of narrowing conversions for arrays is trickier: for now, it is not even allowed.
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionLikeType
 
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.CollectionType
 
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapLikeType
 
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.MapType
 
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.map.type.SimpleType
 
_narrow(Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
 
_nesting - 类 中的变量org.codehaus.jackson.util.DefaultPrettyPrinter
Number of open levels of nesting.
_next - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Segment
 
_nextParser - 类 中的变量org.codehaus.jackson.util.JsonParserSequence
Index of the next parser in JsonParserSequence._parsers.
_nextToken - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Secondary token related to the next token after current one; used if its type is known.
_nextToken - 类 中的变量org.codehaus.jackson.node.TreeTraversingParser
Sometimes parser needs to buffer a single look-ahead token; if so, it'll be stored here.
_nodeCursor - 类 中的变量org.codehaus.jackson.node.TreeTraversingParser
Traversal context within tree
_nodeFactory - 类 中的变量org.codehaus.jackson.map.DeserializationConfig
Factory used for constructing JsonNode instances.
_nonStandardCreation - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Flag that is set to mark "non-standard" cases; where either we use one of non-default creators, or there are unwrapped values to consider.
_nonTrivialBaseType - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Base type of the property, if the declared type is "non-trivial"; meaning it is either a structured type (collection, map, array), or parametrized.
_notSupported() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_nullKeySerializer - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to (try to) output a null key, due to an entry of Map having null key.
_nullProvider - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Object used to figure out value to be used when 'null' literal is encountered in JSON.
_nullValueSerializer - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer used to output a null value.
_numberBigDecimal - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
 
_numberBigInt - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
 
_numberDouble - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
 
_numberInt - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
 
_numberLong - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
 
_numberNegative - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Flag that indicates whether numeric value has a negative value.
_numTypesValid - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Bitfield that indicates which numeric representations have been calculated for the current type
_objectBuffer - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
 
_objectCodec - 类 中的变量org.codehaus.jackson.impl.JsonGeneratorBase
 
_objectCodec - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParser
 
_objectCodec - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
Codec used for data binding when (if) requested; typically full ObjectMapper, but that abstract is not part of core package.
_objectCodec - 类 中的变量org.codehaus.jackson.JsonFactory
Object that implements conversion functionality between Java objects and JSON content.
_objectCodec - 类 中的变量org.codehaus.jackson.node.TreeTraversingParser
 
_objectCodec - 类 中的变量org.codehaus.jackson.smile.SmileParser
Codec used for data binding when (if) requested.
_objectCodec - 类 中的变量org.codehaus.jackson.util.TokenBuffer
Object codec to use for stream-based object conversion through parser/generator interfaces.
_objectIndenter - 类 中的变量org.codehaus.jackson.util.DefaultPrettyPrinter
By default, let's use linefeed-adding indenter for separate object entries.
_optimalMatch - 类 中的变量org.codehaus.jackson.format.DataFormatDetector
Strength of match we consider to be good enough to be used without checking any other formats.
_optimizedStreamFromURL(URL) - 类 中的方法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.
_originalStream - 类 中的变量org.codehaus.jackson.format.DataFormatMatcher
 
_out - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
 
_outputBuffer - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Intermediate buffer in which contents are buffered before being written using Utf8Generator._outputStream.
_outputBuffer - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Intermediate buffer in which contents are buffered before being written using WriterBasedGenerator._writer.
_outputBuffer - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Intermediate buffer in which contents are buffered before being written using SmileGenerator._out.
_outputDecorator - 类 中的变量org.codehaus.jackson.JsonFactory
Optional helper object that may decorate output object, to do additional processing on output during content generation.
_outputEnd - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
End marker of the output buffer; one past the last valid position within the buffer.
_outputEnd - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
End marker of the output buffer; one past the last valid position within the buffer.
_outputEnd - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Offset to index after the last valid index in SmileGenerator._outputBuffer.
_outputEscapes - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Currently active set of output escape code definitions (whether and how to escape or not) for 7-bit ASCII range (first 128 character codes).
_outputEscapes - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Currently active set of output escape code definitions (whether and how to escape or not) for 7-bit ASCII range (first 128 character codes).
_outputHead - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Pointer to the first buffered character to output
_outputMaxContiguous - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Maximum number of chars that we know will always fit in the output buffer after escaping
_outputProps - 类 中的变量org.codehaus.jackson.map.ser.PropertyBuilder
 
_outputStream - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Underlying output stream used for writing JSON content.
_outputSurrogates(int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_outputTail - 类 中的变量org.codehaus.jackson.impl.Utf8Generator
Pointer to the position right beyond the last character to output (end marker; may be past the buffer)
_outputTail - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
Pointer to the position right beyond the last character to output (end marker; may point to position right beyond the end of the buffer)
_outputTail - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Pointer to the next available byte in SmileGenerator._outputBuffer
_owner - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedParameter
Member (method, constructor) that this parameter belongs to
_paramAnnotations - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedWithParams
Annotations associated with parameters of the annotated entity (method or constructor parameters)
_paramTypes - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedMethod
 
_parent - 类 中的变量org.codehaus.jackson.impl.JsonReadContext
 
_parent - 类 中的变量org.codehaus.jackson.impl.JsonWriteContext
 
_parent - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Reference to the root symbol table, for child tables, so that they can merge table information back as necessary.
_parent - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Sharing of learnt symbols is done by optional linking of symbol table instances with their parents.
_parse(String, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
_parseApostropheFieldName() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_parseApostropheFieldName() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_parseBoolean(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseBooleanFromNumber(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseBooleanPrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseByte(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseDate(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseDouble(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseDouble(String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
_parseDoublePrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseFieldName(int) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_parseFieldName(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_parseFloat(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseFloatPrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseInt(String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
_parseInteger(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseIntPrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseLong(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseLong(String) - 类 中的方法org.codehaus.jackson.map.deser.std.StdKeyDeserializer
 
_parseLongPrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseNumericValue(int) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
Method that will parse actual numeric value out of a syntactically valid number value.
_parseNumericValue(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_parser - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializationContext
Currently active parser used for deserialization.
_parser - 类 中的变量org.codehaus.jackson.map.MappingIterator
 
_parser - 类 中的变量org.codehaus.jackson.map.type.TypeFactory
 
_parserFeatures - 类 中的变量org.codehaus.jackson.JsonFactory
Currently enabled parser features.
_parsers - 类 中的变量org.codehaus.jackson.util.JsonParserSequence
Parsers other than the first one (which is initially assigned as delegate)
_parseShort(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parseShortPrimitive(JsonParser, DeserializationContext) - 类 中的方法org.codehaus.jackson.map.deser.std.StdDeserializer
 
_parsingContext - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Information about parser context, context in which the next token is to be parsed (root, array, object).
_parsingContext - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
Information about parser context, context in which the next token is to be parsed (root, array, object).
_patchLevel - 类 中的变量org.codehaus.jackson.Version
 
_path - 异常错误 中的变量org.codehaus.jackson.map.JsonMappingException
Path through which problem that triggering throwing of this exception was reached.
_placeholders - 类 中的变量org.codehaus.jackson.map.type.TypeBindings
Also: we may temporarily want to mark certain named types as resolved (but without exact type); if so, we'll just store names here.
_prefix - 类 中的变量org.codehaus.jackson.map.util.JSONWrappedObject
Literal String to output before serialized value.
_prettyPrinter - 类 中的变量org.codehaus.jackson.map.ObjectWriter
To allow for dynamic enabling/disabling of pretty printing, pretty printer can be optionally configured for writer as well
_primary - 类 中的变量org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
_primaryMixIn - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Primary mix-in class; one to use for the annotated class itself.
_problem(TypeParser.MyTokenizer, String) - 类 中的方法org.codehaus.jackson.map.type.TypeParser
 
_problemHandlers - 类 中的变量org.codehaus.jackson.map.DeserializationConfig
Linked list that contains all registered problem handlers.
_properties - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Properties to deserialize collected so far.
_properties - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
Map that contains property objects for either constructor or factory method (whichever one is null: one property for each parameter for that one), keyed by logical property name
_properties - 类 中的变量org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
 
_properties - 类 中的变量org.codehaus.jackson.map.introspect.BasicBeanDescription
Properties collected for the POJO.
_properties - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Set of logical property information collected so far
_properties - 类 中的变量org.codehaus.jackson.map.ser.BeanSerializerBuilder
Bean properties, in order of serialization
_propertiesToExclude - 类 中的变量org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.SerializeExceptFilter
Set of property names to filter out.
_propertiesToInclude - 类 中的变量org.codehaus.jackson.map.ser.impl.SimpleBeanPropertyFilter.FilterExceptFilter
Set of property names to serialize.
_propertiesWithInjectables - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
Array that contains properties that expect value to inject, if any; null if no injectable values are expected.
_property - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Property that contains value to be deserialized using deserializer; mostly needed to find contextual annotations for subtypes.
_property - 类 中的变量org.codehaus.jackson.map.deser.SettableAnyProperty
Method used for setting "any" properties, along with annotation information.
_property - 类 中的变量org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
 
_property(String) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_property - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeDeserializerBase
 
_property - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeSerializerBase
 
_property - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Collection-valued property being serialized with this instance
_property - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
Property being serialized with this instance
_property - 类 中的变量org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
_property - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Map-valued property being serialized with this instance
_property - 类 中的变量org.codehaus.jackson.map.ser.std.StaticListSerializerBase
Property that contains String List to serialize, if known.
_property - 类 中的变量org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
Array-valued property being serialized with this instance
_propertyBasedArgs - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_propertyBasedCreator - 类 中的变量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 - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_propertyBasedCreator - 类 中的变量org.codehaus.jackson.map.deser.std.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.
_propertyCount - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
Number of properties: usually same as size of PropertyBasedCreator._properties, but not necessarily, when we have unnamed injectable properties.
_propertyFilterId - 类 中的变量org.codehaus.jackson.map.ser.std.BeanSerializerBase
Id of the bean property filter to use, if any; null if none.
_propertyIndex - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Index of property (within all property of a bean); assigned when all properties have been collected.
_propertyNamingStrategy - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Custom property naming strategy in use, if any.
_propName - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Logical name of the property (often but not always derived from the setter method name)
_props - 类 中的变量org.codehaus.jackson.map.ser.std.BeanSerializerBase
Writers used for outputting actual property values
_provider - 类 中的变量org.codehaus.jackson.map.ObjectReader
 
_provider - 类 中的变量org.codehaus.jackson.map.ObjectWriter
 
_providers - 类 中的变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Injectable context object used to locate configured instance of ObjectMapper to use for actual serialization.
_ptr - 类 中的变量org.codehaus.jackson.format.InputAccessor.Std
Pointer to next available buffered byte in InputAccessor.Std._buffer.
_quad1 - 类 中的变量org.codehaus.jackson.smile.SmileParser
Quads used for hash calculation
_quad2 - 类 中的变量org.codehaus.jackson.smile.SmileParser
Quads used for hash calculation
_quadBuffer - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
Temporary buffer used for name parsing.
_quadBuffer - 类 中的变量org.codehaus.jackson.smile.SmileParser
Temporary buffer used for name parsing.
_quoteBuffer - 类 中的变量org.codehaus.jackson.io.JsonStringEncoder
Temporary buffer used for composing quote/escape sequences
_quotedChars - 类 中的变量org.codehaus.jackson.io.SerializedString
 
_quotedUTF8Ref - 类 中的变量org.codehaus.jackson.io.SerializedString
 
_rawClass - 类 中的变量org.codehaus.jackson.map.type.HierarchicType
 
_readAndBind(JsonParser, DeserializationContext, Map<Object, Object>) - 类 中的方法org.codehaus.jackson.map.deser.std.MapDeserializer
 
_reader - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParser
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.
_reader - 类 中的变量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 - 类 中的变量org.codehaus.jackson.io.IOContext
Reference to the allocated I/O buffer for low-level input reading, if any allocated.
_readMapAndClose(JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
_readValue(DeserializationConfig, JsonParser, JavaType) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
Actual implementation of value reading+binding operation.
_recyclerRef - 类 中的静态变量org.codehaus.jackson.JsonFactory
This ThreadLocal contains a SoftRerefence to a BufferRecycler used to provide a low-cost buffer recycling between reader and writer instances.
_referencedType - 类 中的变量org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
Type of value that we reference
_referenceName - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.ManagedReferenceProperty
 
_referringClass - 异常错误 中的变量org.codehaus.jackson.map.exc.UnrecognizedPropertyException
Class that does not contain mapping for the unrecognized property.
_registeredSubtypes - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdSubtypeResolver
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.StreamBasedParserBase
已过时。
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Method called to release internal buffers owned by the base reader.
_releaseBuffers() - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_releaseBuffers() - 类 中的方法org.codehaus.jackson.smile.SmileParser
Method called to release internal buffers owned by the base reader.
_removeUnwantedProperties() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Method called to get rid of candidate properties that are marked as ignored, or that are not visible.
_renameProperties() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_renameUsing(PropertyNamingStrategy) - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_reportBase64EOF() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportBase64EOF() - 类 中的方法org.codehaus.jackson.node.TextNode
 
_reportError(String) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_reportError(String) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportIncompatibleRootType(Object, JavaType) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
 
_reportInvalidBase64(Base64Variant, char, int, String) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportInvalidBase64(Base64Variant, char, int) - 类 中的方法org.codehaus.jackson.node.TextNode
 
_reportInvalidBase64(Base64Variant, char, int, String) - 类 中的方法org.codehaus.jackson.node.TextNode
 
_reportInvalidChar(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidChar(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidEOF() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportInvalidEOF(String) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportInvalidEOFInValue() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportInvalidInitial(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidInitial(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidOther(int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidOther(int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_reportInvalidOther(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidOther(int, int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidSharedName(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidSharedStringValue(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_reportInvalidToken(String, String) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_reportInvalidToken(String, String) - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParserBase
已过时。
 
_reportInvalidToken(String, String) - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_reportMismatchedEndMarker(int, char) - 类 中的方法org.codehaus.jackson.impl.JsonParserBase
 
_reportSelfReference(Object) - 类 中的方法org.codehaus.jackson.map.ser.BeanPropertyWriter
 
_reportUnexpectedChar(int, String) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_reportUnsupportedOperation() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_reportUnsupportedOperation() - 类 中的方法org.codehaus.jackson.util.TokenBuffer
 
_reset() - 类 中的方法org.codehaus.jackson.map.util.ObjectBuffer
 
_reset() - 类 中的方法org.codehaus.jackson.map.util.PrimitiveArrayBuilder
 
_resolve() - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
_resolveBindings(Type) - 类 中的方法org.codehaus.jackson.map.type.TypeBindings
 
_resolveDeserializer(DeserializationConfig, ResolvableDeserializer) - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_resolveInnerClassValuedProperty(DeserializationConfig, SettableBeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Helper method that will handle gruesome details of dealing with properties that have non-static inner class as value...
_resolveIntrospector(Annotations) - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
 
_resolveIntrospectors(Annotations[]) - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
 
_resolveManagedReferenceProperty(DeserializationConfig, SettableBeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Helper method called to see if given property is part of 'managed' property pair (managed + back reference), and if so, handle resolution details.
_resolver - 类 中的变量org.codehaus.jackson.map.deser.std.EnumDeserializer
 
_resolveUnwrappedProperty(DeserializationConfig, SettableBeanProperty) - 类 中的方法org.codehaus.jackson.map.deser.BeanDeserializer
Helper method called to see if given property might be so-called unwrapped property: these require special handling.
_resolveVariableViaSubTypes(HierarchicType, String, TypeBindings) - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_rootByteSymbols - 类 中的变量org.codehaus.jackson.JsonFactory
Alternative to the basic symbol table, some stream-based parsers use different name canonicalization method.
_rootCharSymbols - 类 中的变量org.codehaus.jackson.JsonFactory
Each factory comes equipped with a shared root symbol table.
_rootDeserializers - 类 中的变量org.codehaus.jackson.map.ObjectMapper
We will use a separate main-level Map for keeping track of root-level deserializers.
_rootDeserializers - 类 中的变量org.codehaus.jackson.map.ObjectReader
Root-level cached deserializers
_rootNames - 类 中的变量org.codehaus.jackson.map.deser.StdDeserializerProvider
 
_rootNames - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Helper object for keeping track of introspected root names
_rootNames - 类 中的变量org.codehaus.jackson.map.util.RootNameLookup
For efficient operation, let's try to minimize number of times we need to introspect root element name to use.
_rootType - 类 中的变量org.codehaus.jackson.map.ObjectWriter
Specified root serialization type to use; can be same as runtime type, but usually one of its super types
_rootValueSeparator - 类 中的变量org.codehaus.jackson.util.MinimalPrettyPrinter
 
_schema - 类 中的变量org.codehaus.jackson.map.ObjectReader
When using data format that uses a schema, schema is passed to parser.
_schema - 类 中的变量org.codehaus.jackson.map.ObjectWriter
When using data format that uses a schema, schema is passed to generator.
_secondary - 类 中的变量org.codehaus.jackson.map.AnnotationIntrospector.Pair
 
_seenNameCount - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Number of entries in SmileGenerator._seenNames; -1 if no shared name detection is enabled
_seenNameCount - 类 中的变量org.codehaus.jackson.smile.SmileParser
 
_seenNames - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Raw data structure used for checking whether field name to write can be output using back reference or not.
_seenNames - 类 中的变量org.codehaus.jackson.smile.SmileParser
Array of recently seen field names, which may be back referenced by later fields.
_seenNamesBuffer - 类 中的变量org.codehaus.jackson.smile.SmileBufferRecycler
 
_seenStringValueCount - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Number of entries in SmileGenerator._seenStringValues; -1 if no shared text value detection is enabled
_seenStringValueCount - 类 中的变量org.codehaus.jackson.smile.SmileParser
 
_seenStringValues - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Raw data structure used for checking whether String value to write can be output using back reference or not.
_seenStringValues - 类 中的变量org.codehaus.jackson.smile.SmileParser
Array of recently seen field names, which may be back referenced by later fields Defaults set to disable handling if no header found.
_seenStringValuesBuffer - 类 中的变量org.codehaus.jackson.smile.SmileBufferRecycler
 
_segment - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
Currently active segment
_segmentPtr - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Parser
Pointer to current token within current segment
_serializationConfig - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Configuration object that defines basic global settings for the serialization process
_serializationInclusion - 类 中的变量org.codehaus.jackson.map.SerializationConfig
Which Bean/Map properties are to be included in serialization?
_serializationType - 类 中的变量org.codehaus.jackson.map.util.JSONPObject
Optional static type to use for serialization; if null, runtime type is used.
_serializationType - 类 中的变量org.codehaus.jackson.map.util.JSONWrappedObject
Optional static type to use for serialization; if null, runtime type is used.
_serializationView - 类 中的变量org.codehaus.jackson.map.SerializationConfig
View to use for filtering out properties to serialize.
_serializationView - 类 中的变量org.codehaus.jackson.map.SerializerProvider
View used for currently active serialization
_serializer - 类 中的变量org.codehaus.jackson.map.ser.AnyGetterWriter
 
_serializer - 类 中的变量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.
_serializer - 类 中的变量org.codehaus.jackson.map.ser.std.IndexedStringListSerializer
 
_serializer - 类 中的变量org.codehaus.jackson.map.ser.std.StringCollectionSerializer
 
_serializerCache - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Cache for doing type-to-value-serializer lookups.
_serializerFactory - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Serializer factory used for constructing serializers.
_serializerFactory - 类 中的变量org.codehaus.jackson.map.ObjectWriter
 
_serializerFactory - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
 
_serializerProvider - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Object that manages access to serializers used for serialization, including caching.
_serializers - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_serializeValue(JsonGenerator, Object) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
Method called on the actual non-blueprint provider instance object, to kick off the serialization.
_serializeValue(JsonGenerator, Object, JavaType) - 类 中的方法org.codehaus.jackson.map.ser.StdSerializerProvider
Method called on the actual non-blueprint provider instance object, to kick off the serialization, when root type is explicitly specified and not determined from value.
_set(int, JsonNode) - 类 中的方法org.codehaus.jackson.node.ArrayNode
 
_setAnnotations(ObjectMapper, Annotations[]) - 类 中的方法org.codehaus.jackson.jaxrs.MapperConfigurator
 
_setter - 类 中的变量org.codehaus.jackson.map.deser.SettableAnyProperty
Physical JDK object used for assigning properties.
_setter - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty.MethodProperty
Setter method for modifying property value; used for "regular" method-accessible properties.
_setterMinLevel - 类 中的变量org.codehaus.jackson.map.introspect.VisibilityChecker.Std
 
_setters - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertyBuilder
 
_size - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Current size (number of entries); needed to know if and when rehash.
_sizeThreshold - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Limit that indicates maximum size this instance can hold before it needs to be expanded and rehashed.
_skip7BitBinary() - 类 中的方法org.codehaus.jackson.smile.SmileParser
Helper method for skipping length-prefixed binary data section
_skipBytes(int) - 类 中的方法org.codehaus.jackson.smile.SmileParser
 
_skipCR() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
We actually need to check the character value here (to see if we have \n following \r).
_skipCR() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
We actually need to check the character value here (to see if we have \n following \r).
_skipIncomplete() - 类 中的方法org.codehaus.jackson.smile.SmileParser
Method called to skip remainders of an incomplete token, when contents themselves will not be needed any more
_skipLF() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
 
_skipLF() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
 
_skipString() - 类 中的方法org.codehaus.jackson.impl.ReaderBasedParser
Method called to skim through rest of unparsed String value, if it is not needed.
_skipString() - 类 中的方法org.codehaus.jackson.impl.Utf8StreamParser
Method called to skim through rest of unparsed String value, if it is not needed.
_smileBufferRecycler - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Helper object used for low-level recycling of Smile-generator specific buffers.
_smileBufferRecycler() - 类 中的静态方法org.codehaus.jackson.smile.SmileGenerator
 
_smileBufferRecycler - 类 中的变量org.codehaus.jackson.smile.SmileParser
Helper object used for low-level recycling of Smile-generator specific buffers.
_smileBufferRecycler() - 类 中的静态方法org.codehaus.jackson.smile.SmileParser
 
_smileFeatures - 类 中的变量org.codehaus.jackson.smile.SmileGenerator
Bit flag composed of bits that indicate which SmileGenerator.Features are enabled.
_smileGeneratorFeatures - 类 中的变量org.codehaus.jackson.smile.SmileFactory
 
_smileParserFeatures - 类 中的变量org.codehaus.jackson.smile.SmileFactory
 
_smileRecyclerRef - 类 中的静态变量org.codehaus.jackson.smile.SmileGenerator
This ThreadLocal contains a SoftRerefence to a buffer recycler used to provide a low-cost buffer recycling for Smile-specific buffers.
_smileRecyclerRef - 类 中的静态变量org.codehaus.jackson.smile.SmileParser
ThreadLocal contains a SoftRerefence to a buffer recycler used to provide a low-cost buffer recycling for Smile-specific buffers.
_snapshotInfo - 类 中的变量org.codehaus.jackson.Version
Additional information for snapshot versions; null for non-snapshot (release) versions.
_sortProperties() - 类 中的方法org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_sortPropertiesAlphabetically - 类 中的变量org.codehaus.jackson.map.DeserializationConfig
Feature flag from SerializationConfig which is needed to know if serializer will by default sort properties in alphabetic order.
_sourceRef - 类 中的变量org.codehaus.jackson.io.IOContext
Reference to the source object, which can be used for displaying location information
_spacesInObjectEntries - 类 中的变量org.codehaus.jackson.util.DefaultPrettyPrinter
By default we will add spaces around colons used to separate object fields and values.
_startContainer - 类 中的变量org.codehaus.jackson.node.TreeTraversingParser
Flag needed to handle recursion into contents of child Array/Object nodes.
_staticTyping - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
 
_staticTyping - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
_staticTyping - 类 中的变量org.codehaus.jackson.map.ser.std.ObjectArraySerializer
Whether we are using static typing (using declared types, ignoring runtime type) or not for elements.
_stringCreator - 类 中的变量org.codehaus.jackson.map.deser.impl.CreatorCollector
 
_subDeserializers - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Lazily constructed map used to contain deserializers needed for polymorphic subtypes.
_subType - 类 中的变量org.codehaus.jackson.map.type.HierarchicType
 
_subtypeResolver - 类 中的变量org.codehaus.jackson.map.MapperConfig
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.
_subtypeResolver - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Registered concrete subtypes that can be used instead of (or in addition to) ones declared using annotations.
_suffix - 类 中的变量org.codehaus.jackson.map.util.JSONWrappedObject
Literal String to output after serialized value.
_superType - 类 中的变量org.codehaus.jackson.map.type.HierarchicType
 
_superTypes - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedClass
Ordered set of super classes and interfaces of the class itself: included in order of precedence
_suppressableValue - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Value that is considered default value of the property; used for default-value-suppression if enabled.
_suppressNulls - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
Flag to indicate that null values for this property are not to be written out.
_symbols - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParser
 
_symbols - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
Symbol table that contains field names encountered so far
_symbols - 类 中的变量org.codehaus.jackson.smile.SmileParser
Symbol table that contains field names encountered so far
_symbols - 类 中的变量org.codehaus.jackson.sym.CharsToNameCanonicalizer
Primary matching symbols; it's expected most match occur from here.
_tableInfo - 类 中的变量org.codehaus.jackson.sym.BytesToNameCanonicalizer
Member that is only used by the root table instance: root passes immutable state into child instances, and children may return new state if they add entries to the table.
_textBuffer - 类 中的变量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)
_textBuffer - 类 中的变量org.codehaus.jackson.io.JsonStringEncoder
Lazily constructed text buffer used to produce JSON encoded Strings as characters (without UTF-8 encoding)
_threadEncoder - 类 中的静态变量org.codehaus.jackson.io.JsonStringEncoder
This ThreadLocal contains a SoftRerefence to a BufferRecycler used to provide a low-cost buffer recycling between reader and writer instances.
_throwAsIOE(Exception, String, Object) - 类 中的方法org.codehaus.jackson.map.deser.SettableAnyProperty
 
_throwAsIOE(Exception, Object) - 类 中的方法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) - 类 中的方法org.codehaus.jackson.map.deser.SettableBeanProperty
 
_throwInternal() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_throwInternal() - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_throwInvalidSpace(int) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_throwUnquotedSpace(int, String) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
Method called to report a problem with unquoted control character.
_throwWrapped(Exception, String, Object) - 类 中的方法org.codehaus.jackson.map.ser.PropertyBuilder
 
_tokenCBuffer - 类 中的变量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 - 类 中的变量org.codehaus.jackson.impl.ReaderBasedParser
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)
_tokenIncomplete - 类 中的变量org.codehaus.jackson.impl.Utf8StreamParser
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)
_tokenIncomplete - 类 中的变量org.codehaus.jackson.smile.SmileParser
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 - 类 中的变量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 - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Input row on which current token starts, 1-based
_tokenInputTotal - 类 中的变量org.codehaus.jackson.impl.JsonParserBase
Total number of bytes/characters read before start of current token.
_tokens - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Segment
 
_tokenTypes - 类 中的变量org.codehaus.jackson.util.TokenBuffer.Segment
Bit field used to store types of buffered tokens; 4 bits per token.
_transitiveClassMappings - 类 中的变量org.codehaus.jackson.map.ser.CustomSerializerFactory
And then class-based mappings that are used both for exact and sub-class matches.
_type - 类 中的变量org.codehaus.jackson.JsonStreamContext
 
_type - 类 中的变量org.codehaus.jackson.map.BeanDescription
Bean type information, including raw class and possible * generics information
_type - 类 中的变量org.codehaus.jackson.map.BeanProperty.Std
 
_type - 类 中的变量org.codehaus.jackson.map.deser.SettableAnyProperty
 
_type - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Base type for property; may be a supertype of actual value.
_type - 类 中的变量org.codehaus.jackson.map.introspect.AnnotatedParameter
JDK type of the parameter, possibly contains generic type information
_type - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Type of POJO for which properties are being collected.
_type - 类 中的变量org.codehaus.jackson.map.MappingIterator
 
_type - 类 中的变量org.codehaus.jackson.map.ser.impl.SerializerCache.TypeKey
 
_typeByte - 类 中的变量org.codehaus.jackson.smile.SmileParser
Type byte of the current token
_typeFactory - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeIdResolverBase
 
_typeFactory - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Specific factory used for creating JavaType instances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages)
_typeFactory - 类 中的变量org.codehaus.jackson.map.ObjectMapper
Specific factory used for creating JavaType instances; needed to allow modules to add more custom type handling (mostly to support types of non-Java JVM languages)
_typeFactory - 类 中的变量org.codehaus.jackson.map.type.TypeBindings
Factory to use for constructing resolved related types.
_typeFactory - 类 中的变量org.codehaus.jackson.mrbean.BeanBuilder
 
_typeHandler - 类 中的变量org.codehaus.jackson.type.JavaType
Optional handler that can be attached to indicate how to handle additional type metadata associated with this type.
_typeNames - 类 中的变量org.codehaus.jackson.map.type.SimpleType
Names of generic type arguments for this type; will match values in SimpleType._typeParameters
_typeParameters - 类 中的变量org.codehaus.jackson.map.type.SimpleType
Generic type arguments for this type.
_typeProperty - 类 中的变量org.codehaus.jackson.map.jsontype.impl.StdTypeResolverBuilder
 
_typePropertyName - 类 中的变量org.codehaus.jackson.map.jsontype.impl.AsExternalTypeDeserializer
 
_typePropertyName - 类 中的变量org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
_typePropertyName - 类 中的变量org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer
 
_typePropertyName - 类 中的变量org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeSerializer
 
_typeResolverBuilder - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Type information handler used for "untyped" values (ones declared to have type Object.class)
_typeResolverFromXmlElements(AnnotatedMember) - 类 中的方法org.codehaus.jackson.xc.JaxbAnnotationIntrospector
 
_typeSerializer - 类 中的变量org.codehaus.jackson.map.ser.BeanPropertyWriter
If property being serialized needs type information to be included this is the type serializer to use.
_typeToId - 类 中的变量org.codehaus.jackson.map.jsontype.impl.TypeNameIdResolver
Mappings from class name to type id, used for serialization
_unknownType() - 类 中的方法org.codehaus.jackson.map.type.TypeFactory
 
_unknownTypeSerializer - 类 中的变量org.codehaus.jackson.map.ser.StdSerializerProvider
Serializer that gets called for values of types for which no serializers can be constructed.
_unquotedUTF8Ref - 类 中的变量org.codehaus.jackson.io.SerializedString
 
_unreadableClasses - 类 中的静态变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
These are classes that we never use for reading (never try to deserialize instances of these types).
_unrecognizedPropertyName - 异常错误 中的变量org.codehaus.jackson.map.exc.UnrecognizedPropertyException
Note: redundant information since it is also included in the reference path.
_unsupportedMethods - 类 中的变量org.codehaus.jackson.mrbean.BeanBuilder
 
_untouchables - 类 中的静态变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
Looks like we need to worry about accidental data binding for types we shouldn't be handling.
_untyped - 类 中的变量org.codehaus.jackson.map.deser.std.ObjectArrayDeserializer
Flag that indicates whether the component type is Object or not.
_unwrapAndDeserialize(JsonParser, JavaType, DeserializationContext, JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.ObjectMapper
 
_unwrapAndDeserialize(JsonParser, DeserializationContext, JavaType, JsonDeserializer<Object>) - 类 中的方法org.codehaus.jackson.map.ObjectReader
 
_unwrappedPropertyHandler - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
If one of properties has "unwrapped" value, we need separate helper object
_unwrapRoot - 类 中的变量org.codehaus.jackson.map.ObjectReader
Flag that indicates whether root values are expected to be unwrapped or not
_unwritableClasses - 类 中的静态变量org.codehaus.jackson.jaxrs.JacksonJsonProvider
These are classes that we never use for writing (never try to serialize instances of these types).
_updatedValue - 类 中的变量org.codehaus.jackson.map.MappingIterator
If not null, "value to update" instead of creating a new instance for each call.
_value - 类 中的变量org.codehaus.jackson.io.SerializedString
 
_value - 类 中的变量org.codehaus.jackson.map.util.JSONPObject
Value to be serialized as JSONP padded; can be null.
_value - 类 中的变量org.codehaus.jackson.map.util.JSONWrappedObject
Value to be serialized as JSONP padded; can be null.
_value - 类 中的变量org.codehaus.jackson.node.BigIntegerNode
 
_value - 类 中的变量org.codehaus.jackson.node.DecimalNode
 
_value - 类 中的变量org.codehaus.jackson.node.DoubleNode
 
_value - 类 中的变量org.codehaus.jackson.node.POJONode
 
_valueClass - 类 中的变量org.codehaus.jackson.map.deser.std.StdDeserializer
Type of values this deserializer handles: sometimes exact types, other time most specific supertype of types deserializer handles (which may be as generic as Object in some case)
_valueDesc() - 类 中的方法org.codehaus.jackson.map.deser.StdDeserializationContext
 
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.SettableAnyProperty
 
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
Deserializer used for handling property value.
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.AtomicReferenceDeserializer
 
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.CollectionDeserializer
Value deserializer.
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.EnumMapDeserializer
 
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
Value deserializer.
_valueDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
Value deserializer; needed even if it is the standard String deserializer
_valueHandler - 类 中的变量org.codehaus.jackson.type.JavaType
Optional handler (codec) that can be attached to indicate what to use for handling (serializing, deserializing) values of this specific type.
_valueId - 类 中的变量org.codehaus.jackson.map.deser.impl.ValueInjector
Identifier used for looking up value to inject
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializer
Object that handles details of constructing initial bean value (to which bind data to), unless instance is passed (via updateValue())
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerBuilder
Object that will handle value instantiation for the bean type.
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
 
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.std.CollectionDeserializer
 
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
 
_valueInstantiator - 类 中的变量org.codehaus.jackson.map.deser.std.StringCollectionDeserializer
 
_valueInstantiators - 类 中的变量org.codehaus.jackson.map.deser.BeanDeserializerFactory.ConfigImpl
List of objects that know how to create instances of POJO types; possibly using custom construction (non-annoted constructors; factory methods external to value type etc).
_valueInstantiators - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
Lazily-constructed resolver used for storing mappings from abstract classes to more specific implementing classes (which may be abstract or concrete)
_values - 类 中的变量org.codehaus.jackson.map.InjectableValues.Std
 
_values - 类 中的变量org.codehaus.jackson.map.ser.std.EnumSerializer
This map contains pre-resolved values (since there are ways to customize actual String constants to use) to use as serializations.
_valueSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
Value serializer to use, if it can be statically determined
_valueSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.JsonValueSerializer
 
_valueSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Value serializer to use, if it can be statically determined
_valueToUpdate - 类 中的变量org.codehaus.jackson.map.ObjectReader
Instance to update with data binding; if any.
_valueType - 类 中的变量org.codehaus.jackson.map.ObjectReader
Declared type of value to instantiate during deserialization.
_valueType - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
_valueType - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Declared type of contained values
_valueType - 类 中的变量org.codehaus.jackson.map.type.MapLikeType
Type of values of Map.
_valueType - 类 中的变量org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
_valueTypeDesc - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
Type of values that are instantiated; used for error reporting purposes.
_valueTypeDeserializer - 类 中的变量org.codehaus.jackson.map.deser.SettableBeanProperty
If value will contain type information (to support polymorphic handling), this is the type deserializer used to handle type resolution.
_valueTypeDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.CollectionDeserializer
If element instances have polymorphic type information, this is the type deserializer that can handle it
_valueTypeDeserializer - 类 中的变量org.codehaus.jackson.map.deser.std.MapDeserializer
If value instances have polymorphic type information, this is the type deserializer that can handle it
_valueTypeIsStatic - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Whether static types should be used for serialization of values or not (if not, dynamic runtime type is used)
_valueTypeSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Type serializer used for values, if any.
_valueTypeSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.EnumMapSerializer
Type serializer used for values, if any.
_valueTypeSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.MapSerializer
Type identifier serializer used for values, if any.
_valueTypeSerializer - 类 中的变量org.codehaus.jackson.map.ser.std.StdArraySerializers.ArraySerializerBase
Type serializer used for values, if any.
_verifyPrettyValueWrite(String, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_verifyPrettyValueWrite(String, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_verifyValueWrite(String) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
 
_verifyValueWrite(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_verifyValueWrite(String) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_verifyValueWrite(String) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_version - 类 中的变量org.codehaus.jackson.map.module.SimpleModule
 
_visibilityChecker - 类 中的变量org.codehaus.jackson.map.introspect.POJOPropertiesCollector
 
_visibilityChecker - 类 中的变量org.codehaus.jackson.map.MapperConfig.Base
Object used for determining whether specific property elements (method, constructors, fields) can be auto-detected based on their visibility (access modifiers).
_widen(Class<?>) - 类 中的方法org.codehaus.jackson.type.JavaType
Default implementation is just to call JavaType._narrow(java.lang.Class<?>), since underlying type construction is usually identical
_withArgsCreator - 类 中的变量org.codehaus.jackson.map.deser.std.StdValueInstantiator
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.CollectionSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.ContainerSerializerBase
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumMapSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.EnumSetSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.IterableSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.MapSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.ObjectArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.BooleanArraySerializer
Booleans never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.DoubleArraySerializer
Doubles never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.FloatArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.IntArraySerializer
Ints never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.LongArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.ShortArraySerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdArraySerializers.StringArraySerializer
Strings never add type info; hence, even if type serializer is suggested, we'll ignore it...
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IndexedListSerializer
 
_withValueTypeSerializer(TypeSerializer) - 类 中的方法org.codehaus.jackson.map.ser.std.StdContainerSerializers.IteratorSerializer
 
_wrapError(String, Throwable) - 类 中的方法org.codehaus.jackson.impl.JsonParserMinimalBase
 
_write7BitBinaryWithLength(byte[], int, int) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_writeBinary(Base64Variant, byte[], int, int) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeContext - 类 中的变量org.codehaus.jackson.impl.JsonGeneratorBase
Object that keeps track of the current contextual state of the generator.
_writeContext - 类 中的变量org.codehaus.jackson.util.TokenBuffer
 
_writeEncodingBuffer - 类 中的变量org.codehaus.jackson.io.IOContext
Reference to the allocated I/O buffer used for low-level encoding-related buffering.
_writeEndArray() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
已过时。
since 1.7, should just override JsonGeneratorBase.writeEndArray() instead of defining this method
_writeEndObject() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
已过时。
since 1.7, should just override JsonGeneratorBase.writeEndObject() instead of defining this method
_writeFieldName(String) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_writeFieldName(String, boolean) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeFieldName(SerializableString, boolean) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeFieldName(SerializableString) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_writeFieldNameUnicode(SerializableString, byte[]) - 类 中的方法org.codehaus.jackson.smile.SmileGenerator
 
_writePPFieldName(String, boolean) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
Specialized version of _writeFieldName, off-lined to keep the "fast path" as simple (and hopefully fast) as possible.
_writePPFieldName(SerializableString, boolean) - 类 中的方法org.codehaus.jackson.impl.Utf8Generator
 
_writePPFieldName(String, boolean) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
Specialized version of _writeFieldName, off-lined to keep the "fast path" as simple (and hopefully fast) as possible.
_writePPFieldName(SerializableString, boolean) - 类 中的方法org.codehaus.jackson.impl.WriterBasedGenerator
 
_writePrefix(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
_writePrefix(Object, JsonGenerator, Class<?>) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
_writer - 类 中的变量org.codehaus.jackson.impl.WriterBasedGenerator
 
_writeSimpleObject(Object) - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
Helper method to try to call appropriate write method for given untyped Object.
_writeStartArray() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
已过时。
since 1.7, should just override JsonGeneratorBase.writeStartArray() instead of defining this method
_writeStartObject() - 类 中的方法org.codehaus.jackson.impl.JsonGeneratorBase
已过时。
since 1.7, should just override JsonGeneratorBase.writeStartObject() instead of defining this method
_writeSuffix(Object, JsonGenerator) - 类 中的方法org.codehaus.jackson.map.jsontype.impl.AsExternalTypeSerializer
 
_xmlAdapter - 类 中的变量org.codehaus.jackson.xc.XmlAdapterJsonDeserializer
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _