Class ImplicitConverter


  • public final class ImplicitConverter
    extends java.lang.Object
    Converter used to perform implicit type conversions
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T,​R>
      R
      convert​(T value)
      Converts value following implicit conversion rules
      • Methods inherited from class java.lang.Object

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

      • convert

        public static <T,​R> R convert​(T value)
        Converts value following implicit conversion rules
        Type Parameters:
        T - Input parameter type
        R - Return parameter type
        Parameters:
        value - Object to handle
        Returns:
        Converted value