public final class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(Class<?> clazz,
org.springframework.context.ApplicationContext context,
String beanName,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
static Method |
findMethodWithAnnotation(Method method,
Class<? extends Annotation> annotation)
Find a method that is annotated with a specific annotation.
|
Action |
getAction() |
Class<?> |
getCollectionType() |
String |
getForwardPath() |
String |
getGroup() |
org.springframework.web.method.HandlerMethod |
getHandlerMethod() |
Class<?> |
getJsonView() |
Method |
getMethod() |
List<ParameterInfo> |
getParameters() |
PollingProvider |
getPollingProvider() |
String |
getSseMethod() |
boolean |
isStreamResponse() |
boolean |
isSynchronizeOnSession() |
boolean |
isType(ExtDirectMethodType methodType) |
public Method getMethod()
public String getForwardPath()
public org.springframework.web.method.HandlerMethod getHandlerMethod()
public List<ParameterInfo> getParameters()
public Class<?> getCollectionType()
public boolean isType(ExtDirectMethodType methodType)
public Class<?> getJsonView()
public boolean isSynchronizeOnSession()
public boolean isStreamResponse()
public PollingProvider getPollingProvider()
public String getSseMethod()
public Action getAction()
public String getGroup()
public static Method findMethodWithAnnotation(Method method, Class<? extends Annotation> annotation)
method - the starting methodannotation - the annotation to look forCopyright © 2010-2014. All Rights Reserved.