Uses of Class
org.apache.logging.log4j.core.impl.ThreadContextDataInjector.AbstractContextDataInjector
-
Packages that use ThreadContextDataInjector.AbstractContextDataInjector Package Description org.apache.logging.log4j.core.impl -
-
Uses of ThreadContextDataInjector.AbstractContextDataInjector in org.apache.logging.log4j.core.impl
Subclasses of ThreadContextDataInjector.AbstractContextDataInjector in org.apache.logging.log4j.core.impl Modifier and Type Class Description static classThreadContextDataInjector.ForCopyOnWriteThreadContextMapTheContextDataInjectorused when the ThreadContextMap implementation is a copy-on-write StringMap-based data structure.static classThreadContextDataInjector.ForDefaultThreadContextMapDefaultContextDataInjectorfor the legacyMap<String, String>-based ThreadContext (which is also the ThreadContext implementation used for web applications).static classThreadContextDataInjector.ForGarbageFreeThreadContextMapTheContextDataInjectorused when the ThreadContextMap implementation is a garbage-free StringMap-based data structure.
-