Uses of Class
net.logstash.logback.decorate.json.CharacterEscapesDecorator.Escape
Packages that use CharacterEscapesDecorator.Escape
-
Uses of CharacterEscapesDecorator.Escape in net.logstash.logback.decorate.json
Classes in net.logstash.logback.decorate.json that implement interfaces with type arguments of type CharacterEscapesDecorator.EscapeModifier and TypeClassDescriptionstatic classDefines how a character will be escaped whenever that character is attempted to be written by a JsonGenerator.Methods in net.logstash.logback.decorate.json with parameters of type CharacterEscapesDecorator.EscapeModifier and TypeMethodDescriptionvoidCharacterEscapesDecorator.addEscape(CharacterEscapesDecorator.Escape escape) intCharacterEscapesDecorator.Escape.compareTo(CharacterEscapesDecorator.Escape that) voidCharacterEscapesDecorator.removeEscape(CharacterEscapesDecorator.Escape escape)