Class ProtobufSchema
java.lang.Object
io.apicurio.registry.utils.protobuf.schema.ProtobufSchema
- Author:
- Fabian Martinez
-
Constructor Summary
ConstructorsConstructorDescriptionProtobufSchema(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, com.squareup.wire.schema.internal.parser.ProtoFileElement protoFileElement) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Descriptors.FileDescriptorcom.squareup.wire.schema.internal.parser.ProtoFileElement
-
Constructor Details
-
ProtobufSchema
public ProtobufSchema(com.google.protobuf.Descriptors.FileDescriptor fileDescriptor, com.squareup.wire.schema.internal.parser.ProtoFileElement protoFileElement)
-
-
Method Details
-
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
- Returns:
- the protobufFile
-