public interface ConfigBindingFactory<T extends ConfigBinding>
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<T> |
maybeCreate(BindingType bindingType,
ConfigBinder configBinder) |
java.util.Optional<T> maybeCreate(BindingType bindingType, ConfigBinder configBinder)
bindingType - java-type and binding context to be processedconfigBinder - the binder holding together all the factoriesConfijDefinitionException - when the interface itself is invalid