Index
All Classes and Interfaces|All Packages
I
- includeArrays() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer
-
Indicates that properties with the current name will be obfuscated if they are JSON arrays.
- includeArraysByDefault() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.Builder
-
Indicates that by default properties will be obfuscated if they are JSON arrays (default).
- includeObjects() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer
-
Indicates that properties with the current name will be obfuscated if they are JSON objects.
- includeObjectsByDefault() - Method in interface com.github.robtimus.obfuscation.jackson.JSONObfuscator.Builder
-
Indicates that by default properties will be obfuscated if they are JSON objects (default).
- INHERIT - Enum constant in enum class com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer.ObfuscationMode
-
Don't obfuscate nested objects or arrays, but use the obfuscator for all nested scalar properties.
- INHERIT_OVERRIDABLE - Enum constant in enum class com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer.ObfuscationMode
-
Don't obfuscate nested objects or arrays, but use the obfuscator for all nested scalar properties.
- isAvailable() - Method in enum class com.github.robtimus.obfuscation.jackson.JacksonVersion
-
Returns whether this Jackson version is available as a runtime dependency.
All Classes and Interfaces|All Packages