public final class InjectedMethodModel extends Object implements org.qi4j.api.composite.InjectedMethodDescriptor, Dependencies, org.qi4j.functional.VisitableHierarchy<Object,Object>
DEPENDENCIES_FUNCTION
Constructor and Description |
---|
InjectedMethodModel(Method method,
InjectedParametersModel parameters) |
Modifier and Type | Method and Description |
---|---|
<ThrowableType extends Throwable> |
accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> visitor) |
Iterable<DependencyModel> |
dependencies() |
void |
inject(InjectionContext context,
Object instance) |
Method |
method() |
public InjectedMethodModel(Method method, InjectedParametersModel parameters)
public Method method()
method
in interface org.qi4j.api.composite.InjectedMethodDescriptor
public Iterable<DependencyModel> dependencies()
dependencies
in interface Dependencies
public void inject(InjectionContext context, Object instance) throws org.qi4j.bootstrap.InjectionException
org.qi4j.bootstrap.InjectionException