Uses of Class
org.apache.logging.log4j.core.util.datetime.FastDateFormat
Packages that use FastDateFormat
Package
Description
Provides classes implementing format specifiers in conversion patterns.
Log4j 2 date formatting classes.
-
Uses of FastDateFormat in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as FastDateFormatModifier and TypeFieldDescriptionprivate final FastDateFormatDatePatternConverter.PatternFormatter.fastDateFormatConstructors in org.apache.logging.log4j.core.pattern with parameters of type FastDateFormat -
Uses of FastDateFormat in org.apache.logging.log4j.core.util.datetime
Fields in org.apache.logging.log4j.core.util.datetime declared as FastDateFormatFields in org.apache.logging.log4j.core.util.datetime with type parameters of type FastDateFormatModifier and TypeFieldDescriptionprivate static final FormatCache<FastDateFormat> FastDateFormat.cacheMethods in org.apache.logging.log4j.core.util.datetime that return FastDateFormatModifier and TypeMethodDescriptionstatic FastDateFormatFastDateFormat.getDateInstance(int style) Gets a date formatter instance using the specified style in the default time zone and locale.static FastDateFormatFastDateFormat.getDateInstance(int style, Locale locale) Gets a date formatter instance using the specified style and locale in the default time zone.static FastDateFormatFastDateFormat.getDateInstance(int style, TimeZone timeZone) Gets a date formatter instance using the specified style and time zone in the default locale.static FastDateFormatFastDateFormat.getDateInstance(int style, TimeZone timeZone, Locale locale) Gets a date formatter instance using the specified style, time zone and locale.static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, int timeStyle) Gets a date/time formatter instance using the specified style in the default time zone and locale.static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, int timeStyle, Locale locale) Gets a date/time formatter instance using the specified style and locale in the default time zone.static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, int timeStyle, TimeZone timeZone) Gets a date/time formatter instance using the specified style and time zone in the default locale.static FastDateFormatFastDateFormat.getDateTimeInstance(int dateStyle, int timeStyle, TimeZone timeZone, Locale locale) Gets a date/time formatter instance using the specified style, time zone and locale.FixedDateFormat.FixedFormat.getFastDateFormat()Returns theFastDateFormatobject for formatting the date part of the pattern ornullif the pattern does not have a date part.FixedDateFormat.FixedFormat.getFastDateFormat(TimeZone tz) Returns theFastDateFormatobject for formatting the date part of the pattern ornullif the pattern does not have a date part.static FastDateFormatFastDateFormat.getInstance()Gets a formatter instance using the default pattern in the default locale.static FastDateFormatFastDateFormat.getInstance(String pattern) Gets a formatter instance using the specified pattern in the default locale.static FastDateFormatFastDateFormat.getInstance(String pattern, Locale locale) Gets a formatter instance using the specified pattern and locale.static FastDateFormatFastDateFormat.getInstance(String pattern, TimeZone timeZone) Gets a formatter instance using the specified pattern and time zone.static FastDateFormatFastDateFormat.getInstance(String pattern, TimeZone timeZone, Locale locale) Gets a formatter instance using the specified pattern, time zone and locale.static FastDateFormatFastDateFormat.getTimeInstance(int style) Gets a time formatter instance using the specified style in the default time zone and locale.static FastDateFormatFastDateFormat.getTimeInstance(int style, Locale locale) Gets a time formatter instance using the specified style and locale in the default time zone.static FastDateFormatFastDateFormat.getTimeInstance(int style, TimeZone timeZone) Gets a time formatter instance using the specified style and time zone in the default locale.static FastDateFormatFastDateFormat.getTimeInstance(int style, TimeZone timeZone, Locale locale) Gets a time formatter instance using the specified style, time zone and locale. -
Uses of FastDateFormat in org.apache.logging.log4j.layout.template.json.util
Fields in org.apache.logging.log4j.layout.template.json.util declared as FastDateFormatModifier and TypeFieldDescriptionprivate final FastDateFormatInstantFormatter.Log4jFastFormatter.formatter