Uses of Interface
org.apache.logging.log4j.core.util.internal.instant.InstantFormatter
-
Packages that use InstantFormatter Package Description org.apache.logging.log4j.core.pattern org.apache.logging.log4j.core.util.internal.instant org.apache.logging.log4j.layout.template.json.resolver -
-
Uses of InstantFormatter in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as InstantFormatter Modifier and Type Field Description private InstantFormatterDatePatternConverter. formatterMethods in org.apache.logging.log4j.core.pattern that return InstantFormatter Modifier and Type Method Description private static InstantFormatterDatePatternConverter. createFormatter(@Nullable java.lang.String[] options)private static InstantFormatterDatePatternConverter. createFormatterUnsafely(@Nullable java.lang.String[] options) -
Uses of InstantFormatter in org.apache.logging.log4j.core.util.internal.instant
Subinterfaces of InstantFormatter in org.apache.logging.log4j.core.util.internal.instant Modifier and Type Interface Description interfaceInstantPatternFormatterContract for formattingInstants using a date and time formatting pattern.Classes in org.apache.logging.log4j.core.util.internal.instant that implement InstantFormatter Modifier and Type Class Description classInstantNumberFormatterFormats anInstantnumerically; e.g., formats its epoch1 seconds.(package private) classInstantPatternDynamicFormatterAnInstantPatternFormatterthat usesDateTimeFormatterunder the hood.private static classInstantPatternDynamicFormatter.AbstractFormatter(package private) classInstantPatternLegacyFormatter(package private) classInstantPatternThreadLocalCachedFormatterAnInstantFormatterwrapper caching the last formatted output in aThreadLocaland trying to reuse it.Methods in org.apache.logging.log4j.core.util.internal.instant with parameters of type InstantFormatter Modifier and Type Method Description private static java.time.temporal.ChronoUnitInstantPatternThreadLocalCachedFormatter. effectivePrecision(InstantFormatter formatter, java.time.temporal.ChronoUnit cachePrecision) -
Uses of InstantFormatter in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as InstantFormatter Modifier and Type Field Description private InstantFormatterTimestampResolver.PatternResolver. formatterConstructors in org.apache.logging.log4j.layout.template.json.resolver with parameters of type InstantFormatter Constructor Description PatternResolver(InstantFormatter formatter)
-