public class ArrayBindingFactory extends java.lang.Object implements ConfigBindingFactory<ArrayBinding>
| Constructor and Description |
|---|
ArrayBindingFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ArrayBinding> |
maybeCreate(BindingType bindingType,
ConfigBinder configBinder) |
public java.util.Optional<ArrayBinding> maybeCreate(BindingType bindingType, ConfigBinder configBinder)
maybeCreate in interface ConfigBindingFactory<ArrayBinding>bindingType - java-type and binding context to be processedconfigBinder - the binder holding together all the factories