Uses of Class
org.springframework.boot.context.properties.source.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
Modifier and TypeMethodDescriptionInvalidConfigDataPropertyException.getProperty()
Return source property that caused the exception. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties
Modifier and TypeMethodDescriptionBoundConfigurationProperties.get
(ConfigurationPropertyName name) Get the configuration property bound to the given name.Modifier and TypeMethodDescriptionBoundConfigurationProperties.getAll()
Get all bound properties. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.bind
Modifier 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.ModifierConstructorDescriptionUnboundConfigurationPropertiesException
(Set<ConfigurationProperty> unboundProperties) -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.bind.validation
Modifier and TypeMethodDescriptionValidationErrors.getBoundProperties()
Return the properties that were bound before validation failed. -
Uses of ConfigurationProperty in org.springframework.boot.context.properties.source
Modifier and TypeMethodDescriptionConfigurationPropertySource.getConfigurationProperty
(ConfigurationPropertyName name) Return a singleConfigurationProperty
from the source ornull
if no property can be found.MapConfigurationPropertySource.getConfigurationProperty
(ConfigurationPropertyName name) Modifier and TypeMethodDescriptionint
ConfigurationProperty.compareTo
(ConfigurationProperty other)