| Modifier and Type | Method and Description |
|---|---|
JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.all()
Indicates that properties with the current name will be obfuscated if they are JSON objects or arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.excludeArrays()
Indicates that properties with the current name will not be obfuscated if they are JSON arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.excludeObjects()
Indicates that properties with the current name will not be obfuscated if they are JSON objects.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.includeArrays()
Indicates that properties with the current name will be obfuscated if they are JSON arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.includeObjects()
Indicates that properties with the current name will be obfuscated if they are JSON objects.
|
JSONObfuscator.PropertyConfigurer |
JSONObfuscator.PropertyConfigurer.scalarsOnly()
Indicates that properties with the current name will not be obfuscated if they are JSON objects or arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.Builder.withProperty(String property,
Obfuscator obfuscator)
Adds a property to obfuscate.
|
abstract JSONObfuscator.PropertyConfigurer |
JSONObfuscator.Builder.withProperty(String property,
Obfuscator obfuscator,
CaseSensitivity caseSensitivity)
Adds a property to obfuscate.
|
Copyright © 2020–2021. All rights reserved.