Package com.google.protobuf
Interface SchemaFactory
- All Known Implementing Classes:
ManifestSchemaFactory
A factory that manufactures
Schema
instances for protobuf messages.-
Method Summary
Modifier and TypeMethodDescription<T> Schema
<T> createSchema
(Class<T> messageType) Creates a schema instance for the given protobuf message type.
-
Method Details
-
createSchema
Creates a schema instance for the given protobuf message type.
-