A class representing the various symbols that are supported in keys recognized by {@link DefaultExpressionEngine}.
An instance of this class is associated with each instance of {@code DefaultExpressionEngine}. It determines which concrete symbols are used to define elements like separators, attributes, etc. within a configuration key.
Instances are created using the nested {@code Builder} class. They areimmutable and can be shared between arbitrary components.
@version $Id: DefaultExpressionEngineSymbols.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|