Class CustomColumnMapper.MappingResult

java.lang.Object
com.pyranid.CustomColumnMapper.MappingResult
Enclosing interface:
CustomColumnMapper

@ThreadSafe public abstract static sealed class CustomColumnMapper.MappingResult extends Object
Result of a custom column mapping attempt.

Use of(Object) to indicate a successfully mapped value or fallback() to indicate "didn't map; fall back to the registered ResultSetMapper behavior".

Since:
3.0.0
Author:
Mark Allen