Index
All Classes and Interfaces|All Packages
E
- equals(Object) - Method in class com.github.robtimus.obfuscation.jackson.JSONObfuscator
- EXCLUDE - Enum constant in enum class com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer.ObfuscationMode
-
Don't obfuscate nested objects or arrays, but instead traverse into them.
- excludeArrays() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer
-
Indicates that properties with the current name will not be obfuscated if they are JSON arrays.
- excludeArraysByDefault() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.Builder
-
Indicates that by default properties will not be obfuscated if they are JSON arrays.
- excludeObjects() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer
-
Indicates that properties with the current name will not be obfuscated if they are JSON objects.
- excludeObjectsByDefault() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.Builder
-
Indicates that by default properties will not be obfuscated if they are JSON objects.
All Classes and Interfaces|All Packages