Interface FEELMarshaller<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T marshall​(java.lang.Object value)
      Marshalls the given FEEL value into an object of type T
      java.lang.Object unmarshall​(Type feelType, T value)
      Unmarshals the marshalled T value into a FEEL object
    • Method Detail

      • marshall

        T marshall​(java.lang.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

        java.lang.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