Class ArrayBindingFactory

    • Constructor Detail

      • ArrayBindingFactory

        public ArrayBindingFactory()
    • Method Detail

      • maybeCreate

        public java.util.Optional<ArrayBinding> maybeCreate​(BindingType bindingType,
                                                            ConfigBinder configBinder)
        Specified by:
        maybeCreate in interface ConfigBindingFactory<ArrayBinding>
        Parameters:
        bindingType - java-type and binding context to be processed
        configBinder - the binder holding together all the factories
        Returns:
        a binding if this factory can process this bindingType, empty otherwise