public abstract static class JSONObfuscator.PropertyConfigurer extends JSONObfuscator.Builder
| Modifier and Type | Method and Description |
|---|---|
JSONObfuscator.PropertyConfigurer |
all()
Indicates that properties with the current name will be obfuscated if they are JSON objects or arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
excludeArrays()
Indicates that properties with the current name will not be obfuscated if they are JSON arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
excludeObjects()
Indicates that properties with the current name will not be obfuscated if they are JSON objects.
|
abstract JSONObfuscator.PropertyConfigurer |
includeArrays()
Indicates that properties with the current name will be obfuscated if they are JSON arrays.
|
abstract JSONObfuscator.PropertyConfigurer |
includeObjects()
Indicates that properties with the current name will be obfuscated if they are JSON objects.
|
JSONObfuscator.PropertyConfigurer |
scalarsOnly()
Indicates that properties with the current name will not be obfuscated if they are JSON objects or arrays.
|
allByDefault, build, caseInsensitiveByDefault, caseSensitiveByDefault, excludeArraysByDefault, excludeObjectsByDefault, includeArraysByDefault, includeObjectsByDefault, produceValidJSON, scalarsOnlyByDefault, transform, withMalformedJSONWarning, withPrettyPrinting, withProperty, withPropertypublic JSONObfuscator.PropertyConfigurer scalarsOnly()
excludeObjects() and excludeArrays().JSONObfuscators.public abstract JSONObfuscator.PropertyConfigurer excludeObjects()
JSONObfuscators.public abstract JSONObfuscator.PropertyConfigurer excludeArrays()
JSONObfuscators.public JSONObfuscator.PropertyConfigurer all()
includeObjects() and includeArrays().JSONObfuscators.public abstract JSONObfuscator.PropertyConfigurer includeObjects()
JSONObfuscators.public abstract JSONObfuscator.PropertyConfigurer includeArrays()
JSONObfuscators.Copyright © 2020–2021. All rights reserved.