Package dev.blaauwendraad.masker.json
@ParametersAreNonnullByDefault
package dev.blaauwendraad.masker.json
-
ClassDescriptionCalling any of the mask methods of the
JsonMaskercan result in two cases: In case valid JSON was provided, valid JSON is returned according to the provided masking configurations In case invalid JSON was provided, the exception defined in this class is thrownMasker that can be used to mask JSON objects and arrays.A functional interface which enables masking JSON values (boolean, numbers, and strings) in almost every imaginable way.ValueMaskerthat can mask any JSON value (string, number or a boolean).ValueMaskerthat can mask JSON boolean values.ValueMaskerthat can mask JSON number values.ValueMaskerthat can mask JSON string values.Represents the original value that is currently being masked.Provides out-of-the-box implementations ofValueMasker.