Uses of Enum Class
com.github.robtimus.obfuscation.jackson.JSONObfuscator.PropertyConfigurer.ObfuscationMode
-
Uses of JSONObfuscator.PropertyConfigurer.ObfuscationMode in com.github.robtimus.obfuscation.jackson
Methods in com.github.robtimus.obfuscation.jackson that return JSONObfuscator.PropertyConfigurer.ObfuscationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.JSONObfuscator.PropertyConfigurer.ObfuscationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.robtimus.obfuscation.jackson with parameters of type JSONObfuscator.PropertyConfigurer.ObfuscationModeModifier and TypeMethodDescriptionJSONObfuscator.PropertyConfigurer.forArrays(JSONObfuscator.PropertyConfigurer.ObfuscationMode obfuscationMode) Indicates how to handle properties if they are JSON arrays.JSONObfuscator.Builder.forArraysByDefault(JSONObfuscator.PropertyConfigurer.ObfuscationMode obfuscationMode) Indicates how to handle properties if they are JSON arrays.JSONObfuscator.PropertyConfigurer.forObjects(JSONObfuscator.PropertyConfigurer.ObfuscationMode obfuscationMode) Indicates how to handle properties if they are JSON objects.JSONObfuscator.Builder.forObjectsByDefault(JSONObfuscator.PropertyConfigurer.ObfuscationMode obfuscationMode) Indicates how to handle properties if they are JSON objects.