public class ClientInjectionProcessor<T> extends Object
| Constructor and Description |
|---|
ClientInjectionProcessor(Class<? extends T> beanClass,
List<Injection> injections,
List<CallbackMetaData> postConstructMethods,
List<CallbackMetaData> preDestroyMethods,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
allowStatic() |
T |
createInstance() |
Field |
findField(Class typeClass,
String propertyName,
Object propertyValue) |
Method |
findSetter(Class typeClass,
String propertyName,
Object propertyValue) |
T |
getInstance() |
void |
postConstruct() |
void |
preDestroy() |
public ClientInjectionProcessor(Class<? extends T> beanClass, List<Injection> injections, List<CallbackMetaData> postConstructMethods, List<CallbackMetaData> preDestroyMethods, Context context)
public void allowStatic()
public T getInstance()
public void preDestroy()
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.