Uses of Class
org.infinispan.protostream.annotations.impl.IndentWriter
-
Packages that use IndentWriter 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. -
-
Uses of IndentWriter in org.infinispan.protostream.annotations.impl
Methods in org.infinispan.protostream.annotations.impl that return IndentWriter Modifier and Type Method Description IndentWriterIndentWriter. append(char c)IndentWriterIndentWriter. append(CharSequence cs)IndentWriterIndentWriter. append(CharSequence cs, int start, int end)IndentWriterIndentWriter. dec()Decrease indentation.IndentWriterIndentWriter. inc()Increase indentation.Methods in org.infinispan.protostream.annotations.impl with parameters of type IndentWriter Modifier and Type Method Description protected static voidProtoTypeMetadata. appendDocumentation(IndentWriter iw, String documentation)voidHasProtoSchema. generateProto(IndentWriter writer)voidProtoEnumTypeMetadata. generateProto(IndentWriter iw)voidProtoEnumValueMetadata. generateProto(IndentWriter iw)voidProtoFieldMetadata. generateProto(IndentWriter iw)voidProtoMessageTypeMetadata. generateProto(IndentWriter iw)voidProtoTypeMetadata. generateProto(IndentWriter iw)
-