Uses of Interface
net.logstash.logback.decorate.JsonGeneratorDecorator
Packages that use JsonGeneratorDecorator
Package
Description
-
Uses of JsonGeneratorDecorator in net.logstash.logback.composite
Methods in net.logstash.logback.composite with parameters of type JsonGeneratorDecoratorModifier and TypeMethodDescriptionvoidAbstractCompositeJsonFormatter.addJsonGeneratorDecorator(JsonGeneratorDecorator jsonGeneratorDecoratorToAdd) -
Uses of JsonGeneratorDecorator in net.logstash.logback.decorate
Classes in net.logstash.logback.decorate that implement JsonGeneratorDecoratorModifier and TypeClassDescriptionclassCombines a list of decorators into a single decorator, so multiple decorators can be used together.Subclasses with type arguments of type JsonGeneratorDecorator in net.logstash.logback.decorateModifier and TypeClassDescriptionclassCombines a list of decorators into a single decorator, so multiple decorators can be used together. -
Uses of JsonGeneratorDecorator in net.logstash.logback.mask
Classes in net.logstash.logback.mask that implement JsonGeneratorDecoratorModifier and TypeClassDescriptionclassAJsonGeneratorDecoratorthat wraps aJsonGeneratorwith aMaskingJsonGenerator, so that sensitive field values can be masked.