public abstract class ForwardingContextual<T> extends Object implements Contextual<T>
| Constructor and Description |
|---|
ForwardingContextual() |
| Modifier and Type | Method and Description |
|---|---|
T |
create(CreationalContext<T> creationalContext) |
protected abstract Contextual<T> |
delegate() |
void |
destroy(T instance,
CreationalContext<T> creationalContext) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
protected abstract Contextual<T> delegate()
public T create(CreationalContext<T> creationalContext)
create in interface Contextual<T>public void destroy(T instance, CreationalContext<T> creationalContext)
destroy in interface Contextual<T>Copyright © 2014. All Rights Reserved.