is the full package path to the Kafka Deserializer
is the java.lang.Class for className
creates an instance of classType.
This is defaulted with a Deserializer.Constructor[A] function that creates a
new instance using an assumed empty constructor.
Supplying this parameter allows for manual provision of the Deserializer.
is the full package path to the Kafka Deserializer
is the java.lang.Class for className
creates an instance of classType.
creates an instance of classType.
This is defaulted with a Deserializer.Constructor[A] function that creates a
new instance using an assumed empty constructor.
Supplying this parameter allows for manual provision of the Deserializer.
Creates a new instance.
Wraps a Kafka
Deserializer, provided for convenience, since it can be implicitly fetched from the context.is the full package path to the Kafka
Deserializeris the
java.lang.Classfor classNamecreates an instance of classType. This is defaulted with a
Deserializer.Constructor[A]function that creates a new instance using an assumed empty constructor. Supplying this parameter allows for manual provision of theDeserializer.