DATATYPE - data typepublic interface IDecoder<DATATYPE>
| Modifier and Type | Method and Description |
|---|---|
DATATYPE |
getDecoded(DATATYPE aInput)
Decode the passed source object
|
@Nullable DATATYPE getDecoded(@Nullable DATATYPE aInput)
aInput - The source object to be decodedDecodeException - in case something goes wrongCopyright © 2014–2015 Philip Helger. All rights reserved.