Uses of Enum
org.json.simple.Jsoner.States
Packages that use Jsoner.States
-
Uses of Jsoner.States in org.json.simple
Subclasses with type arguments of type Jsoner.States in org.json.simpleModifier and TypeClassDescriptionprivate static enumThe possible States of a JSON deserializer.Methods in org.json.simple that return Jsoner.StatesModifier and TypeMethodDescriptionprivate static Jsoner.StatesJsoner.popNextState(LinkedList<Jsoner.States> stateStack) Used for state transitions while deserializing.static Jsoner.StatesReturns the enum constant of this type with the specified name.static Jsoner.States[]Jsoner.States.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.StatesModifier and TypeMethodDescriptionprivate static Jsoner.StatesJsoner.popNextState(LinkedList<Jsoner.States> stateStack) Used for state transitions while deserializing.