Uses of Class
io.confluent.kafka.schemaregistry.avro.AvroSchema
Packages that use AvroSchema
-
Uses of AvroSchema in io.confluent.kafka.schemaregistry.avro
Methods in io.confluent.kafka.schemaregistry.avro that return AvroSchemaModifier and TypeMethodDescriptionAvroSchema.copy()static AvroSchemaAvroSchemaUtils.copyOf(AvroSchema schema) AvroSchema.normalize()Methods in io.confluent.kafka.schemaregistry.avro with parameters of type AvroSchemaModifier and TypeMethodDescriptionstatic AvroSchemaAvroSchemaUtils.copyOf(AvroSchema schema) protected static StringAvroSchemaUtils.toNormalizedString(AvroSchema schema) static ObjectAvroSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value, AvroSchema schema) static ObjectAvroSchemaUtils.toObject(com.fasterxml.jackson.databind.JsonNode value, AvroSchema schema, org.apache.avro.io.DatumReader<Object> reader) static ObjectAvroSchemaUtils.toObject(String value, AvroSchema schema) static ObjectAvroSchemaUtils.toObject(String value, AvroSchema schema, org.apache.avro.io.DatumReader<Object> reader)