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.Feature
JSON.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.Builder
JSON.Builder. disable(JSON.Feature... features)
Method for disabling a set of Features forJSON
to be built.JSON.Builder
JSON.Builder. enable(JSON.Feature... features)
Method for enabling a set of Features forJSON
to be built.boolean
JSON.Builder. isEnabled(JSON.Feature f)
boolean
JSON. isEnabled(JSON.Feature f)
JSON.Builder
JSON.Builder. set(JSON.Feature feature, boolean state)
JSON
JSON. with(JSON.Feature... features)
Mutant factory for constructing an instance with specified features enabled.JSON
JSON. 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.JSON
JSON. 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 boolean
CollectionBuilder. isEnabled(JSON.Feature f)
boolean
MapBuilder. 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 boolean
JSONReader. isEnabled(JSON.Feature f)
boolean
JSONWriter. isEnabled(JSON.Feature f)
-