P - The payload typeT - The 'data' type@FunctionalInterface public interface DataUnmarshaller<P,T,A extends Attributes>
| Modifier and Type | Method and Description |
|---|---|
T |
unmarshal(P payload,
A attributes)
Unmarshals the payload into 'data'
|
T unmarshal(P payload, A attributes)
payload - attributes - RuntimeException - If something bad happens during the umarshalCopyright © 2019. All rights reserved.