Uses of Class
org.apache.logging.log4j.layout.template.json.resolver.ReadOnlyStringMapResolver.LoopContext
-
Packages that use ReadOnlyStringMapResolver.LoopContext Package Description org.apache.logging.log4j.layout.template.json.resolver -
-
Uses of ReadOnlyStringMapResolver.LoopContext in org.apache.logging.log4j.layout.template.json.resolver
Methods in org.apache.logging.log4j.layout.template.json.resolver with parameters of type ReadOnlyStringMapResolver.LoopContext Modifier and Type Method Description void
ReadOnlyStringMapResolver.LoopMethod. accept(java.lang.String key, java.lang.Object value, ReadOnlyStringMapResolver.LoopContext loopContext)
Method parameters in org.apache.logging.log4j.layout.template.json.resolver with type arguments of type ReadOnlyStringMapResolver.LoopContext Modifier and Type Method Description private static EventResolver
ReadOnlyStringMapResolver. createResolver(boolean flatten, Recycler<ReadOnlyStringMapResolver.LoopContext> loopContextRecycler, java.util.function.Function<LogEvent,ReadOnlyStringMap> mapAccessor)
-