public class BindParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ComponentContextImpl<?> |
componentContext |
private RefPair<?,?> |
refPair |
Constructor and Description |
---|
BindParameters(ComponentContextImpl<?> componentContext,
RefPair<?,?> refPair) |
Modifier and Type | Method and Description |
---|---|
ComponentContextImpl<?> |
getComponentContext() |
RefPair<?,?> |
getRefPair() |
private final ComponentContextImpl<?> componentContext
private final RefPair<?,?> refPair
public BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
public ComponentContextImpl<?> getComponentContext()
public RefPair<?,?> getRefPair()