public final class InjectedFieldsModel extends Object implements Dependencies, org.qi4j.functional.VisitableHierarchy<Object,Object>
DEPENDENCIES_FUNCTION
Constructor and Description |
---|
InjectedFieldsModel(Class fragmentClass) |
Modifier and Type | Method and Description |
---|---|
<ThrowableType extends Throwable> |
accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> modelVisitor) |
Iterable<DependencyModel> |
dependencies() |
void |
inject(InjectionContext context,
Object instance) |
public InjectedFieldsModel(Class fragmentClass)
public Iterable<DependencyModel> dependencies()
dependencies
in interface Dependencies
public <ThrowableType extends Throwable> boolean accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> modelVisitor) throws ThrowableType extends Throwable
public void inject(InjectionContext context, Object instance)