java.lang.Object
com.github.robtimus.obfuscation.Obfuscator
com.github.robtimus.obfuscation.jackson.JSONObfuscator

public abstract class JSONObfuscator extends Obfuscator
An obfuscator that obfuscates JSON properties in CharSequences or the contents of Readers.

This class supports both Jackson 2 and Jackson 3, depending on the available runtime dependencies. It prefers Jackson 3 if both are available. An explicit version can be defined using JSONObfuscator.Builder.withJacksonVersion(JacksonVersion).

Author:
Rob Spoor