DATATYPE - data typepublic interface IEncoder<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
getEncoded(DATATYPE aInput)
Encode the passed source object
|
@Nullable DATATYPE getEncoded(@Nullable DATATYPE aInput)
aInput - The source object to be encodedEncodeException - In case something goes wrongCopyright © 2014–2015 Philip Helger. All rights reserved.