Uses of Record Class
org.apache.maven.di.impl.Dependency
Packages that use Dependency
-
Uses of Dependency in org.apache.maven.di.impl
Methods in org.apache.maven.di.impl that return DependencyModifier and TypeMethodDescriptionstatic Dependency<?>[]
ReflectionUtils.toDependencies
(Type container, Executable executable) Methods in org.apache.maven.di.impl that return types with arguments of type DependencyModifier and TypeMethodDescriptionSet
<Dependency<?>> Binding.getDependencies()
Set
<Dependency<?>> BindingInitializer.getDependencies()
Methods in org.apache.maven.di.impl with parameters of type DependencyModifier and TypeMethodDescription<Q> Supplier
<Q> InjectorImpl.getCompiledBinding
(Dependency<Q> dep) static <R> Binding
<R> Binding.to
(Key<R> originalKey, Binding.TupleConstructorN<R> constructor, Dependency<?>[] dependencies) static <R> Binding
<R> Binding.to
(Key<R> originalKey, Binding.TupleConstructorN<R> constructor, Dependency<?>[] dependencies, int priority) Method parameters in org.apache.maven.di.impl with type arguments of type DependencyModifier and TypeMethodDescriptionBinding.BindingToConstructor.compile
(Function<Dependency<?>, Supplier<?>> compiler) Binding.BindingToInstance.compile
(Function<Dependency<?>, Supplier<?>> compiler) Binding.compile
(Function<Dependency<?>, Supplier<?>> compiler) BindingInitializer.compile
(Function<Dependency<?>, Supplier<?>> compiler) Constructor parameters in org.apache.maven.di.impl with type arguments of type DependencyModifierConstructorDescriptionprotected
Binding
(Key<?> originalKey, Set<Dependency<?>> dependencies, Annotation scope, int priority) protected
Binding
(Key<? extends T> originalKey, Set<Dependency<?>> dependencies) protected
BindingInitializer
(Set<Dependency<?>> dependencies)