public interface FEELMarshaller<T>
Modifier and Type | Method and Description |
---|---|
T |
marshall(Object value)
Marshalls the given FEEL value into an object of type T
|
Object |
unmarshall(Type feelType,
T value)
Unmarshals the marshalled T value into a FEEL object
|
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.