Class Converters


  • public class Converters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Converters()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean matches​(java.lang.reflect.Type type, MapperConverter adapter)  
      • Methods inherited from class java.lang.Object

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

      • Converters

        private Converters()
    • Method Detail

      • matches

        public static boolean matches​(java.lang.reflect.Type type,
                                      MapperConverter adapter)