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
ConstructorsConstructorDescriptionDeployerConfigurationMetadataResolver(TaskConfigurationProperties.DeployerProperties deployerProperties) -
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty>resolve()Resolve all configuration metadata properties prefixed withspring.cloud.deployer.voidsetApplicationContext(ApplicationContext applicationContext)
-
Constructor Details
-
DeployerConfigurationMetadataResolver
public DeployerConfigurationMetadataResolver(TaskConfigurationProperties.DeployerProperties deployerProperties)
-
-
Method Details
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
resolve
Resolve all configuration metadata properties prefixed withspring.cloud.deployer.- Returns:
- the list
-