public abstract class AbstractDelegatingValueSource extends java.lang.Object implements FixedValueSource
Modifier and Type | Field and Description |
---|---|
private FixedValueSource |
delegate |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDelegatingValueSource(FixedValueSource delegate) |
Modifier and Type | Method and Description |
---|---|
protected FixedValueSource |
getDelegate() |
java.lang.Object |
getValue(java.lang.String expression,
InterpolationState interpolationState) |
private final FixedValueSource delegate
protected AbstractDelegatingValueSource(FixedValueSource delegate)
protected FixedValueSource getDelegate()
public java.lang.Object getValue(java.lang.String expression, InterpolationState interpolationState)
getValue
in interface FixedValueSource