Uses of Class
io.confluent.kafka.serializers.AbstractKafkaSchemaSerDe.Migration
Packages that use AbstractKafkaSchemaSerDe.Migration
-
Uses of AbstractKafkaSchemaSerDe.Migration in io.confluent.kafka.serializers
Methods in io.confluent.kafka.serializers that return types with arguments of type AbstractKafkaSchemaSerDe.MigrationModifier and TypeMethodDescriptionprotected List<AbstractKafkaSchemaSerDe.Migration>AbstractKafkaSchemaSerDe.getMigrations(String subject, ParsedSchema writerSchema, ParsedSchema readerSchema) Method parameters in io.confluent.kafka.serializers with type arguments of type AbstractKafkaSchemaSerDe.MigrationModifier and TypeMethodDescriptionprotected ObjectAbstractKafkaSchemaSerDe.executeMigrations(List<AbstractKafkaSchemaSerDe.Migration> migrations, String subject, String topic, org.apache.kafka.common.header.Headers headers, Object message)