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