Package com.google.protobuf
Interface SchemaFactory
-
- All Known Implementing Classes:
ManifestSchemaFactory
@ExperimentalApi @CheckReturnValue interface SchemaFactory
A factory that manufacturesSchema
instances for protobuf messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Schema<T>
createSchema(java.lang.Class<T> messageType)
Creates a schema instance for the given protobuf message type.
-
-
-
Method Detail
-
createSchema
<T> Schema<T> createSchema(java.lang.Class<T> messageType)
Creates a schema instance for the given protobuf message type.
-
-