Class ProtobufSchema
- java.lang.Object
-
- io.apicurio.registry.utils.protobuf.schema.ProtobufSchema
-
public class ProtobufSchema extends Object
- Author:
- Fabian Martinez
-
-
Constructor Summary
Constructors Constructor Description ProtobufSchema(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, com.squareup.wire.schema.internal.parser.ProtoFileElement protoFileElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.Descriptors.FileDescriptor
getFileDescriptor()
ProtobufFile
getProtobufFile()
com.squareup.wire.schema.internal.parser.ProtoFileElement
getProtoFileElement()
-
-
-
Method Detail
-
getFileDescriptor
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor()
- Returns:
- the fileDescriptor
-
getProtoFileElement
public com.squareup.wire.schema.internal.parser.ProtoFileElement getProtoFileElement()
- Returns:
- the protoFileElement
-
getProtobufFile
public ProtobufFile getProtobufFile()
- Returns:
- the protobufFile
-
-