Uses of Class
org.glassfish.json.JsonGeneratorImpl.Scope
-
Packages that use JsonGeneratorImpl.Scope Package Description org.glassfish.json -
-
Uses of JsonGeneratorImpl.Scope in org.glassfish.json
Fields in org.glassfish.json declared as JsonGeneratorImpl.Scope Modifier and Type Field Description (package private) JsonGeneratorImpl.Scope
JsonGeneratorImpl.Context. scope
Methods in org.glassfish.json 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.glassfish.json with parameters of type JsonGeneratorImpl.Scope Constructor Description Context(JsonGeneratorImpl.Scope scope)
-