Uses of Class
io.confluent.kafka.schemaregistry.protobuf.dynamic.DynamicSchema
Packages that use DynamicSchema
Package
Description
-
Uses of DynamicSchema in io.confluent.kafka.schemaregistry.protobuf
Methods in io.confluent.kafka.schemaregistry.protobuf that return DynamicSchemaModifier and TypeMethodDescriptionProtobufSchema.toDynamicSchema()ProtobufSchema.toDynamicSchema(String name) -
Uses of DynamicSchema in io.confluent.kafka.schemaregistry.protobuf.dynamic
Methods in io.confluent.kafka.schemaregistry.protobuf.dynamic that return DynamicSchemaModifier and TypeMethodDescriptionDynamicSchema.Builder.build()Builds a dynamic schemastatic DynamicSchemaDynamicSchema.parseFrom(byte[] schemaDescBuf) Parses a serialized schema descriptor (from byte array)static DynamicSchemaDynamicSchema.parseFrom(InputStream schemaDescIn) Parses a serialized schema descriptor (from input stream; closes the stream)Methods in io.confluent.kafka.schemaregistry.protobuf.dynamic with parameters of type DynamicSchema