Uses of Enum
org.json.simple.Jsoner.DeserializationOptions
Packages that use Jsoner.DeserializationOptions
-
Uses of Jsoner.DeserializationOptions in org.json.simple
Subclasses with type arguments of type Jsoner.DeserializationOptions in org.json.simpleModifier and TypeClassDescriptionprivate static enumFlags to tweak the behavior of the primary deserialization method.Methods in org.json.simple that return Jsoner.DeserializationOptionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Jsoner.DeserializationOptions[]Jsoner.DeserializationOptions.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.json.simple with type arguments of type Jsoner.DeserializationOptionsModifier and TypeMethodDescriptionprivate static JsonArrayJsoner.deserialize(Reader deserializable, Set<Jsoner.DeserializationOptions> flags) Deserialize a stream with all deserialized JSON values are wrapped in a JsonArray.