Package org.openrewrite.internal
Class PropertyPlaceholderHelper
java.lang.Object
org.openrewrite.internal.PropertyPlaceholderHelper
Simplified from Spring's PropertyPlaceholderHelper.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyPlaceholderHelper(String placeholderPrefix, String placeholderSuffix, @Nullable String valueSeparator) -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasPlaceholders(@Nullable String value) protected StringparseStringValue(String value, Function<String, String> placeholderResolver, @Nullable Set<String> visitedPlaceholders) replacePlaceholders(String value, Function<String, String> placeholderResolver) replacePlaceholders(String value, Properties properties)
-
Constructor Details
-
PropertyPlaceholderHelper
-
-
Method Details
-
hasPlaceholders
-
replacePlaceholders
-
replacePlaceholders
-
parseStringValue
-