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
|
Modifier and Type | Method and Description |
---|---|
void |
TagHandler.onTag(int fieldNumber,
String fieldName,
Type type,
JavaType javaType,
Object tagValue) |
Modifier and Type | Method and Description |
---|---|
JavaType |
FieldDescriptor.getJavaType() |
JavaType |
Type.getJavaType() |
static JavaType |
JavaType.valueOf(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.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.