Class PropertySourceUtils
java.lang.Object
org.springframework.cloud.kubernetes.commons.config.PropertySourceUtils
Utility class to work with property sources.
- Author:
- Georgios Andrianakis, Michael Moudatsos
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Function<String, Properties> Function to convert a String to Properties.static final Function<Properties, Map<String, Object>> Function to convert Properties to a Map. -
Method Summary
-
Field Details
-
KEY_VALUE_TO_PROPERTIES
Function to convert a String to Properties. -
PROPERTIES_TO_MAP
Function to convert Properties to a Map.
-
-
Method Details
-
yamlParserGenerator
-