@FunctionalInterface
public interface JsonTypeResolver
JavaType from the topic/data/headers.| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JavaType |
resolveType(java.lang.String topic,
byte[] data,
org.apache.kafka.common.header.Headers headers)
Determine the type.
|