Uses of Interface
io.apicurio.registry.serde.IdHandler
-
Packages that use IdHandler Package Description io.apicurio.registry.serde -
-
Uses of IdHandler in io.apicurio.registry.serde
Classes in io.apicurio.registry.serde that implement IdHandler Modifier and Type Class Description classDefaultIdHandlerclassLegacy4ByteIdHandlerIdHandler that assumes 4 bytes for the magic number (the ID).Fields in io.apicurio.registry.serde declared as IdHandler Modifier and Type Field Description protected IdHandlerAbstractKafkaSerDe. idHandlerMethods in io.apicurio.registry.serde that return IdHandler Modifier and Type Method Description IdHandlerAbstractKafkaSerDe. getIdHandler()Methods in io.apicurio.registry.serde with parameters of type IdHandler Modifier and Type Method Description voidAbstractKafkaSerDe. setIdHandler(IdHandler idHandler)
-