Uses of Package
org.springframework.boot.context.properties.bind
Package
Description
Low level support for Cloud deployments.
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.General
BindHandler
implementations.Binding validation support.
-
ClassDescriptionA container object which Binds objects from one or more
ConfigurationPropertySources
. -
ClassDescriptionA container object which Binds objects from one or more
ConfigurationPropertySources
. -
ClassDescriptionSource that can be bound by a
Binder
.Callback interface that can be used to handle additional logic during elementbinding
.Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.Meta-annotation that should be added to annotations that indicate a field is a nested type. -
ClassDescriptionAbstract base class for
BindHandler
implementations.Source that can be bound by aBinder
.Restrictions that can be applied when binding values.RuntimeHintsRegistrar
that can be used to registerReflectionHints
forBindable
types, discovering any nested type it may expose through a property.Strategy interface used to determine a specific constructor to use when binding.Context information for use byBindHandlers
.A container object which Binds objects from one or moreConfigurationPropertySources
.Callback interface that can be used to handle additional logic during elementbinding
.Configuration property binding methods.A container object to return the result of aBinder
bind operation.Optional strategy that used by aBinder
to resolve property placeholders. -
ClassDescriptionAbstract base class for
BindHandler
implementations.Source that can be bound by aBinder
.Context information for use byBindHandlers
.Callback interface that can be used to handle additional logic during elementbinding
. -
ClassDescriptionAbstract base class for
BindHandler
implementations.Source that can be bound by aBinder
.Context information for use byBindHandlers
.Callback interface that can be used to handle additional logic during elementbinding
.