Interface HintValueConverter

    • Method Detail

      • convert

        java.lang.Object convert​(java.lang.Object original)
        Convert the user-specified value to a kernel consumable value.
        Parameters:
        original - the user-specified value
        Returns:
        an equivalent value consumable by a kernel construct.
        Throws:
        java.lang.IllegalArgumentException - if the given value can not be converted.
      • canConvert

        boolean canConvert​(java.lang.Class<?> type)
        Affirm if this receiver can convert the value of the given type.