Uses of Interface
org.apache.logging.log4j.layout.template.json.util.InstantFormatter.Formatter
Packages that use InstantFormatter.Formatter
-
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.FormatterModifier and TypeClassDescriptionprivate static final class
private static final class
private static final class
Fields in org.apache.logging.log4j.layout.template.json.util declared as InstantFormatter.FormatterModifier and TypeFieldDescriptionprivate final InstantFormatter.Formatter
InstantFormatter.formatter
Methods in org.apache.logging.log4j.layout.template.json.util that return InstantFormatter.FormatterModifier and TypeMethodDescriptionInstantFormatter.FormatterFactory.createIfSupported
(String pattern, Locale locale, TimeZone timeZone) InstantFormatter.JavaDateTimeFormatterFactory.createIfSupported
(String pattern, Locale locale, TimeZone timeZone) InstantFormatter.Log4jFastFormatterFactory.createIfSupported
(String pattern, Locale locale, TimeZone timeZone) InstantFormatter.Log4jFixedFormatterFactory.createIfSupported
(String pattern, Locale locale, TimeZone timeZone) Methods in org.apache.logging.log4j.layout.template.json.util with parameters of type InstantFormatter.FormatterModifier and TypeMethodDescriptionprivate static boolean
InstantFormatter.patternSupported
(String pattern, Locale locale, TimeZone timeZone, InstantFormatter.Formatter formatter) Checks if the provided formatter output matches with the one generated byDateTimeFormatter
.