Uses of Class
io.confluent.kafka.schemaregistry.protobuf.ProtobufSchema
Packages that use ProtobufSchema
Package
Description
-
Uses of ProtobufSchema in io.confluent.kafka.schemaregistry.protobuf
Methods in io.confluent.kafka.schemaregistry.protobuf that return ProtobufSchemaModifier and TypeMethodDescriptionProtobufSchema.copy()ProtobufSchema.copy(List<SchemaReference> references) ProtobufSchema.copy(List<SchemaReference> references, Map<String, com.squareup.wire.schema.internal.parser.ProtoFileElement> dependencies) static ProtobufSchemaProtobufSchemaUtils.copyOf(ProtobufSchema schema) ProtobufSchema.copyWithSchema(String schema) static ProtobufSchemaProtobufSchemaUtils.getSchema(com.google.protobuf.Message message) ProtobufSchema.normalize()Methods in io.confluent.kafka.schemaregistry.protobuf with parameters of type ProtobufSchemaModifier and TypeMethodDescriptionstatic ProtobufSchemaProtobufSchemaUtils.copyOf(ProtobufSchema schema) protected static StringProtobufSchemaUtils.toFormattedString(ProtobufSchemaUtils.FormatContext ctx, ProtobufSchema schema) protected static StringProtobufSchemaUtils.toNormalizedString(ProtobufSchema schema) static ObjectProtobufSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value, ProtobufSchema schema) static ObjectProtobufSchemaUtils.toObject(String value, ProtobufSchema schema) -
Uses of ProtobufSchema in io.confluent.kafka.schemaregistry.protobuf.diff
Methods in io.confluent.kafka.schemaregistry.protobuf.diff with parameters of type ProtobufSchemaModifier and TypeMethodDescriptionvoidContext.collectTypeInfo(ProtobufSchema schema, boolean isOriginal) static List<Difference>SchemaDiff.compare(ProtobufSchema original, ProtobufSchema update)