Class AbstractJacksonJsonObjectMapper<N,P,J>

java.lang.Object
org.springframework.integration.support.json.AbstractJacksonJsonObjectMapper<N,P,J>
Type Parameters:
N - - The expected type of JSON Node.
P - - The expected type of JSON Parser.
J - - The expected type of Java Type representation.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, JsonObjectMapper<N,P>
Direct Known Subclasses:
Jackson2JsonObjectMapper

public abstract class AbstractJacksonJsonObjectMapper<N,P,J> extends Object implements JsonObjectMapper<N,P>, BeanClassLoaderAware
Base class for Jackson JsonObjectMapper implementations.
Since:
3.0
Author:
Artem Bilan