Package org.kie.dmn.feel.marshaller
Interface FEELMarshaller<T>
-
- All Known Implementing Classes:
FEELCodeMarshaller,FEELStringMarshaller
public interface FEELMarshaller<T>A generic marshaller interface for FEEL values
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmarshall(Object value)Marshalls the given FEEL value into an object of type TObjectunmarshall(Type feelType, T value)Unmarshals the marshalled T value into a FEEL object
-