public class DependentCreationalContext<S> extends Object implements Serializable
| Constructor and Description |
|---|
DependentCreationalContext(Contextual<S> contextual) |
| Modifier and Type | Method and Description |
|---|---|
Contextual<S> |
getContextual() |
Object |
getInstance() |
void |
setInstance(Object instance) |
public DependentCreationalContext(Contextual<S> contextual)
public Object getInstance()
public void setInstance(Object instance)
instance - the instance to setpublic Contextual<S> getContextual()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.