Class VavrValueArgumentFactory

java.lang.Object
org.jdbi.v3.vavr.VavrValueArgumentFactory
All Implemented Interfaces:
ArgumentFactory

class VavrValueArgumentFactory extends Object implements ArgumentFactory
supports several vavr value classes (Option, Lazy, Either, Try and Validation) with the underlying "nested" value being resolved via "get"

if there is no such value (Try-Failed, Either-Left...) a "null" value will be applied as argument value