public final class ConcernsModel extends Object implements org.qi4j.api.concern.ConcernsDescriptor, Dependencies, org.qi4j.functional.VisitableHierarchy<Object,Object>
| Modifier and Type | Field and Description |
|---|---|
static ConcernsModel |
EMPTY_CONCERNS |
DEPENDENCIES_FUNCTION| Constructor and Description |
|---|
ConcernsModel(List<ConcernModel> concernsFor) |
| Modifier and Type | Method and Description |
|---|---|
<ThrowableType extends Throwable> |
accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> modelVisitor) |
Iterable<DependencyModel> |
dependencies() |
ConcernsInstance |
newInstance(Method method,
org.qi4j.spi.module.ModuleSpi moduleInstance,
org.qi4j.runtime.composite.FragmentInvocationHandler mixinInvocationHandler) |
public static final ConcernsModel EMPTY_CONCERNS
public ConcernsModel(List<ConcernModel> concernsFor)
public Iterable<DependencyModel> dependencies()
dependencies in interface Dependenciespublic ConcernsInstance newInstance(Method method, org.qi4j.spi.module.ModuleSpi moduleInstance, org.qi4j.runtime.composite.FragmentInvocationHandler mixinInvocationHandler)