| Package | Description |
|---|---|
| me.croabeast.beanslib.applier |
| Modifier and Type | Method and Description |
|---|---|
static StringApplier.Priority |
StringApplier.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringApplier.Priority[] |
StringApplier.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull StringApplier |
StringApplier.apply(StringApplier.Priority priority,
java.util.function.UnaryOperator<String> operator)
Applies the operator with the defined priority if the applier allows
prioritized operators.
|
Copyright © 2023. All rights reserved.