Package | Description |
---|---|
com.github.robtimus.obfuscation |
Contains classes and interfaces for obfuscating text.
|
com.github.robtimus.obfuscation.support |
Contains classes that can help with creating obfuscators.
|
Modifier and Type | Method and Description |
---|---|
MapObfuscator.StringKeyedBuilder<V> |
MapObfuscator.StringKeyedBuilder.withKey(String key,
Obfuscator obfuscator,
CaseSensitivity caseSensitivity)
Adds a key to obfuscate the value for.
|
PropertiesObfuscator.Builder |
PropertiesObfuscator.Builder.withProperty(String property,
Obfuscator obfuscator,
CaseSensitivity caseSensitivity)
Adds a property to obfuscate.
|
Modifier and Type | Method and Description |
---|---|
static CaseSensitivity |
CaseSensitivity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseSensitivity[] |
CaseSensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MapBuilder<V> |
MapBuilder.testEntry(String key,
CaseSensitivity caseSensitivity)
Tests that an entry can be added.
|
MapBuilder<V> |
MapBuilder.withEntry(String key,
V value,
CaseSensitivity caseSensitivity)
Adds an entry.
|
Copyright © 2020–2023. All rights reserved.