Class JacksonPresent
java.lang.Object
org.springframework.integration.support.json.JacksonPresent
The utility to check if Jackson JSON processor is present in the classpath.
- Since:
- 4.3.10
- Author:
- Artem Bilan, Jooyoung Pyoung
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanstatic boolean
- 
Method Details- 
isJackson2Presentpublic static boolean isJackson2Present()
- 
isJackson3Presentpublic static boolean isJackson3Present()
 
-