Package org.analogweb
Interface InvocationMetadata
-
- All Known Subinterfaces:
InvocationMetadataFinder.Cacheable
- All Known Implementing Classes:
DefaultInvocationMetadata
public interface InvocationMetadata
Metadata ofInvocation
.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>[]
getArgumentTypes()
RequestPathMetadata
getDefinedPath()
Class<?>
getInvocationClass()
Get invocationClass
.String
getMethodName()
Get name of the invocation method.Method
resolveMethod()
ResolveMethod
by reflection.
-
-
-
Method Detail
-
getMethodName
String getMethodName()
Get name of the invocation method.- Returns:
- name of the invocation method.
-
getArgumentTypes
Class<?>[] getArgumentTypes()
-
getDefinedPath
RequestPathMetadata getDefinedPath()
-
-