Interface SchemaFactory

All Known Implementing Classes:
ManifestSchemaFactory

@ExperimentalApi interface SchemaFactory
A factory that manufactures Schema instances for protobuf messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Schema<T>
    createSchema(Class<T> messageType)
    Creates a schema instance for the given protobuf message type.
  • Method Details

    • createSchema

      <T> Schema<T> createSchema(Class<T> messageType)
      Creates a schema instance for the given protobuf message type.