Uses of Interface
net.logstash.logback.mask.FieldMasker
Packages that use FieldMasker
-
Uses of FieldMasker in net.logstash.logback.mask
Classes in net.logstash.logback.mask that implement FieldMaskerModifier and TypeClassDescriptionclassMasks values of specific JSON field names within a JSON stream.classMasks values of an absolute or partial path within a JSON stream.Methods in net.logstash.logback.mask with parameters of type FieldMaskerModifier and TypeMethodDescriptionvoidMaskingJsonGeneratorDecorator.addFieldMasker(FieldMasker fieldMasker) Add the givenFieldMaskerto the maskers used to mask a field.Constructor parameters in net.logstash.logback.mask with type arguments of type FieldMaskerModifierConstructorDescriptionMaskingJsonGenerator(JsonGenerator delegate, Collection<FieldMasker> fieldMaskers, Collection<ValueMasker> valueMaskers)