Spring Integration

org.springframework.integration.support.json
Class JacksonJsonUtils

java.lang.Object
  extended by org.springframework.integration.support.json.JacksonJsonUtils

public final class JacksonJsonUtils
extends java.lang.Object

Utility methods for Jackson.

Since:
3.0
Author:
Artem Bilan, Gary Russell

Constructor Summary
JacksonJsonUtils()
           
 
Method Summary
static java.lang.IllegalStateException getNoJacksonLibException()
           
static boolean isJackson2Present()
           
static boolean isJacksonPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacksonJsonUtils

public JacksonJsonUtils()
Method Detail

isJackson2Present

public static boolean isJackson2Present()

isJacksonPresent

public static boolean isJacksonPresent()

getNoJacksonLibException

public static java.lang.IllegalStateException getNoJacksonLibException()

Spring Integration