Class VisibleProperties

java.lang.Object
org.springframework.cloud.dataflow.server.controller.VisibleProperties

public class VisibleProperties extends Object
Knows how to expand app properties into their full form if visible properties (short hand form) have been used.
Author:
Eric Bottard
  • Constructor Details

  • 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 form
      metadataResource - 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