public class DefaultInvocationMetadata extends Object implements InvocationMetadata
| Constructor and Description |
|---|
DefaultInvocationMetadata(Class<?> actionClass,
String methodName,
Class<?>[] argumentType,
RequestPathMetadata definedPath) |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getArgumentTypes() |
RequestPathMetadata |
getDefinedPath() |
Class<?> |
getInvocationClass()
Get invocation
Class. |
String |
getMethodName()
Get name of the invocation method.
|
Method |
resolveMethod()
Resolve
Method by reflection. |
String |
toString() |
public DefaultInvocationMetadata(Class<?> actionClass, String methodName, Class<?>[] argumentType, RequestPathMetadata definedPath)
public Class<?> getInvocationClass()
InvocationMetadataClass.getInvocationClass in interface InvocationMetadataClasspublic String getMethodName()
InvocationMetadatagetMethodName in interface InvocationMetadatapublic Class<?>[] getArgumentTypes()
getArgumentTypes in interface InvocationMetadatapublic RequestPathMetadata getDefinedPath()
getDefinedPath in interface InvocationMetadatapublic Method resolveMethod()
InvocationMetadataMethod by reflection.resolveMethod in interface InvocationMetadataMethodCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.