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

A

add(int) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(long) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(double) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(String) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(CharSequence) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(boolean) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
add(int) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(long) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(double) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(String) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(CharSequence) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(boolean) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
add(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
add(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
addNull() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
addNull() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
addObject(Object) - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
Method used to add Java Object ("POJO") into sequence being composed: this requires that the underlying JsonGenerator has a properly configure ObjectCodec to use for serializer object.
addObject(Object) - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
Method used to add Java Object ("POJO") into sequence being composed: this requires that the underlying JsonGenerator has a properly configure ObjectCodec to use for serializer object.
anyFrom(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
Read method that will take given JSON Source (of one of supported types), read contents and map it to one of simple mappings (Map for JSON Objects, List for JSON Arrays, String for JSON Strings, null for JSON null, Boolean for JSON booleans and Number for JSON numbers.
AnyReader - Class in com.fasterxml.jackson.jr.ob.impl
ValueReader used for "untyped" values; ones that are bound to whatever Object is the natural mapping to JSON value that parser currently points to
AnyReader() - Constructor for class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
appendDesc(StringBuilder) - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
ArrayComposer<PARENT extends ComposerBase> - Class in com.fasterxml.jackson.jr.ob.comp
 
ArrayComposer(PARENT, JsonGenerator) - Constructor for class com.fasterxml.jackson.jr.ob.comp.ArrayComposer
 
arrayFrom(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
arrayOfFrom(Class<T>, Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
ArrayReader - Class in com.fasterxml.jackson.jr.ob.impl
Reader for typed Map values.
ArrayReader(Class<?>, ValueReader) - Constructor for class com.fasterxml.jackson.jr.ob.impl.ArrayReader
 
asBytes(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
asCodec() - Method in class com.fasterxml.jackson.jr.ob.JSON
Convenience method for constructing an adapter that uses this instance as a ObjectCodec
asString(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 

B

BeanDefinition - Class in com.fasterxml.jackson.jr.ob.impl
Class that contains information about dynamically introspected Bean types.
BeanDefinition(Class<?>, BeanProperty[]) - Constructor for class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
Constructors used for serialization use case
BeanDefinition(Class<?>, Map<String, BeanProperty>, Constructor<?>, Constructor<?>, Constructor<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
Constructors used for deserialization use case
beanFrom(Class<T>, Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
BeanProperty - Class in com.fasterxml.jackson.jr.ob.impl
 
BeanProperty(String) - Constructor for class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
BeanProperty(BeanProperty, ValueReader) - Constructor for class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
BeanProperty(BeanProperty, int, Method, Method) - Constructor for class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
build() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
build() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
buildArray() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Alternative build method used when desired result type is Object[]
buildArray(Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
buildArray() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
buildCollection() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
The usual build method to use for constructing Collection
buildCollection() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
buildIfNeeded() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
bytesComposer(int, JsonGenerator, ByteArrayBuilder) - Static method in class com.fasterxml.jackson.jr.ob.JSONComposer
 

C

ClassKey - Class in com.fasterxml.jackson.jr.ob.impl
Key class, used as an efficient and accurate key for locating per-class values from Maps.
ClassKey() - Constructor for class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
ClassKey(Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
clear() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
clone() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
CollectionBuilder - Class in com.fasterxml.jackson.jr.ob.impl
Helper class that is used for constructing Collections to map JSON Array values in.
CollectionBuilder(int, Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
CollectionBuilder.Default - Class in com.fasterxml.jackson.jr.ob.impl
Default CollectionBuilder implementation, which uses ArrayList as the type of List to build, unless instructed otherwise.
CollectionBuilder.Default(int, Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
CollectionComposer<PARENT extends ComposerBase,C extends Collection<Object>> - Class in com.fasterxml.jackson.jr.ob.comp
 
CollectionComposer(PARENT) - Constructor for class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
CollectionComposer(C) - Constructor for class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
collectionComposer(int, T) - Static method in class com.fasterxml.jackson.jr.ob.JSONComposer
 
CollectionReader - Class in com.fasterxml.jackson.jr.ob.impl
Reader for typed Map values.
CollectionReader(Class<?>, ValueReader) - Constructor for class com.fasterxml.jackson.jr.ob.impl.CollectionReader
 
collectionReader(Class<?>, Type) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
collectionReader(Class<?>, ResolvedType) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
com.fasterxml.jackson.jr.ob - package com.fasterxml.jackson.jr.ob
 
com.fasterxml.jackson.jr.ob.comp - package com.fasterxml.jackson.jr.ob.comp
 
com.fasterxml.jackson.jr.ob.impl - package com.fasterxml.jackson.jr.ob.impl
 
com.fasterxml.jackson.jr.type - package com.fasterxml.jackson.jr.type
 
composeBytes() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeCollection(C) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeList() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeMap() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeMap(Map<String, Object>) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
ComposerBase - Class in com.fasterxml.jackson.jr.ob.comp
Base class for all composer implementations.
ComposerBase() - Constructor for class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
composeString() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeTo(OutputStream) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeTo(Writer) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeTo(File) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
composeUsing(JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
constructCollection() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
constructMap() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
containsKey(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
containsValue(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
create() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
create(String) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
create(long) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
create(Class<?>, List<ResolvedType>) - Static method in class com.fasterxml.jackson.jr.type.TypeBindings
 
create(Class<?>, ResolvedType[]) - Static method in class com.fasterxml.jackson.jr.type.TypeBindings
 
createArrayNode() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
createObjectNode() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 

D

defaultImpl() - Static method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Factory method for getting a blueprint instance of the default CollectionBuilder implementation.
defaultImpl() - Static method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
Factory method for getting a blueprint instance of the default MapBuilder implementation.
defaults() - Static method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
 
DeferredMap - Class in com.fasterxml.jackson.jr.ob.impl
A specialized Map implementation that will collect entries during building, but only materialize full lookup structure when needed; that is, actual building of hash lookup is deferred.
DeferredMap(boolean) - Constructor for class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
DeferredMap(boolean, int) - Constructor for class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 

E

elementType() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
EMPTY_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
emptyArray() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Specialized method that is called when an empty Object[] needs to be returned.
emptyArray(Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
emptyBindings() - Static method in class com.fasterxml.jackson.jr.type.TypeBindings
 
emptyCollection() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
emptyCollection() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Specialized method that is called when an empty Collection needs to be constructed; this may be a new Collection, or an immutable shared one, depending on implementation.
emptyMap() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
emptyMap() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
Specialized method that is called when an empty list needs to be constructed; this may be a new list, or an immutable shared List, depending on implementation.
enabledByDefault() - Method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
 
end() - Method in class com.fasterxml.jackson.jr.ob.comp.ArrayComposer
 
end() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
end() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
end() - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
entrySet() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
EnumReader - Class in com.fasterxml.jackson.jr.ob.impl
Reader for Enum values: needed because we need a simple Map for efficient conversion from id (gotten with Enum.toString() to value.
EnumReader(Object[], Map<String, Object>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.EnumReader
 
enumReader(Class<?>) - Static method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
equals(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
equals(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
equals(Object) - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
equals(Object) - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
erasedType() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 

F

findBoundType(String) - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
findFullType(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
The main lookup method used to find type identifier for given raw class; including Bean types (if allowed).
findProperty(String) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
findReader(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Method used during deserialization to find handler for given non-generic type.
findSupertype(Class<?>) - Method in class com.fasterxml.jackson.jr.type.ResolvedType
Method for finding super type of this type that has specified type erased signature.
finish() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
finish() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
finish() - Method in class com.fasterxml.jackson.jr.ob.JSONComposer
Method to call to complete composition, flush any pending content, and return instance of specified result type.
flush() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
flush() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
flush() - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
flush() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
forceAccess() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
forReader(int) - Static method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
forWriter(int) - Static method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
from(JsonParser, String) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
from(JsonParser, String, Throwable) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
fromBoolean(boolean) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
Method called to let implementation change a Boolean value that has been read from input.
fromEmbedded(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
fromKey(String) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
Method called to let implementation change a key of an Object field after being parsed from input.
fromNull() - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
Method called to let implementation change a null value that has been read from input.
fromString(String) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
Method called to let implementation change a String value that has been read from input.
fromUnexpectedIOE(IOException) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Factory method used when "upgrading" an IOException into JSONObjectException: usually only needed to comply with a signature.

G

genericSetterType() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
get(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
getBeanDefinition(int) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
getBoundName(int) - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
getBoundType(int) - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
getDesc() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
getFactory() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
getFieldName() - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
getFrom() - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
getIndex() - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
getJsonFactory() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
Deprecated.
getLocalizedMessage() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
getMessage() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method is overridden so that we can properly inject description of problem path, if such is defined.
getName() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
getNameIfHasSetter() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
getPath() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method for accessing full structural path within type hierarchy down to problematic property.
getPathReference() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method for accesing description of path that lead to the problem that triggered this exception
getPathReference(StringBuilder) - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
getReader() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
getStreamingFactory() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
getTreeCodec() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
getTypeId() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
getTypeParameters() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
getValueFor(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 

H

handleUnknown(JSONReader, JsonParser, String) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
hasGetter() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
hashCode() - Method in class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
hashCode() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
hashCode() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
hashCode() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
hasSetter() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 

I

implInterfaces() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
isArray() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
isDisabled(int) - Method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
 
isEmpty() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
isEmpty() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
isEnabled(JSON.Feature) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
isEnabled(JSON.Feature) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
isEnabled(int) - Method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
 
isEnabled(JSON.Feature) - Method in class com.fasterxml.jackson.jr.ob.JSON
 

J

JSON - Class in com.fasterxml.jackson.jr.ob
Main entry point for functionality.
JSON() - Constructor for class com.fasterxml.jackson.jr.ob.JSON
 
JSON(int, JsonFactory, TreeCodec) - Constructor for class com.fasterxml.jackson.jr.ob.JSON
 
JSON(int, JsonFactory, TreeCodec, JSONReader, JSONWriter, PrettyPrinter) - Constructor for class com.fasterxml.jackson.jr.ob.JSON
 
JSON.Feature - Enum in com.fasterxml.jackson.jr.ob
Simple on/off (enabled/disabled) features for JSON; used for simple configuration aspects.
JSONAsObjectCodec - Class in com.fasterxml.jackson.jr.ob.impl
Convenience wrapper around JSON that implements ObjectCodec.
JSONAsObjectCodec(JSON) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
JSONAsObjectCodec(JSON, JsonFactory) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
JSONAsObjectCodec(JSON, JsonFactory, TreeCodec) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
JSONComposer<T> - Class in com.fasterxml.jackson.jr.ob
Root-level composer object that acts as streaming "builder" object, using an underlying JsonGenerator object.
JSONComposer(int, JsonGenerator, boolean) - Constructor for class com.fasterxml.jackson.jr.ob.JSONComposer
 
JSONComposer(int, JsonGenerator, SegmentedStringWriter) - Constructor for class com.fasterxml.jackson.jr.ob.JSONComposer
 
JSONComposer(int, JsonGenerator, ByteArrayBuilder) - Constructor for class com.fasterxml.jackson.jr.ob.JSONComposer
 
JSONComposer(int, T) - Constructor for class com.fasterxml.jackson.jr.ob.JSONComposer
 
JSONObjectException - Exception in com.fasterxml.jackson.jr.ob
Standard exception exposed by this package; equivalent of com.fasterxml.jackson.databind.JsonMappingException (and, in fact, much of implementation came from that class, but had to be cut-n-pasted since we do not depend on databind package).
JSONObjectException(String) - Constructor for exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
JSONObjectException(String, Throwable) - Constructor for exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
JSONObjectException(String, JsonLocation) - Constructor for exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
JSONObjectException(String, JsonLocation, Throwable) - Constructor for exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
JSONObjectException.Reference - Class in com.fasterxml.jackson.jr.ob
Simple bean class used to contain references.
JSONObjectException.Reference() - Constructor for class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
Default constructor for deserialization/sub-classing purposes
JSONObjectException.Reference(Object) - Constructor for class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
JSONObjectException.Reference(Object, String) - Constructor for class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
JSONObjectException.Reference(Object, int) - Constructor for class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
JSONReader - Class in com.fasterxml.jackson.jr.ob.impl
Object that handles construction of simple Objects from JSON.
JSONReader(int, TypeDetector, TreeCodec, CollectionBuilder, MapBuilder) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONReader
Constructor used for creating the blueprint instances.
JSONReader(JSONReader, JsonParser) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONReader
Constructor used for per-operation (non-blueprint) instance.
JSONWriter - Class in com.fasterxml.jackson.jr.ob.impl
Object that handles serialization of simple Objects into JSON.
JSONWriter(int, TypeDetector, TreeCodec) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONWriter
Constructor used for creating differently configured blueprint instances
JSONWriter(JSONWriter, JsonGenerator) - Constructor for class com.fasterxml.jackson.jr.ob.impl.JSONWriter
Constructor for non-blueprint instances

K

keySet() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
keyToString(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 

L

listFrom(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
listOfFrom(Class<T>, Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 

M

MapBuilder - Class in com.fasterxml.jackson.jr.ob.impl
Helper class that is used for constructing Maps to map JSON Object values in.
MapBuilder(int, Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
MapBuilder.Default - Class in com.fasterxml.jackson.jr.ob.impl
Default MapBuilder implementation which builds either HashMap or LinkedHashMap instances (depending on JSON.Feature.PRESERVE_FIELD_ORDERING).
MapBuilder.Default(int, Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
MapComposer<PARENT extends ComposerBase> - Class in com.fasterxml.jackson.jr.ob.comp
 
MapComposer(PARENT) - Constructor for class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
MapComposer(Map<String, Object>) - Constructor for class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
mapComposer(int, Map<String, Object>) - Static method in class com.fasterxml.jackson.jr.ob.JSONComposer
 
mapFrom(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
MapReader - Class in com.fasterxml.jackson.jr.ob.impl
Reader for typed Map values.
MapReader(Class<?>, ValueReader) - Constructor for class com.fasterxml.jackson.jr.ob.impl.MapReader
 
mapReader(Class<?>, Type) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
mapReader(Class<?>, ResolvedType) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
mask() - Method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
 

N

newBuilder(int) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
newBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
newBuilder(int) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
newBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
newBuilder() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
newBuilder(int) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
newBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
newBuilder(int) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
newBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
newBuilder() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
NO_PROPS - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
NO_TYPES - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 

O

ObjectComposer<PARENT extends ComposerBase> - Class in com.fasterxml.jackson.jr.ob.comp
 
ObjectComposer(PARENT, JsonGenerator) - Constructor for class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 

P

PackageVersion - Class in com.fasterxml.jackson.jr.ob
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class com.fasterxml.jackson.jr.ob.PackageVersion
 
parentType() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
perOperationInstance(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
perOperationInstance(JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
perOperationInstance(int) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
prependPath(Object, String) - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method called to prepend a reference information in front of current path
prependPath(Object, int) - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method called to prepend a reference information in front of current path
prependPath(JSONObjectException.Reference) - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
properties() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
propertiesByName() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
put(String, boolean) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, int) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, long) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, double) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, String) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, CharSequence) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
put(String, boolean) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(String, int) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(String, long) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(String, double) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(String, String) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(String, CharSequence) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
put(Object, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
put(Object, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
put(Object, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
putNull(String) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
putNull(String) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 

R

rawGetterType() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
rawSetterType() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.ArrayReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
Method used for deserialization; will read an instance of the bean type using given parser.
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.EnumReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.MapReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
read(JSONReader, JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.ValueReader
 
readArray() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a JSON Array from input and building a Object[] out of it.
readArrayFromArray(JSONReader, JsonParser, CollectionBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
readArrayOf(Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
readBean(Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a JSON Object from input and building a Bean of specified type out of it; Bean has to conform to standard Java Bean specification by having setters for passing JSON Object properties.
readCollectionFromArray(JSONReader, JsonParser, CollectionBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
readFromObject(JSONReader, JsonParser, MapBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
readList() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a JSON Array from input and building a List out of it.
readListOf(Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a JSON Array from input and building a List out of it.
readMap() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a JSON Object from input and building a Map out of it.
readTree(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValue(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValue(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValue(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValue() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Method for reading a "simple" Object of type indicated by JSON content: Map for JSON Object, Map for JSON Array (or, Object[] if so configured), String for JSON String value and so on.
readValues(JsonParser, Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValues(JsonParser, TypeReference<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
readValues(JsonParser, ResolvedType) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
RecursiveType - Class in com.fasterxml.jackson.jr.type
 
RecursiveType(Class<?>, TypeBindings) - Constructor for class com.fasterxml.jackson.jr.type.RecursiveType
 
remove(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
resolve(TypeBindings, Type) - Method in class com.fasterxml.jackson.jr.type.TypeResolver
Factory method for resolving specified Java Type, given TypeBindings needed to resolve any type variables.
resolveBean(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
ResolvedType - Class in com.fasterxml.jackson.jr.type
 
ResolvedType(Class<?>) - Constructor for class com.fasterxml.jackson.jr.type.ResolvedType
 
ResolvedType(Class<?>, TypeBindings) - Constructor for class com.fasterxml.jackson.jr.type.ResolvedType
 
ResolvedType(Class<?>, TypeBindings, ResolvedType) - Constructor for class com.fasterxml.jackson.jr.type.ResolvedType
 
ResolvedType(Class<?>, TypeBindings, ResolvedType[]) - Constructor for class com.fasterxml.jackson.jr.type.ResolvedType
 
ResolvedType(Class<?>, ResolvedType, TypeBindings, ResolvedType[]) - Constructor for class com.fasterxml.jackson.jr.type.ResolvedType
 
rootComposer(T) - Static method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
rootComposer(Map<String, Object>) - Static method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 

S

selfRefType() - Method in class com.fasterxml.jackson.jr.type.RecursiveType
 
SequenceComposer<THIS extends SequenceComposer<THIS>> - Class in com.fasterxml.jackson.jr.ob.comp
 
SequenceComposer(JsonGenerator) - Constructor for class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
SER_BOOLEAN - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_BOOLEAN_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_BYTE_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_CALENDAR - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_CHAR - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_CHAR_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_CHARACTER_SEQUENCE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_CLASS - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_COLLECTION - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
All kinds of Collections other than Lists
SER_DATE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_ENUM - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_FILE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_INT_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_ITERABLE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Anything that implements Iterable, but not Collection.
SER_LIST - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
All kinds of Lists.
SER_LONG_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_MAP - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
All kinds of Maps.
SER_NUMBER_BIG_DECIMAL - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_BIG_INTEGER - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_BYTE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_DOUBLE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_FLOAT - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_INTEGER - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_LONG - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_NUMBER_SHORT - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_OBJECT_ARRAY - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Arrays of non-primitive types
SER_STRING - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_TREE_NODE - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
An implementation of TreeNode
SER_UNKNOWN - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Type not yet resolved
SER_URI - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_URL - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
SER_UUID - Static variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
setFieldName(String) - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
setFrom(Object) - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
setIndex(int) - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
setValueFor(Object, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
SimpleValueReader - Class in com.fasterxml.jackson.jr.ob.impl
ValueReader used for simple scalar types and related.
SimpleValueReader(int, Class<?>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
singletonArray(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Specialized method that is called when a single-entry array needs to be constructed.
singletonArray(Class<T>, T) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
singletonCollection(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Specialized method that is called when a single-entry Collection needs to be constructed.
singletonMap(Object, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
Specialized method that is called when an empty list needs to be constructed; this may be a new list, or an immutable shared List, depending on implementation.
size() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
size() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
start() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
start() - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
start() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
start() - Method in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
startArray() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
startArray() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
startArrayField(String) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
startArrayField(SerializableString) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
startArrayField(String) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
startArrayField(SerializableString) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
startObject() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
startObject() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
startObjectField(String) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
startObjectField(SerializableString) - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
startObjectField(String) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
startObjectField(SerializableString) - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
std - Static variable in class com.fasterxml.jackson.jr.ob.impl.AnyReader
 
std - Static variable in class com.fasterxml.jackson.jr.ob.JSON
Singleton instance with standard, default configuration.
streamComposer(int, JsonGenerator, boolean) - Static method in class com.fasterxml.jackson.jr.ob.JSONComposer
 
stringComposer(int, JsonGenerator, SegmentedStringWriter) - Static method in class com.fasterxml.jackson.jr.ob.JSONComposer
 

T

T_ARRAY - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
T_INTERFACE - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
T_PRIMITIVE - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
T_RECURSIVE - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
T_REGULAR - Static variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
toString() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
toString() - Method in class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
toString() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
toString() - Method in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
 
toString() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
toString() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
toString() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
treeAsTokens(TreeNode) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
treeToValue(TreeNode, Class<T>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
typeBindings() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
TypeBindings - Class in com.fasterxml.jackson.jr.type
Helper class used for storing binding of local type variables to matching resolved types, in context of a single class.
TypeDetector - Class in com.fasterxml.jackson.jr.ob.impl
Helper object used for efficient detection of type information relevant to our conversion needs when writing out Java Objects as JSON.
TypeDetector(int, ConcurrentHashMap<ClassKey, Integer>, CopyOnWriteArrayList<BeanDefinition>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
TypeDetector(int, ConcurrentHashMap<ClassKey, ValueReader>) - Constructor for class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
TypeDetector(TypeDetector, int) - Constructor for class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
typeParameterArray() - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
typeParametersFor(Class<?>) - Method in class com.fasterxml.jackson.jr.type.ResolvedType
Method that will try to find type parameterization this type has for specified super type
typeParams() - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
TypeResolver - Class in com.fasterxml.jackson.jr.type
Object that is used for resolving generic type information of a class so that it is accessible using simple API.
TypeResolver() - Constructor for class com.fasterxml.jackson.jr.type.TypeResolver
 

V

valueOf(String) - Static method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
Returns the enum constant of this type with the specified name.
ValueReader - Class in com.fasterxml.jackson.jr.ob.impl
Helper class used when reading values of complex types other than Beans.
ValueReader() - Constructor for class com.fasterxml.jackson.jr.ob.impl.ValueReader
 
values() - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
values() - Static method in enum com.fasterxml.jackson.jr.ob.JSON.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.fasterxml.jackson.jr.ob.JSON
 
VERSION - Static variable in class com.fasterxml.jackson.jr.ob.PackageVersion
 
version() - Method in class com.fasterxml.jackson.jr.ob.PackageVersion
 

W

with(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.ClassKey
 
with(MapBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
with(CollectionBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
with(TypeDetector) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
with(TreeCodec) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
with(JsonFactory) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
with(TreeCodec) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified TreeCodec, and returning new instance (or, if there would be no change, this instance).
with(JSONReader) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified JSONReader, and returning new instance (or, if there would be no change, this instance).
with(JSONWriter) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified JSONWriter, and returning new instance (or, if there would be no change, this instance).
with(PrettyPrinter) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified PrettyPrinter, and returning new instance (or, if there would be no change, this instance).
with(MapBuilder) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified MapBuilder, and returning new instance (or, if there would be no change, this instance).
with(CollectionBuilder) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified CollectionBuilder, and returning new instance (or, if there would be no change, this instance).
with(JSON.Feature, boolean) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified feature enabled or disabled (depending on state), and returning an instance with that setting; this may either be this instance (if feature already had specified state), or a newly constructed instance.
with(JSON.Feature...) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified features enabled.
withAdditionalBinding(String, ResolvedType) - Method in class com.fasterxml.jackson.jr.type.TypeBindings
 
withFeatures(int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
withFeatures(int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
withGetter(Method) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
without(JSON.Feature...) - Method in class com.fasterxml.jackson.jr.ob.JSON
Mutant factory for constructing an instance with specified features disabled.
withReader(ValueReader) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
withSetter(Method) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
withTypeId(int) - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
wrapWithPath(Throwable, Object, String) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Method that can be called to either create a new JsonMappingException (if underlying exception is not a JsonMappingException), or augment given exception with given path/reference information.
wrapWithPath(Throwable, Object, int) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
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, JSONObjectException.Reference) - Static method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
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(Object, JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
write(Object, OutputStream) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
write(Object, Writer) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
write(Object, File) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
writeBeanValue(BeanDefinition, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBigDecimalField(String, BigDecimal) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBigDecimalValue(BigDecimal) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBigIntegerField(String, BigInteger) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBigIntegerValue(BigInteger) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBinaryField(String, byte[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBinaryValue(byte[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBooleanArrayField(String, boolean[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBooleanArrayValue(boolean[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBooleanField(String, boolean) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeBooleanValue(boolean) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeCollectionField(String, Collection<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeCollectionValue(Collection<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeDateField(String, Date) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeDateValue(Date) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeDoubleField(String, double) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeDoubleValue(double) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeEnumField(String, Enum<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeEnumValue(Enum<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeField(String, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIntArrayField(String, int[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIntArrayValue(int[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIntField(String, int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIntValue(int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIterableField(String, Iterable<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeIterableValue(Iterable<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeListField(String, List<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeListValue(List<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeLongArrayField(String, long[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeLongArrayValue(long[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeLongField(String, long) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeLongValue(long) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeMapField(String, Map<?, ?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeMapValue(Map<?, ?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeNullField(String) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeNullField(SerializedString) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeNullValue() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeObjectArrayField(String, Object[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeObjectArrayValue(Object[]) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeStringField(String, String) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeStringLikeField(String, String, int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeStringLikeValue(String, int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeStringValue(String) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeTree(JsonGenerator, TreeNode) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
writeTreeNodeField(String, TreeNode) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeTreeNodeValue(TreeNode) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeUnknownField(String, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeUnknownValue(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
writeValue(JsonGenerator, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
writeValue(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 

_

_appendClassDesc(StringBuilder) - Method in class com.fasterxml.jackson.jr.type.ResolvedType
 
_appendPathDesc(StringBuilder) - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
_arraysAsLists - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_bean() - Method in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
_bindings - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_buildMap(int) - Method in class com.fasterxml.jackson.jr.ob.impl.DeferredMap
 
_buildMessage() - Method in exception com.fasterxml.jackson.jr.ob.JSONObjectException
 
_byIndex - Variable in class com.fasterxml.jackson.jr.ob.impl.EnumReader
 
_byName - Variable in class com.fasterxml.jackson.jr.ob.impl.EnumReader
 
_byteWriter - Variable in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_cache - Variable in class com.fasterxml.jackson.jr.type.TypeResolver
 
_checkResultType(Class<?>, Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_checkTreeCodec() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_checkUnknown(Object) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
_child - Variable in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_childClosed() - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_close(Closeable) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_close(Closeable, Exception) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_closeChild() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
_closeChild() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_closeChild() - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
_closeChild() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
_closeGenerator - Variable in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_collection - Variable in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
_collectionBuilder - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Handler that takes care of constructing Maps as needed
_collectionBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_collectionType - Variable in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
Optional Collection implementation class, used when specific implementation is desired.
_collectionType - Variable in class com.fasterxml.jackson.jr.ob.impl.CollectionReader
 
_config(JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_config(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_current - Variable in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
 
_current - Variable in class com.fasterxml.jackson.jr.ob.impl.MapBuilder.Default
 
_defaultCtor - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_defaultReader(int, TreeCodec) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_defaultWriter(int, TreeCodec) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_elementType - Variable in class com.fasterxml.jackson.jr.ob.impl.ArrayReader
 
_elemType - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_erasedType - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_features - Variable in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder
 
_features - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_features - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
_features - Variable in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
 
_features - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_features - Variable in class com.fasterxml.jackson.jr.ob.JSON
 
_features - Variable in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_fetchLong(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
_fieldName - Variable in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_fieldName - Variable in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
Name of field (for beans) or key (for Maps) that is part of the reference.
_findFull(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_findSimple(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.comp.ArrayComposer
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
_finish() - Method in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_from - Variable in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
Object through which reference was resolved.
_generator - Variable in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
_generator - Variable in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
_generator - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
_getMethod - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
_illegalCall() - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_incompleteReaders - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
During resolution, some readers may be in-progress, but need to be linked: for example, with cyclic type references.
_index - Variable in class com.fasterxml.jackson.jr.ob.JSONObjectException.Reference
Index within a Collection instance that contained the reference; used if index is relevant and available.
_initForReading(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_interfaces - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_introspect(Class<?>, Map<String, BeanProperty>) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_introspectBean(Class<?>, boolean, boolean) - Method in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_json - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_jsonFactory - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_jsonFactory - Variable in class com.fasterxml.jackson.jr.ob.JSON
Underlying JSON factory used for creating Streaming parsers and generators.
_key - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_kind - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_knownBeans - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Set of Bean types that have been resolved.
_knownReaders - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Set of ValueReaders that we have resolved
_knownSerTypes - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
Mapping from classes to resolved type constants or indexes, to use for serialization.
_list(int) - Method in class com.fasterxml.jackson.jr.ob.impl.CollectionBuilder.Default
Overridable factory method for constructing underlying List.
_longCtor - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_map - Variable in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_mapBuilder - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Handler that takes care of constructing Maps as needed
_mapBuilder(Class<?>) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_mapType - Variable in class com.fasterxml.jackson.jr.ob.impl.MapBuilder
Optional Map implementation class, used when specific implementation is desired.
_mapType - Variable in class com.fasterxml.jackson.jr.ob.impl.MapReader
 
_name - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
_noTypeReference() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_open - Variable in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_parent - Variable in class com.fasterxml.jackson.jr.ob.comp.ArrayComposer
 
_parent - Variable in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
_parent - Variable in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_parent - Variable in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
_parser - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_parser(Object) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_path - Variable in exception com.fasterxml.jackson.jr.ob.JSONObjectException
Path through which problem that triggering throwing of this exception was reached.
_prettyPrinter - Variable in class com.fasterxml.jackson.jr.ob.JSON
 
_prevClass - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_prevType - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_primitives - Static variable in class com.fasterxml.jackson.jr.type.TypeResolver
 
_properties - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_propsByName - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_rawType - Variable in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
_readBinary(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
_reader - Variable in class com.fasterxml.jackson.jr.ob.JSON
Blueprint instance of the reader to use for reading JSON as simple Objects.
_readerForOperation(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_readerLock - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
 
_readIntArray(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
_referencedType - Variable in class com.fasterxml.jackson.jr.type.RecursiveType
 
_requireSetter - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
_result - Variable in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_safeFinish() - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
Helper method used to "peel away" bogus exception declaration
_setMethod - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
 
_start() - Method in class com.fasterxml.jackson.jr.ob.comp.ArrayComposer
 
_start() - Method in class com.fasterxml.jackson.jr.ob.comp.CollectionComposer
 
_start() - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_start() - Method in class com.fasterxml.jackson.jr.ob.comp.MapComposer
 
_start() - Method in class com.fasterxml.jackson.jr.ob.comp.ObjectComposer
 
_start() - Method in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_startArray(P, JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_startCollection(P) - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_startMap(P) - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_startObject(P, JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.comp.ComposerBase
 
_stringCtor - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_stringWriter - Variable in class com.fasterxml.jackson.jr.ob.JSONComposer
 
_super - Variable in class com.fasterxml.jackson.jr.type.ResolvedType
 
_this() - Method in class com.fasterxml.jackson.jr.ob.comp.SequenceComposer
 
_tokenDesc(JsonParser) - Method in class com.fasterxml.jackson.jr.ob.impl.ValueReader
 
_tokenDesc(JsonParser, JsonToken) - Static method in class com.fasterxml.jackson.jr.ob.impl.ValueReader
 
_treeCodec - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec
 
_treeCodec - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_treeCodec() - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
 
_treeCodec - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
_treeCodec - Variable in class com.fasterxml.jackson.jr.ob.JSON
Optional handler for TreeNode values: if defined, we can read and write TreeNode instances that codec supports.
_type - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanDefinition
 
_typeDetector - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Object that is used to resolve types of values dynamically.
_typeDetector - Variable in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
Object that is used to resolve types of values dynamically.
_typeId - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
Pre-resolved type id for reading/writing values, if statically known.
_typeId - Variable in class com.fasterxml.jackson.jr.ob.impl.SimpleValueReader
 
_typeResolver - Variable in class com.fasterxml.jackson.jr.ob.impl.TypeDetector
For generic containers (Collections, Maps, arrays), we may need this guy.
_valueReader - Variable in class com.fasterxml.jackson.jr.ob.impl.ArrayReader
 
_valueReader - Variable in class com.fasterxml.jackson.jr.ob.impl.BeanProperty
For non-trivial non-bean types
_valueReader - Variable in class com.fasterxml.jackson.jr.ob.impl.CollectionReader
 
_valueReader - Variable in class com.fasterxml.jackson.jr.ob.impl.MapReader
 
_with(int, TypeDetector, TreeCodec, CollectionBuilder, MapBuilder) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONReader
Overridable method that all mutant factories call if a new instance is to be constructed
_with(int, TypeDetector, TreeCodec) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
Overridable method that all mutant factories call if a new instance is to be constructed
_with(int) - Method in class com.fasterxml.jackson.jr.ob.JSON
Internal mutant factory method used for constructing
_with(int, JsonFactory, TreeCodec, JSONReader, JSONWriter, PrettyPrinter) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_writeAndClose(Object, JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_writer - Variable in class com.fasterxml.jackson.jr.ob.JSON
Blueprint isntance of the writer to use for writing JSON given simple Objects.
_writerForOperation(JsonGenerator) - Method in class com.fasterxml.jackson.jr.ob.JSON
 
_writeValue(Object, int) - Method in class com.fasterxml.jackson.jr.ob.impl.JSONWriter
 
A B C D E F G H I J K L M N O P R S T V W _ 

Copyright © 2014-2015 FasterXML. All Rights Reserved.