| Package | Description |
|---|---|
| org.infinispan.protostream.annotations.impl |
Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
this metadata in order to generate Protobuf schemas and marshallers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportedProtoTypeMetadata
A
ProtoTypeMetadata for a message or enum type that is defined in an external protobuf schema and its
definition was not created based on annotations during the current execution of a ProtoSchemaBuilder. |
class |
ProtoEnumTypeMetadata
A
ProtoTypeMetadata for an enum type created based on annotations during the current execution of ProtoSchemaBuilder. |
class |
ProtoEnumValueMetadata |
class |
ProtoFieldMetadata |
class |
ProtoMessageTypeMetadata
A
ProtoTypeMetadata for a message type created based on annotations during the current execution of ProtoSchemaBuilder. |
class |
ProtoTypeMetadata |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.