| Package | Description |
|---|---|
| org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
| org.infinispan.protostream.descriptors |
Represents information contained in a proto file
|
| org.infinispan.protostream.impl |
Protostream internals.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagHandler.onTag(int fieldNumber,
java.lang.String fieldName,
Type type,
JavaType javaType,
java.lang.Object tagValue) |
| Modifier and Type | Field and Description |
|---|---|
private JavaType |
Type.javaType |
| Modifier and Type | Method and Description |
|---|---|
JavaType |
FieldDescriptor.getJavaType() |
JavaType |
Type.getJavaType() |
static JavaType |
JavaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaType[] |
JavaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Type(JavaType javaType,
int wireType) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.Object |
ProtoStreamReaderImpl.readPrimitive(java.lang.String fieldName,
JavaType javaType) |