See: Description
Interface | Description |
---|---|
Obfuscator.ObfuscatorFunction |
A function that can parts of
CharSequence s. |
Class | Description |
---|---|
MapObfuscator<K,V> |
An immutable object that can obfuscate maps so that some or all of their values are obfuscated when their
toString()
method is called. |
MapObfuscator.Builder<K,V> |
A builder for
MapObfuscators . |
MapObfuscator.StringKeyedBuilder<V> |
A builder for
MapObfuscators that use String keys. |
Obfuscated<T> |
An object that provides obfuscation for another value.
|
Obfuscator |
An object that will obfuscate
CharSequences or the contents of Readers . |
Obfuscator.PortionBuilder |
A builder for obfuscators that obfuscate a specific portion of their input.
|
Obfuscator.Prefix |
A prefix of a specific length that uses a specific obfuscator.
|
Obfuscator.SplitPoint |
A point in a
CharSequence or Reader to split obfuscation. |
PropertiesObfuscator |
An immutable object that can obfuscate
Properties objects so that some or all of their values are obfuscated when their
toString() , list(PrintStream) or
list(PrintWriter) method is called. |
PropertiesObfuscator.Builder |
A builder for
PropertiesObfuscators . |
Copyright © 2020–2023. All rights reserved.