Class PropertyReplacingStringProcessor
java.lang.Object
org.incendo.cloud.annotations.string.PatternReplacingStringProcessor
org.incendo.cloud.annotations.string.PropertyReplacingStringProcessor
- All Implemented Interfaces:
StringProcessor
PropertyReplacingStringProcessor.PropertyReplacementProvider that replaces all sub-strings with the format
${some.property} with a function-generated string.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.incendo.cloud.annotations.string.StringProcessor
StringProcessor.NoOpStringProcessor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.incendo.cloud.annotations.string.PatternReplacingStringProcessor
processString
-
Field Details
-
PROPERTY_REGEX
-
-
Constructor Details