Uses of Interface
org.apache.logging.log4j.layout.template.json.util.InstantFormatter.Formatter
-
Packages that use InstantFormatter.Formatter Package Description org.apache.logging.log4j.layout.template.json.util -
-
Uses of InstantFormatter.Formatter in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util that implement InstantFormatter.Formatter Modifier and Type Class Description private static class
InstantFormatter.JavaDateTimeFormatter
private static class
InstantFormatter.Log4jFastFormatter
private static class
InstantFormatter.Log4jFixedFormatter
Fields in org.apache.logging.log4j.layout.template.json.util declared as InstantFormatter.Formatter Modifier and Type Field Description private InstantFormatter.Formatter
InstantFormatter. formatter
Methods in org.apache.logging.log4j.layout.template.json.util that return InstantFormatter.Formatter Modifier and Type Method Description InstantFormatter.Formatter
InstantFormatter.FormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)
InstantFormatter.Formatter
InstantFormatter.JavaDateTimeFormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)
InstantFormatter.Formatter
InstantFormatter.Log4jFastFormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)
InstantFormatter.Formatter
InstantFormatter.Log4jFixedFormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)
Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type InstantFormatter.Formatter Modifier and Type Method Description private static boolean
InstantFormatter. patternSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone, InstantFormatter.Formatter formatter)
Checks if the provided formatter output matches with the one generated byDateTimeFormatter
.
-