Class JacksonSerdeGenerator
java.lang.Object
io.quarkus.smallrye.reactivemessaging.kafka.deployment.JacksonSerdeGenerator
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgenerateDeserializer(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClass, org.jboss.jandex.Type type) static StringgenerateSerializer(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClass, org.jboss.jandex.Type type)
-
Method Details
-
generateSerializer
public static String generateSerializer(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClass, org.jboss.jandex.Type type) -
generateDeserializer
public static String generateDeserializer(io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedClassBuildItem> generatedClass, org.jboss.jandex.Type type)
-