The mapping method to decode value to an instance of this mappers type.
value
T decoder(Object value, DecodingContext context) { throw MapperException.unsupportedMethod(MapperMethod.decode, type); }