Uses of Class
com.fasterxml.jackson.jr.ob.JSON
-
Packages that use JSON Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.impl -
-
Uses of JSON in com.fasterxml.jackson.jr.ob
Fields in com.fasterxml.jackson.jr.ob declared as JSON Modifier and Type Field Description static JSONJSON. stdSingleton instance with standard, default configuration.Methods in com.fasterxml.jackson.jr.ob that return JSON Modifier and Type Method Description protected JSONJSON. _with(int features)Internal mutant factory method used for constructingprotected JSONJSON. _with(int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader reader, JSONWriter writer, com.fasterxml.jackson.core.PrettyPrinter pp)JSONJSON.Builder. build()JSONJSON. with(com.fasterxml.jackson.core.JsonFactory f)Deprecated.Since 2.11 should not try changing underlying stream factory but create a new instance if necessary: method will be removed from 3.0 at latestJSONJSON. with(com.fasterxml.jackson.core.PrettyPrinter pp)Mutant factory for constructing an instance with specifiedPrettyPrinter, and returning new instance (or, if there would be no change, this instance).JSONJSON. with(com.fasterxml.jackson.core.TreeCodec c)Deprecated.Since 2.11 should try using builder (seebuilder()and create properly configured instanceJSONJSON. with(CollectionBuilder b)Mutant factory for constructing an instance with specifiedCollectionBuilder, and returning new instance (or, if there would be no change, this instance).JSONJSON. with(MapBuilder b)Mutant factory for constructing an instance with specifiedMapBuilder, and returning new instance (or, if there would be no change, this instance).JSONJSON. with(ReaderWriterProvider rwp)Deprecated.Since 2.11 should register usingJacksonJrExtensionJSONJSON. with(JSONReader r)Deprecated.Since 2.11 should try using builder (seebuilder()and create properly configured instanceJSONJSON. with(JSONWriter w)Deprecated.Since 2.11 should try using builder (seebuilder()and create properly configured instanceJSONJSON. with(JSON.Feature... features)Mutant factory for constructing an instance with specified features enabled.JSONJSON. with(JSON.Feature feature, boolean state)Mutant factory for constructing an instance with specified feature enabled or disabled (depending onstate), and returning an instance with that setting; this may either be this instance (if feature already had specified state), or a newly constructed instance.JSONJSON. without(JSON.Feature... features)Mutant factory for constructing an instance with specified features disabled.Constructors in com.fasterxml.jackson.jr.ob with parameters of type JSON Constructor Description JSON(JSON base, int features, com.fasterxml.jackson.core.JsonFactory jsonF, com.fasterxml.jackson.core.TreeCodec trees, JSONReader r, JSONWriter w, com.fasterxml.jackson.core.PrettyPrinter pp)JSON(JSON base, ValueReaderLocator rloc, ValueWriterLocator wloc) -
Uses of JSON in com.fasterxml.jackson.jr.ob.impl
Fields in com.fasterxml.jackson.jr.ob.impl declared as JSON Modifier and Type Field Description protected JSONJSONAsObjectCodec. _jsonConstructors in com.fasterxml.jackson.jr.ob.impl with parameters of type JSON Constructor Description JSONAsObjectCodec(JSON json)JSONAsObjectCodec(JSON json, com.fasterxml.jackson.core.JsonFactory jf)JSONAsObjectCodec(JSON json, com.fasterxml.jackson.core.JsonFactory jf, com.fasterxml.jackson.core.TreeCodec treeCodec)
-