Class Field

java.lang.Object
org.infinispan.protostream.schema.Field
Direct Known Subclasses:
Map

public class Field extends Object
Since:
5.0
  • Field Details

    • type

      protected final Type type
    • name

      protected final String name
    • fullName

      protected final String fullName
    • number

      protected final int number
    • repeated

      protected final boolean repeated
    • comments

      protected final List<String> comments
    • options

      protected final Map<String,Object> options
  • Method Details

    • getType

      public Type getType()
    • getName

      public String getName()
    • getFullName

      public String getFullName()
    • getNumber

      public int getNumber()
    • isRepeated

      public boolean isRepeated()
    • getComments

      public List<String> getComments()
    • getOptions

      public Map<String,Object> getOptions()