Class InterfaceBindingFactory

java.lang.Object
ch.kk7.confij.binding.intf.InterfaceBindingFactory
All Implemented Interfaces:
ConfigBindingFactory<InterfaceBinding>

public class InterfaceBindingFactory
extends java.lang.Object
implements ConfigBindingFactory<InterfaceBinding>
  • Constructor Summary

    Constructors
    Constructor Description
    InterfaceBindingFactory()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Optional<InterfaceBinding> maybeCreate​(BindingType bindingType, ConfigBinder configBinder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InterfaceBindingFactory

      public InterfaceBindingFactory()
  • Method Details