SRCTYPE - Source data typeDSTTYPE - Destination data type@FunctionalInterface public interface IDecoder<SRCTYPE,DSTTYPE>
| Modifier and Type | Method and Description |
|---|---|
DSTTYPE |
getDecoded(SRCTYPE aInput)
Decode the passed source object
|
@Nullable DSTTYPE getDecoded(@Nullable SRCTYPE aInput)
aInput - The source object to be decodedDecodeException - in case something goes wrongCopyright © 2014–2022 Philip Helger. All rights reserved.