ConfigurationInterpolator |
A class that handles interpolation (variable substitution) for configuration
objects.
|
ConstantLookup |
A specialized lookup implementation that allows access to constant fields of
classes.
|
EnvironmentLookup |
A specialized lookup implementation that allows access to environment
variables.
|
ExprLookup |
Lookup that allows expressions to be evaluated.
|
ExprLookup.Variable |
The key and corresponding object that will be made available to the
JexlContext for use in expressions.
|
ExprLookup.Variables |
List wrapper used to allow the Variables list to be created as beans in
DefaultConfigurationBuilder.
|