Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Class and Description |
---|---|
static class |
PlaceholderParser.ParameterFragment
Represents a parameter in a parsed string of texts and parameters.
|
static class |
PlaceholderParser.TextFragment
Represents a piece of text in a parse string with placeholder values.
|
Modifier and Type | Method and Description |
---|---|
static List<PlaceholderParser.Fragment> |
PlaceholderParser.parsePlaceholder(String parseString)
Parses a string to find placeholders of format ${placeholder}.
|