Uses of Class
com.fasterxml.jackson.jr.ob.JSON.Builder
-
Packages that use JSON.Builder Package Description com.fasterxml.jackson.jr.ob -
-
Uses of JSON.Builder in com.fasterxml.jackson.jr.ob
Methods in com.fasterxml.jackson.jr.ob that return JSON.Builder Modifier and Type Method Description static JSON.BuilderJSON. builder()static JSON.BuilderJSON. builder(com.fasterxml.jackson.core.JsonFactory streamFactory)JSON.BuilderJSON.Builder. collectionBuilder(CollectionBuilder b)JSON.BuilderJSON.Builder. disable(JSON.Feature... features)Method for disabling a set of Features forJSONto be built.JSON.BuilderJSON.Builder. enable(JSON.Feature... features)Method for enabling a set of Features forJSONto be built.JSON.BuilderJSON.Builder. jsonReader(JSONReader r)JSON.BuilderJSON.Builder. jsonWriter(JSONWriter w)JSON.BuilderJSON.Builder. mapBuilder(MapBuilder b)JSON.BuilderJSON.Builder. prettyPrinter(com.fasterxml.jackson.core.PrettyPrinter pp)Method for specifyingPrettyPrinterJSONto be built should use on serialization.JSON.BuilderJSON.Builder. register(JacksonJrExtension extension)Method for registering given extension to be used byJSONthis builder builds.JSON.BuilderJSON.Builder. set(JSON.Feature feature, boolean state)JSON.BuilderJSON.Builder. treeCodec(com.fasterxml.jackson.core.TreeCodec tc)Method for specifyingTreeCodecJSONto be built should use for reading and writingTreeNodevalues.Constructors in com.fasterxml.jackson.jr.ob with parameters of type JSON.Builder Constructor Description JSON(JSON.Builder b)Constructor used when creating instance usingJSON.Builder.
-