Class BindingFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      BindingFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> IBinding<T> create​(java.lang.Class<T> clazz, java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • BindingFactory

        public BindingFactory()
    • Method Detail

      • create

        public <T> IBinding<T> create​(java.lang.Class<T> clazz,
                                      java.lang.String name)
        Specified by:
        create in interface IBindingFactory