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:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, JsonObjectMapper<N,P>
Direct Known Subclasses:
Jackson2JsonObjectMapper

public abstract class AbstractJacksonJsonObjectMapper<N,P,J> extends Object implements JsonObjectMapper<N,P>, org.springframework.beans.factory.BeanClassLoaderAware
Base class for Jackson JsonObjectMapper implementations.
Since:
3.0
  • Field Details

    • SUPPORTED_JSON_TYPES

      protected static final Collection<Class<?>> SUPPORTED_JSON_TYPES
  • Constructor Details

    • AbstractJacksonJsonObjectMapper

      public AbstractJacksonJsonObjectMapper()
  • Method Details