Interface IDecoder<SRCTYPE,​DSTTYPE>

    • Method Detail

      • getDecoded

        @Nullable
        DSTTYPE getDecoded​(@Nullable
                           SRCTYPE aInput)
        Decode the passed source object
        Parameters:
        aInput - The source object to be decoded
        Returns:
        The decoded value.
        Throws:
        DecodeException - in case something goes wrong