Class DeployerConfigurationMetadataResolver
java.lang.Object
org.springframework.cloud.dataflow.server.service.DeployerConfigurationMetadataResolver
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class DeployerConfigurationMetadataResolver
extends Object
implements ApplicationContextAware
-
Constructor Summary
ConstructorDescriptionDeployerConfigurationMetadataResolver
(TaskConfigurationProperties.DeployerProperties deployerProperties) -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty>
resolve()
Resolve all configuration metadata properties prefixed withspring.cloud.deployer.
void
setApplicationContext
(ApplicationContext applicationContext)
-
Constructor Details
-
DeployerConfigurationMetadataResolver
public DeployerConfigurationMetadataResolver(TaskConfigurationProperties.DeployerProperties deployerProperties)
-
-
Method Details
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
resolve
Resolve all configuration metadata properties prefixed withspring.cloud.deployer.
- Returns:
- the list
-