Class PropertyReplacingStringProcessor
java.lang.Object
cloud.commandframework.annotations.PatternReplacingStringProcessor
cloud.commandframework.annotations.PropertyReplacingStringProcessor
- All Implemented Interfaces:
StringProcessor
PropertyReplacingStringProcessor.PropertyReplacementProvider that replaces all sub-strings with the format
${some.property} with a function-generated string.- Since:
- 1.7.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface cloud.commandframework.annotations.StringProcessor
StringProcessor.NoOpStringProcessor -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPropertyReplacingStringProcessor(@NonNull Function<@NonNull String, @Nullable String> replacementProvider) Creates a new property replacing string processor. -
Method Summary
Methods inherited from class cloud.commandframework.annotations.PatternReplacingStringProcessor
processString
-
Field Details
-
PROPERTY_REGEX
-
-
Constructor Details