Class CustomParameterBinder.BindingResult

java.lang.Object
com.pyranid.CustomParameterBinder.BindingResult
Enclosing interface:
CustomParameterBinder

@ThreadSafe public abstract static sealed class CustomParameterBinder.BindingResult extends Object
Result of a custom parameter binding attempt.

Use handled() to indicate a successfully-bound value or fallback() to indicate "didn't bind; fall back to the registered PreparedStatementBinder behavior".

Since:
3.0.0
Author:
Mark Allen
  • Method Details