public class InjectionInfo extends Object
Constructor and Description |
---|
InjectionInfo() |
InjectionInfo(String cName,
String postmName,
String premName,
List<InjectionCapable> resources) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
List<InjectionCapable> |
getInjectionResources() |
Method |
getPostConstructMethod() |
String |
getPostConstructMethodName() |
Method |
getPreDestroyMethod() |
String |
getPreDestroyMethodName() |
void |
setClassName(String name) |
void |
setInjectionResources(List<InjectionCapable> resources) |
void |
setPostConstructMethod(Method method) |
void |
setPostConstructMethodName(String methodName) |
void |
setPreDestroyMethod(Method method) |
public InjectionInfo()
public InjectionInfo(String cName, String postmName, String premName, List<InjectionCapable> resources)
public List<InjectionCapable> getInjectionResources()
public void setInjectionResources(List<InjectionCapable> resources)
public String getPostConstructMethodName()
public void setPostConstructMethodName(String methodName)
public Method getPostConstructMethod()
public void setPostConstructMethod(Method method)
public String getPreDestroyMethodName()
public Method getPreDestroyMethod()
public void setPreDestroyMethod(Method method)
public String getClassName()
public void setClassName(String name)
Copyright © 2018. All rights reserved.