Interface FEELMarshaller<T>

    • Method Detail

      • marshall

        T marshall​(Object value)
        Marshalls the given FEEL value into an object of type T
        Parameters:
        value - the FEEL value to be marshalled
        Returns:
        the marshalled T value
      • unmarshall

        Object unmarshall​(Type feelType,
                          T value)
        Unmarshals the marshalled T value into a FEEL object
        Parameters:
        value - the marshalled value to unmarshall
        Returns:
        the unmarshalled FEEL object