Uses of Enum Class
com.predic8.membrane.core.graphql.Tokenizer.Type
Packages that use Tokenizer.Type
Package
Description
An implementation of a https://spec.graphql.org/October2021/ parser.
-
Uses of Tokenizer.Type in com.predic8.membrane.core.graphql
Methods in com.predic8.membrane.core.graphql that return Tokenizer.TypeModifier and TypeMethodDescriptionTokenizer.type()static Tokenizer.TypeReturns the enum constant of this class with the specified name.static Tokenizer.Type[]Tokenizer.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.