public class VavrValueArgumentFactory extends Object implements ArgumentFactory
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
| Constructor and Description |
|---|
VavrValueArgumentFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Argument> |
build(Type type,
Object value,
ConfigRegistry config) |
public Optional<Argument> build(Type type, Object value, ConfigRegistry config)
build in interface ArgumentFactoryCopyright © 2017. All rights reserved.