Class AbstractModelMethodDiffination
- java.lang.Object
-
- org.brijframework.model.diffination.asm.AbstractModelDiffination<Method>
-
- org.brijframework.model.diffination.asm.AbstractModelMethodDiffination
-
- All Implemented Interfaces:
org.brijframework.GenericResource<Method>,org.brijframework.lifecycle.Initializer,ModelMethodDiffination,ModelDiffination<Method>
- Direct Known Subclasses:
ModelMethodDiffinationImpl
public abstract class AbstractModelMethodDiffination extends AbstractModelDiffination<Method> implements ModelMethodDiffination
-
-
Constructor Summary
Constructors Constructor Description AbstractModelMethodDiffination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getArguments()ModelTypeDeffinationgetOwner()Set<ModelParameterDiffination<?>>getParameters()Class<?>getReturnType()MethodgetTarget()MethodgetType()ObjectgetValue()voidpapulate(Map<String,Object> annotationData)voidsetArguments(Type[] arguments)voidsetOwner(ModelTypeDeffination owner)voidsetParameters(Set<ModelParameterDiffination<?>> parameters)voidsetReturnType(Class<?> type)voidsetTarget(Method target)voidsetValue(Object value)-
Methods inherited from class org.brijframework.model.diffination.asm.AbstractModelDiffination
getAccess, getId, getName, setAccess, setId, setName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
Methods inherited from interface org.brijframework.model.diffination.ModelMethodDiffination
getParamValues, init
-
-
-
-
Method Detail
-
getOwner
public ModelTypeDeffination getOwner()
-
setTarget
public void setTarget(Method target)
-
getType
public Method getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Method>- Specified by:
getTypein interfaceModelMethodDiffination
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
getTarget
public Method getTarget()
-
setOwner
public void setOwner(ModelTypeDeffination owner)
-
setReturnType
public void setReturnType(Class<?> type)
- Specified by:
setReturnTypein interfaceModelMethodDiffination
-
getReturnType
public Class<?> getReturnType()
- Specified by:
getReturnTypein interfaceModelMethodDiffination
-
setArguments
public void setArguments(Type[] arguments)
- Specified by:
setArgumentsin interfaceModelMethodDiffination
-
getArguments
public Type[] getArguments()
- Specified by:
getArgumentsin interfaceModelMethodDiffination
-
getParameters
public Set<ModelParameterDiffination<?>> getParameters()
- Specified by:
getParametersin interfaceModelMethodDiffination
-
papulate
public void papulate(Map<String,Object> annotationData)
- Specified by:
papulatein interfaceModelMethodDiffination
-
setParameters
public void setParameters(Set<ModelParameterDiffination<?>> parameters)
-
-