| Package | Description |
|---|---|
| com.github.robtimus.obfuscation |
Contains classes and interfaces for obfuscating text.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapObfuscator.Builder<K,V> |
MapObfuscator.builder()
Returns a builder that will create
MapObfuscators. |
MapObfuscator.Builder<K,V> |
MapObfuscator.Builder.withDefaultObfuscator(Obfuscator obfuscator)
Sets the default obfuscator to use, for entries that have no specific obfuscator defined.
|
MapObfuscator.Builder<K,V> |
MapObfuscator.Builder.withKey(K key,
Obfuscator obfuscator)
Adds a key to obfuscate the value for.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MapObfuscator.Builder.transform(Function<? super MapObfuscator.Builder<K,V>,? extends R> f)
This method allows the application of a function to this builder.
|
Copyright © 2020–2023. All rights reserved.