Uses of Interface
org.apache.logging.log4j.util.IndexedStringMap
-
Packages that use IndexedStringMap Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support.org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of IndexedStringMap in org.apache.logging.log4j.core.filter
Fields in org.apache.logging.log4j.core.filter declared as IndexedStringMap Modifier and Type Field Description private IndexedStringMapMapFilter. map -
Uses of IndexedStringMap in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as IndexedStringMap Modifier and Type Field Description private IndexedStringMapMapMessage. dataMethods in org.apache.logging.log4j.message with parameters of type IndexedStringMap Modifier and Type Method Description private static voidMapMessageJsonFormatter. formatIndexedStringMap(java.lang.StringBuilder sb, IndexedStringMap map, int depth) -
Uses of IndexedStringMap in org.apache.logging.log4j.util
Classes in org.apache.logging.log4j.util that implement IndexedStringMap Modifier and Type Class Description classSortedArrayStringMapConsider this class private. Array-based implementation of theReadOnlyStringMapinterface.
-