Class InstantFormatter.JavaDateTimeFormatterFactory
java.lang.Object
org.apache.logging.log4j.layout.template.json.util.InstantFormatter.JavaDateTimeFormatterFactory
- All Implemented Interfaces:
InstantFormatter.FormatterFactory
- Enclosing class:
InstantFormatter
private static final class InstantFormatter.JavaDateTimeFormatterFactory
extends Object
implements InstantFormatter.FormatterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateIfSupported
(String pattern, Locale locale, TimeZone timeZone)
-
Constructor Details
-
JavaDateTimeFormatterFactory
private JavaDateTimeFormatterFactory()
-
-
Method Details
-
createIfSupported
public InstantFormatter.Formatter createIfSupported(String pattern, Locale locale, TimeZone timeZone) - Specified by:
createIfSupported
in interfaceInstantFormatter.FormatterFactory
-