| Package | Description |
|---|---|
| net.logstash.logback.mask |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldNameBasedFieldMasker
Masks values of specific JSON field names within a JSON stream.
|
class |
PathBasedFieldMasker
Masks values of an absolute or partial path within a JSON stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaskingJsonGeneratorDecorator.addFieldMasker(FieldMasker fieldMasker)
Add the given
FieldMasker to the maskers used to mask a field. |
| Constructor and Description |
|---|
MaskingJsonGenerator(JsonGenerator delegate,
Collection<FieldMasker> fieldMaskers,
Collection<ValueMasker> valueMaskers) |
Copyright © 2013–2021. All rights reserved.