Uses of Class
org.springframework.boot.context.properties.source.ConfigurationProperty
Packages that use ConfigurationProperty
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
Support for external configuration properties.
Support for
@ConfigurationProperties
binding.Binding validation support.
Sources for external configuration properties.
-
Uses of ConfigurationProperty in org.springframework.boot.context.config
Methods in org.springframework.boot.context.config that return ConfigurationPropertyModifier and TypeMethodDescriptionInvalidConfigDataPropertyException.getProperty()
Return source property that caused the exception. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties that return ConfigurationPropertyModifier and TypeMethodDescriptionBoundConfigurationProperties.get
(ConfigurationPropertyName name) Get the configuration property bound to the given name.Methods in org.springframework.boot.context.properties that return types with arguments of type ConfigurationPropertyModifier and TypeMethodDescriptionBoundConfigurationProperties.getAll()
Get all bound properties. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return ConfigurationPropertyModifier and TypeMethodDescriptionBindContext.getConfigurationProperty()
Return theConfigurationProperty
actually being bound ornull
if the property has not yet been determined.BindException.getProperty()
Return the configuration property name of the item that was being bound.Methods in org.springframework.boot.context.properties.bind that return types with arguments of type ConfigurationPropertyConstructor parameters in org.springframework.boot.context.properties.bind with type arguments of type ConfigurationPropertyModifierConstructorDescriptionUnboundConfigurationPropertiesException
(Set<ConfigurationProperty> unboundProperties) -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.bind.validation
Methods in org.springframework.boot.context.properties.bind.validation that return types with arguments of type ConfigurationPropertyModifier and TypeMethodDescriptionValidationErrors.getBoundProperties()
Return the properties that were bound before validation failed. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.source
Methods in org.springframework.boot.context.properties.source that return ConfigurationPropertyModifier and TypeMethodDescriptionConfigurationPropertySource.getConfigurationProperty
(ConfigurationPropertyName name) Return a singleConfigurationProperty
from the source ornull
if no property can be found.MapConfigurationPropertySource.getConfigurationProperty
(ConfigurationPropertyName name) Methods in org.springframework.boot.context.properties.source with parameters of type ConfigurationPropertyModifier and TypeMethodDescriptionint
ConfigurationProperty.compareTo
(ConfigurationProperty other)