Uses of Enum
org.apache.logging.log4j.core.pattern.PatternParser.ParserState
Packages that use PatternParser.ParserState
Package
Description
Provides classes implementing format specifiers in conversion patterns.
-
Uses of PatternParser.ParserState in org.apache.logging.log4j.core.pattern
Subclasses with type arguments of type PatternParser.ParserState in org.apache.logging.log4j.core.patternModifier and TypeClassDescriptionprivate static enumThe states the parser can be in while parsing the pattern.Methods in org.apache.logging.log4j.core.pattern that return PatternParser.ParserStateModifier and TypeMethodDescriptionstatic PatternParser.ParserStateReturns the enum constant of this type with the specified name.static PatternParser.ParserState[]PatternParser.ParserState.values()Returns an array containing the constants of this enum type, in the order they are declared.