Interface ContextVariableTypeConverter.Converter<T,​U>

    • Method Detail

      • toObject

        U toObject​(T t)
        Convert the object to the target type.
        Parameters:
        t - the object to convert
        Returns:
        the converted object
      • getTargetType

        Class<U> getTargetType()
        Get the class of the target type.
        Returns:
        the class of the target type