All Classes and Interfaces
Class
Description
ASCII encoding characters and utility methods.
Masker that can be used to mask JSON objects and arrays.
Contains the JSON masker configurations.
Builder to create
JsonMaskingConfig
instances using the builder pattern.Defines how target keys should be interpreted.
The library represents a jsonpath as an array of segments.
Parses a jsonpath literal into a
JsonPath
object.JsonMasker
that is optimized to mask the JSON properties for one or multiple target keys.Represents the state of the
JsonMasker
at a given point in time during the JsonMasker.mask(byte[])
operation.Represents a delayed replacement that requires resizing of the message byte array.
A mutable reference to a sequence of bytes in
message
.UTF-8 encoding utilities class
Class containing utility methods to replace a particular target value with a mask.