Uses of Class
com.fasterxml.jackson.jr.ob.JSON.Feature
-
Packages that use JSON.Feature Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.api com.fasterxml.jackson.jr.ob.impl -
-
Uses of JSON.Feature in com.fasterxml.jackson.jr.ob
Methods in com.fasterxml.jackson.jr.ob that return JSON.Feature Modifier and Type Method Description static JSON.FeatureJSON.Feature. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSON.Feature[]JSON.Feature. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.jr.ob with parameters of type JSON.Feature Modifier and Type Method Description 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.booleanJSON.Builder. isEnabled(JSON.Feature f)booleanJSON. isEnabled(JSON.Feature f)JSON.BuilderJSON.Builder. set(JSON.Feature feature, boolean state)JSONJSON. 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. -
Uses of JSON.Feature in com.fasterxml.jackson.jr.ob.api
Methods in com.fasterxml.jackson.jr.ob.api with parameters of type JSON.Feature Modifier and Type Method Description booleanCollectionBuilder. isEnabled(JSON.Feature f)booleanMapBuilder. isEnabled(JSON.Feature f) -
Uses of JSON.Feature in com.fasterxml.jackson.jr.ob.impl
Methods in com.fasterxml.jackson.jr.ob.impl with parameters of type JSON.Feature Modifier and Type Method Description booleanJSONReader. isEnabled(JSON.Feature f)booleanJSONWriter. isEnabled(JSON.Feature f)
-