public class SimpleObfuscator implements StringObfuscator
Simple implementation for interface StringObfuscator.
interface StringObfuscatorpublic SimpleObfuscator(@NotNull
kotlin.text.Regex regex,
@NotNull
java.lang.String replacement)
Simple implementation for interface StringObfuscator.
regex - The search regexp.replacement - The replacement string - should have the same size than the replaced string.interface StringObfuscator@NotNull public kotlin.text.Regex getRegex()
The search regexp.
@NotNull public java.lang.String getReplacement()
The replacement string
- should have the same size than the replaced string.
@NotNull public kotlin.text.Regex component1()
The search regexp.
@NotNull public java.lang.String component2()
The replacement string
- should have the same size than the replaced string.
@NotNull public SimpleObfuscator copy(@NotNull kotlin.text.Regex regex, @NotNull java.lang.String replacement)
Simple implementation for interface StringObfuscator.
interface StringObfuscator@NotNull public java.lang.String toString()
Simple implementation for interface StringObfuscator.
interface StringObfuscatorpublic int hashCode()
Simple implementation for interface StringObfuscator.
interface StringObfuscatorpublic boolean equals(@Nullable
java.lang.Object p)
Simple implementation for interface StringObfuscator.
interface StringObfuscator