Uses of Class
org.kiwiproject.json.PropertyMaskingOptions
Packages that use PropertyMaskingOptions
-
Uses of PropertyMaskingOptions in org.kiwiproject.json
Methods in org.kiwiproject.json that return PropertyMaskingOptionsMethods in org.kiwiproject.json with parameters of type PropertyMaskingOptionsModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.module.SimpleModuleKiwiJacksonSerializers.buildPropertyMaskingSafeSerializerModule(PropertyMaskingOptions options) Build a newSimpleModulethat will replace the values of specific fields with a "masked" value and will replace any exceptions with a message indicating the field could not be serialized.Constructors in org.kiwiproject.json with parameters of type PropertyMaskingOptionsModifierConstructorDescriptionPropertyMaskingSafePropertyWriter(com.fasterxml.jackson.databind.ser.BeanPropertyWriter base, PropertyMaskingOptions options) Construct new instance wrapping the givenBeanPropertyWriterusing the givenPropertyMaskingOptionsto define properties to be masked, as well as replacement text for masked fields and serialization errors.