Uses of Class
org.springframework.cloud.context.properties.ConfigurationPropertiesBeans
-
Packages that use ConfigurationPropertiesBeans Package Description org.springframework.cloud.autoconfigure org.springframework.cloud.context.properties -
-
Uses of ConfigurationPropertiesBeans in org.springframework.cloud.autoconfigure
Methods in org.springframework.cloud.autoconfigure that return ConfigurationPropertiesBeans Modifier and Type Method Description static ConfigurationPropertiesBeansConfigurationPropertiesRebinderAutoConfiguration. configurationPropertiesBeans()Methods in org.springframework.cloud.autoconfigure with parameters of type ConfigurationPropertiesBeans Modifier and Type Method Description ConfigurationPropertiesRebinderConfigurationPropertiesRebinderAutoConfiguration. configurationPropertiesRebinder(ConfigurationPropertiesBeans beans) -
Uses of ConfigurationPropertiesBeans in org.springframework.cloud.context.properties
Constructors in org.springframework.cloud.context.properties with parameters of type ConfigurationPropertiesBeans Constructor Description ConfigurationPropertiesRebinder(ConfigurationPropertiesBeans beans)
-