Interface ModelMethodDiffination
-
- All Superinterfaces:
org.brijframework.GenericResource<Method>,org.brijframework.lifecycle.Initializer,ModelDiffination<Method>
- All Known Implementing Classes:
AbstractModelMethodDiffination,ModelMethodDiffinationImpl
public interface ModelMethodDiffination extends ModelDiffination<Method>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Type[]getArguments()Set<ModelParameterDiffination<?>>getParameters()default Object[]getParamValues()Class<?>getReturnType()MethodgetType()default voidinit()voidpapulate(Map<String,Object> annotationData)voidsetArguments(Type[] arguments)voidsetReturnType(Class<?> type)-
Methods inherited from interface org.brijframework.model.ModelDiffination
getAccess
-
-
-
-
Method Detail
-
init
default void init()
- Specified by:
initin interfaceorg.brijframework.lifecycle.Initializer
-
setReturnType
void setReturnType(Class<?> type)
-
getReturnType
Class<?> getReturnType()
-
getType
Method getType()
- Specified by:
getTypein interfaceorg.brijframework.GenericResource<Method>
-
setArguments
void setArguments(Type[] arguments)
-
getArguments
Type[] getArguments()
-
getParameters
Set<ModelParameterDiffination<?>> getParameters()
-
getParamValues
default Object[] getParamValues()
-
-