public abstract class ForwardingContextual<T> extends java.lang.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(java.lang.Object obj) |
int |
hashCode() |
java.lang.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>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.