Interface Setting.Converter<U>

  • Type Parameters:
    U - Destination type of conversion
    Enclosing class:
    Setting<T>

    public static interface Setting.Converter<U>
    String to Setting.Converter converter functional interface. A simple interface translate string values to a target type while allowing exception to be thrown.
    • Method Detail

      • convert

        U convert​(java.lang.String string)
           throws java.lang.Exception
        Throws:
        java.lang.Exception