Interface HasProtoSchema
-
- All Known Implementing Classes:
ImportedProtoTypeMetadata,ProtoEnumTypeMetadata,ProtoEnumValueMetadata,ProtoFieldMetadata,ProtoMessageTypeMetadata,ProtoTypeMetadata
public interface HasProtoSchemaDumps proto schema to writer.- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidgenerateProto(IndentWriter writer)default StringtoProtoSchema()Get the schema as String, mainly as an aid for debugging.
-
-
-
Method Detail
-
generateProto
void generateProto(IndentWriter writer)
-
toProtoSchema
default String toProtoSchema()
Get the schema as String, mainly as an aid for debugging.
-
-