Uses of Interface
org.apache.logging.log4j.layout.template.json.util.StringParameterParser.Value
-
Packages that use StringParameterParser.Value Package Description org.apache.logging.log4j.layout.template.json.util -
-
Uses of StringParameterParser.Value in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util that implement StringParameterParser.Value Modifier and Type Class Description static class
StringParameterParser.DoubleQuotedStringValue
static class
StringParameterParser.NullValue
static class
StringParameterParser.StringValue
Methods in org.apache.logging.log4j.layout.template.json.util that return types with arguments of type StringParameterParser.Value Modifier and Type Method Description static Map<String,StringParameterParser.Value>
StringParameterParser. parse(String input)
static Map<String,StringParameterParser.Value>
StringParameterParser. parse(String input, Set<String> allowedKeys)
-