| 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 | Method and Description |
|---|---|
void |
ProtoFieldMetadata.generateProto(IndentWriter iw) |
void |
ProtoTypeMetadata.generateProto(IndentWriter iw) |
void |
ProtoMessageTypeMetadata.generateProto(IndentWriter iw) |
void |
ProtoEnumTypeMetadata.generateProto(IndentWriter iw) |
void |
ProtoEnumValueMetadata.generateProto(IndentWriter iw) |
private void |
MarshallerCodeGenerator.genSetField(IndentWriter iw,
ProtoFieldMetadata fieldMetadata) |
private void |
MarshallerCodeGenerator.initMarshallerDelegateField(IndentWriter iw,
ProtoFieldMetadata fieldMetadata) |