public class TableWireFormat extends Object implements Serializable
Constructor and Description |
---|
TableWireFormat(String name,
int parentTag) |
TableWireFormat(String name,
int tag,
Column column) |
Modifier and Type | Method and Description |
---|---|
void |
addNested(TableWireFormat childFormat) |
static int |
buildNestedTag(int tag) |
Class<?> |
expectedType() |
String |
getAttributeName() |
String |
getColumnName() |
TreeMap<Integer,TableWireFormat> |
getNestedWireMap() |
org.infinispan.protostream.descriptors.Type |
getProtobufType() |
int |
getReadTag() |
int |
getWriteTag() |
boolean |
isArrayType() |
boolean |
isNested() |
String |
toString() |
public TableWireFormat(String name, int parentTag)
public String getAttributeName()
public String getColumnName()
public int getReadTag()
public int getWriteTag()
public org.infinispan.protostream.descriptors.Type getProtobufType()
public boolean isArrayType()
public static int buildNestedTag(int tag)
public boolean isNested()
public void addNested(TableWireFormat childFormat)
public TreeMap<Integer,TableWireFormat> getNestedWireMap()
public Class<?> expectedType()
Copyright © 2020. All rights reserved.