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 TypeMethodDescription@Nullable ConfigurationPropertyBoundConfigurationProperties.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 TypeMethodDescription@Nullable ConfigurationPropertyBindContext.getConfigurationProperty()Return theConfigurationPropertyactually being bound ornullif the property has not yet been determined.@Nullable ConfigurationPropertyBindException.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
Classes in org.springframework.boot.context.properties.source that implement interfaces with type arguments of type ConfigurationPropertyModifier and TypeClassDescriptionfinal classA single configuration property obtained from aConfigurationPropertySourceconsisting of aname,valueand optionalorigin.Methods in org.springframework.boot.context.properties.source that return ConfigurationPropertyModifier and TypeMethodDescription@Nullable ConfigurationPropertyConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) Return a singleConfigurationPropertyfrom the source ornullif no property can be found.@Nullable ConfigurationPropertyMapConfigurationPropertySource.getConfigurationProperty(ConfigurationPropertyName name) Methods in org.springframework.boot.context.properties.source with parameters of type ConfigurationPropertyModifier and TypeMethodDescriptionintConfigurationProperty.compareTo(ConfigurationProperty other)