Interface ConverterIfc

    • Method Detail

      • convert

        EvaluationValue convert​(java.lang.Object object,
                                ExpressionConfiguration configuration)
        Called to convert a previously checked data type.
        Parameters:
        object - The object to convert.
        configuration - The current expression configuration.
        Returns:
        The converted value.
      • canConvert

        boolean canConvert​(java.lang.Object object)
        Checks, if a given object can be converted by this converter.
        Parameters:
        object - The object to convert.
        Returns:
        true if the object can be converted, false otherwise.
      • illegalArgument

        default java.lang.IllegalArgumentException illegalArgument​(java.lang.Object object)