Java org.springframework.kafka.support.serializer JsonDeserializer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.support.serializer JsonDeserializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.support.serializer JsonDeserializer.

The text is from its open source code.

Constructor

JsonDeserializer()
Construct an instance with a default ObjectMapper .
JsonDeserializer(ObjectMapper objectMapper)
Construct an instance with the provided ObjectMapper .
JsonDeserializer(Class targetType)
Construct an instance with the provided target type, and a default ObjectMapper .
JsonDeserializer(TypeReference targetType)
Construct an instance with the provided target type, and a default ObjectMapper .