Class VisibleProperties
java.lang.Object
org.springframework.cloud.dataflow.server.controller.VisibleProperties
Knows how to expand app properties into their full form if visible properties (short
hand form) have been used.
- Author:
- Eric Bottard
-
Constructor Summary
ConstructorsConstructorDescriptionVisibleProperties
(ApplicationConfigurationMetadataResolver metadataResolver) -
Method Summary
-
Constructor Details
-
VisibleProperties
-
-
Method Details
-
qualifyProperties
public Map<String,String> qualifyProperties(Map<String, String> properties, Resource metadataResource) Return a copy of app properties where shorthand form have been expanded to their long form (amongst the visible supported properties of the app) if applicable.- Parameters:
properties
- the application properties in shorthand formmetadataResource
- the metadata that can be used to expand shorthand property names to long form names- Returns:
- the application properties with expanded long form property names
-