Uses of Class
org.springframework.cloud.dataflow.server.controller.VisibleProperties
Packages that use VisibleProperties
Package
Description
Contains Service implementations for the Dataflow Server.
-
Uses of VisibleProperties in org.springframework.cloud.dataflow.server.service.impl
Methods in org.springframework.cloud.dataflow.server.service.impl with parameters of type VisiblePropertiesModifier and TypeMethodDescriptionstatic org.springframework.cloud.deployer.spi.core.AppDefinition
TaskServiceUtils.mergeAndExpandAppProperties
(TaskDefinition original, Resource resource, Map<String, String> appDeploymentProperties, VisibleProperties visibleProperties) Return a copy of a given task definition where short form parameters have been expanded to their long form (amongst the visible properties of the app) if applicable.