Uses of Class
org.infinispan.protostream.descriptors.FileDescriptor.Syntax
-
Packages that use FileDescriptor.Syntax Package Description org.infinispan.protostream.descriptors Represents information contained in a proto file -
-
Uses of FileDescriptor.Syntax in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that return FileDescriptor.Syntax Modifier and Type Method Description static FileDescriptor.Syntax
FileDescriptor.Syntax. fromString(String syntax)
FileDescriptor.Syntax
FileDescriptor. getSyntax()
static FileDescriptor.Syntax
FileDescriptor.Syntax. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileDescriptor.Syntax[]
FileDescriptor.Syntax. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.protostream.descriptors with parameters of type FileDescriptor.Syntax Modifier and Type Method Description FileDescriptor.Builder
FileDescriptor.Builder. withSyntax(FileDescriptor.Syntax syntax)
-