Uses of Class
org.kiwiproject.json.PropertyMaskingOptions
-
Packages that use PropertyMaskingOptions Package Description org.kiwiproject.json -
-
Uses of PropertyMaskingOptions in org.kiwiproject.json
Methods in org.kiwiproject.json with parameters of type PropertyMaskingOptions Modifier and Type Method Description static 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 PropertyMaskingOptions Constructor Description PropertyMaskingSafePropertyWriter(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.
-