Uses of Class
org.apache.logging.log4j.layout.template.json.util.JsonReader.Delimiter
-
Packages that use JsonReader.Delimiter Package Description org.apache.logging.log4j.layout.template.json.util -
-
Uses of JsonReader.Delimiter in org.apache.logging.log4j.layout.template.json.util
Methods in org.apache.logging.log4j.layout.template.json.util that return JsonReader.Delimiter Modifier and Type Method Description static JsonReader.Delimiter
JsonReader.Delimiter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JsonReader.Delimiter[]
JsonReader.Delimiter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type JsonReader.Delimiter Modifier and Type Method Description private void
JsonReader. expectDelimiter(JsonReader.Delimiter expectedDelimiter, java.lang.Object actualToken)
-