Uses of Class
org.eclipse.parsson.JsonGeneratorImpl.Scope
-
Packages that use JsonGeneratorImpl.Scope Package Description org.eclipse.parsson -
-
Uses of JsonGeneratorImpl.Scope in org.eclipse.parsson
Fields in org.eclipse.parsson declared as JsonGeneratorImpl.Scope Modifier and Type Field Description (package private) JsonGeneratorImpl.Scope
JsonGeneratorImpl.Context. scope
Methods in org.eclipse.parsson that return JsonGeneratorImpl.Scope Modifier and Type Method Description static JsonGeneratorImpl.Scope
JsonGeneratorImpl.Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonGeneratorImpl.Scope[]
JsonGeneratorImpl.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.parsson with parameters of type JsonGeneratorImpl.Scope Constructor Description Context(JsonGeneratorImpl.Scope scope)
-