Uses of Enum
org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy.Mode
Packages that use MapRewritePolicy.Mode
-
Uses of MapRewritePolicy.Mode in org.apache.logging.log4j.core.appender.rewrite
Subclasses with type arguments of type MapRewritePolicy.Mode in org.apache.logging.log4j.core.appender.rewriteModifier and TypeClassDescriptionstatic enumAn enumeration to identify whether keys not in the MapMessage should be added or whether only existing keys should be updated.Fields in org.apache.logging.log4j.core.appender.rewrite declared as MapRewritePolicy.ModeMethods in org.apache.logging.log4j.core.appender.rewrite that return MapRewritePolicy.ModeModifier and TypeMethodDescriptionstatic MapRewritePolicy.ModeReturns the enum constant of this type with the specified name.static MapRewritePolicy.Mode[]MapRewritePolicy.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.logging.log4j.core.appender.rewrite with parameters of type MapRewritePolicy.ModeModifierConstructorDescriptionprivateMapRewritePolicy(Map<String, Object> map, MapRewritePolicy.Mode mode)