Uses of Class
com.onlinepayments.logging.BodyObfuscator.Builder
Packages that use BodyObfuscator.Builder
-
Uses of BodyObfuscator.Builder in com.onlinepayments.logging
Methods in com.onlinepayments.logging that return BodyObfuscator.BuilderModifier and TypeMethodDescriptionstatic BodyObfuscator.BuilderBodyObfuscator.custom()Returns a builder to create custom body obfuscators.BodyObfuscator.Builder.obfuscateAll(String propertyName) Adds an obfuscation rule that will replace all characters with*.BodyObfuscator.Builder.obfuscateAllButFirst(int count, String propertyName) Adds an obfuscation rule that will keep a fixed number of characters at the start, then replaces all other characters with*.BodyObfuscator.Builder.obfuscateAllButLast(int count, String propertyName) Adds an obfuscation rule that will keep a fixed number of characters at the end, then replaces all other characters with*.BodyObfuscator.Builder.obfuscateCustom(String propertyName, ObfuscationRule obfuscationRule) Adds a custom, non-nullobfuscation rule.BodyObfuscator.Builder.obfuscateWithFixedLength(int fixedLength, String propertyName) Adds an obfuscation rule that will replace values with a fixed length string containing only*.