public interface BeanDefinition
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName() |
Constructor<?> |
getConstructor() |
Method |
getDestroyedMethod() |
String |
getId() |
Method |
getInitMethod() |
String[] |
getInterfaceNames() |
void |
setClassName(String className) |
void |
setConstructor(Constructor<?> constructor) |
void |
setDestroyedMethod(Method method) |
void |
setId(String id) |
void |
setInitMethod(Method method) |
void |
setInterfaceNames(String[] names) |
String getId()
void setId(String id)
String getClassName()
void setClassName(String className)
String[] getInterfaceNames()
void setInterfaceNames(String[] names)
Constructor<?> getConstructor()
void setConstructor(Constructor<?> constructor)
void setInitMethod(Method method)
Method getInitMethod()
void setDestroyedMethod(Method method)
Method getDestroyedMethod()
Copyright © 2017. All rights reserved.