public class ControllerAnnotatedBeanDefinition extends AnnotatedBeanDefinition implements ControllerBeanDefinition
| 构造器和说明 |
|---|
ControllerAnnotatedBeanDefinition() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Method> |
getReqMethods() |
void |
setReqMethods(List<Method> reqMethods) |
getClassName, getConstructor, getId, getInitMethod, getInjectedInstance, getInjectFields, getInjectMethods, getInterfaceNames, setClassName, setConstructor, setId, setInitMethod, setInjectedInstance, setInjectFields, setInjectMethods, setInterfaceNamesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInjectedInstance, getInjectFields, getInjectMethods, setInjectedInstance, setInjectFields, setInjectMethodsgetClassName, getConstructor, getId, getInitMethod, getInterfaceNames, setClassName, setConstructor, setId, setInitMethod, setInterfaceNamespublic List<Method> getReqMethods()
getReqMethods 在接口中 ControllerBeanDefinitionpublic void setReqMethods(List<Method> reqMethods)
setReqMethods 在接口中 ControllerBeanDefinitionCopyright © 2016. All rights reserved.