Class JacksonPresent


  • public final class JacksonPresent
    extends java.lang.Object
    The utility to check if Jackson JSON processor is present in the classpath.
    Since:
    1.3
    Author:
    Artem Bilan, Gary Russell
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isJackson2Present()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isJackson2Present

        public static boolean isJackson2Present()