Interface TypeConverter

    • Field Detail

      • DEFAULT

        static final TypeConverter DEFAULT
        Default conversions as from JSR245.
    • Method Detail

      • convert

        <T> T convert​(Object value,
                      Class<T> type)
               throws ELException
        Convert the given input value to the specified target type.
        Parameters:
        value - input value
        type - target type
        Returns:
        conversion result
        Throws:
        ELException