public abstract class AbstractModifierModel extends Object implements Dependencies, org.qi4j.functional.VisitableHierarchy<Object,Object>
DEPENDENCIES_FUNCTION| Constructor and Description |
|---|
AbstractModifierModel(Class<?> declaredModifierClass,
Class<?> instantiationClass) |
| Modifier and Type | Method and Description |
|---|---|
<ThrowableType extends Throwable> |
accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> visitor) |
Iterable<DependencyModel> |
dependencies() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isGeneric() |
Class<?> |
modifierClass() |
InvocationHandler |
newInstance(org.qi4j.spi.module.ModuleSpi moduleInstance,
InvocationHandler next,
ProxyReferenceInvocationHandler proxyHandler,
Method method) |
public Class<?> modifierClass()
public Iterable<DependencyModel> dependencies()
dependencies in interface Dependenciespublic boolean isGeneric()
public <ThrowableType extends Throwable> boolean accept(org.qi4j.functional.HierarchicalVisitor<? super Object,? super Object,ThrowableType> visitor) throws ThrowableType extends Throwable
public InvocationHandler newInstance(org.qi4j.spi.module.ModuleSpi moduleInstance, InvocationHandler next, ProxyReferenceInvocationHandler proxyHandler, Method method)