|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.json.JacksonJsonObjectMapperProvider
public final class JacksonJsonObjectMapperProvider
Simple factory to provide Jackson2JsonObjectMapper or JacksonJsonObjectMapper instances dependently of jackson-databind or jackson-mapper-asl libs in the classpath. If there are both libs in the classpath, it prefers Jackson 2 JSON-processor implementation. If there is no any of them, IllegalStateException will be thrown.
Jackson2JsonObjectMapper,
JacksonJsonObjectMapper,
JsonToObjectTransformer,
ObjectToJsonTransformer| Constructor Summary | |
|---|---|
JacksonJsonObjectMapperProvider()
|
|
| Method Summary | |
|---|---|
static JsonObjectMapper<?> |
newInstance()
|
static JsonInboundMessageMapper.JsonMessageParser<?> |
newJsonMessageParser()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JacksonJsonObjectMapperProvider()
| Method Detail |
|---|
public static JsonObjectMapper<?> newInstance()
public static JsonInboundMessageMapper.JsonMessageParser<?> newJsonMessageParser()
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||