| 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 |
|---|---|
IndentWriter |
IndentWriter.append(char c) |
IndentWriter |
IndentWriter.append(CharSequence cs) |
IndentWriter |
IndentWriter.append(CharSequence cs,
int start,
int end) |
IndentWriter |
IndentWriter.dec()
Decrease indentation.
|
IndentWriter |
IndentWriter.inc()
Increase indentation.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ProtoTypeMetadata.appendDocumentation(IndentWriter iw,
String documentation) |
void |
ProtoTypeMetadata.generateProto(IndentWriter iw) |
void |
ProtoMessageTypeMetadata.generateProto(IndentWriter iw) |
void |
ProtoFieldMetadata.generateProto(IndentWriter iw) |
void |
ProtoEnumValueMetadata.generateProto(IndentWriter iw) |
void |
ProtoEnumTypeMetadata.generateProto(IndentWriter iw) |
void |
HasProtoSchema.generateProto(IndentWriter iw) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.