Uses of Enum Class
org.infinispan.protostream.schema.Syntax
Packages that use Syntax
-
Uses of Syntax in org.infinispan.protostream.schema
Fields in org.infinispan.protostream.schema declared as SyntaxModifier and TypeFieldDescriptionprivate SyntaxSchema.Builder.syntaxprivate final SyntaxSchema.syntaxMethods in org.infinispan.protostream.schema that return SyntaxModifier and TypeMethodDescriptionstatic SyntaxSyntax.fromString(String syntax) Schema.getSyntax()static SyntaxReturns the enum constant of this class with the specified name.static Syntax[]Syntax.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.protostream.schema with parameters of type Syntax