Class TableWireFormat

    • Constructor Detail

      • TableWireFormat

        public TableWireFormat​(String name,
                               int tag,
                               Column column)
      • TableWireFormat

        public TableWireFormat​(String name,
                               int parentTag)
    • Method Detail

      • getAttributeName

        public String getAttributeName()
      • getColumnName

        public String getColumnName()
      • getReadTag

        public int getReadTag()
      • getWriteTag

        public int getWriteTag()
      • getProtobufType

        public org.infinispan.protostream.descriptors.Type getProtobufType()
      • isArrayType

        public boolean isArrayType()
      • buildNestedTag

        public static int buildNestedTag​(int tag)
      • isNested

        public boolean isNested()
      • expectedType

        public Class<?> expectedType()