Uses of Interface
org.int4.dirk.core.definition.Binding
-
Packages that use Binding Package Description org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework. -
-
Uses of Binding in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return Binding Modifier and Type Method Description BindingInjectionTarget. getBinding()Returns theBindingfor this target.Methods in org.int4.dirk.core.definition that return types with arguments of type Binding Modifier and Type Method Description java.util.List<Binding>BindingProvider. ofConstructor(java.lang.reflect.Constructor<?> constructor)Returns all bindings for the givenConstructor.java.util.List<Binding>BindingProvider. ofConstructorAndMembers(java.lang.reflect.Constructor<?> constructor, java.lang.Class<?> cls)Returns all bindings for the givenConstructorand all member bindings for the given class.java.util.List<Binding>BindingProvider. ofField(java.lang.reflect.Field field, java.lang.reflect.Type ownerType)Returns all bindings for the givenField.java.util.List<Binding>BindingProvider. ofMembers(java.lang.Class<?> cls)Returns all member bindings for the given class.java.util.List<Binding>BindingProvider. ofMethod(java.lang.reflect.Method method, java.lang.reflect.Type ownerType)Returns all bindings for the givenMethod.Method parameters in org.int4.dirk.core.definition with type arguments of type Binding Modifier and Type Method Description <T> Injectable<T>InjectableFactory. create(java.lang.reflect.Type ownerType, java.lang.reflect.Member member, java.lang.reflect.AnnotatedElement element, java.util.List<Binding> bindings, Constructable<T> constructable)CreatesInjectables given an ownerType, an optionalMemberanAnnotatedElement, a list ofBindings and aConstructable.
-