public final class ConstructorsModel extends Object implements Binder, Dependencies, org.qi4j.functional.VisitableHierarchy<Object,Object>
DEPENDENCIES_FUNCTION
Constructor and Description |
---|
ConstructorsModel(Class fragmentClass) |
Modifier and Type | Method and Description |
---|---|
<ThrowableType extends Throwable> |
accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> visitor) |
void |
bind(Resolution resolution) |
Iterable<DependencyModel> |
dependencies() |
Object |
newInstance(InjectionContext injectionContext) |
public ConstructorsModel(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> visitor) throws ThrowableType extends Throwable
public void bind(Resolution resolution) throws org.qi4j.bootstrap.BindingException
public Object newInstance(InjectionContext injectionContext)