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 classInstantFormatter.JavaDateTimeFormatterprivate static classInstantFormatter.Log4jFastFormatterprivate static classInstantFormatter.Log4jFixedFormatterFields in org.apache.logging.log4j.layout.template.json.util declared as InstantFormatter.Formatter Modifier and Type Field Description private InstantFormatter.FormatterInstantFormatter. formatterMethods in org.apache.logging.log4j.layout.template.json.util that return InstantFormatter.Formatter Modifier and Type Method Description InstantFormatter.FormatterInstantFormatter.FormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)InstantFormatter.FormatterInstantFormatter.JavaDateTimeFormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)InstantFormatter.FormatterInstantFormatter.Log4jFastFormatterFactory. createIfSupported(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone)InstantFormatter.FormatterInstantFormatter.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 booleanInstantFormatter. 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.
-