See: Description
Interface | Description |
---|---|
Lookup |
Definition of an interface for looking up variables during interpolation.
|
Class | Description |
---|---|
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 | Deprecated |
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.
|
InterpolatorSpecification |
A simple value class defining a
ConfigurationInterpolator . |
InterpolatorSpecification.Builder |
A builder class for creating instances of
InterpolatorSpecification . |
SystemPropertiesLookup | Deprecated |
Enum | Description |
---|---|
DefaultLookups |
An enumeration class defining constants for the
Lookup objects available for each Configuration
object per default. |
DummyLookup |
A simple dummy
Lookup implementation. |
A package with helper classes used for interpolation (variable substitution).
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.