Uses of Package
org.springframework.boot.context.properties.bind
Packages that use 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.
-
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.cloudClassDescriptionA container object which Binds objects from one or more
ConfigurationPropertySources
. -
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.context.configClassDescriptionA container object which Binds objects from one or more
ConfigurationPropertySources
. -
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.context.properties
-
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.context.properties.bindClassDescriptionAbstract 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. -
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.context.properties.bind.handlerClassDescriptionAbstract 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
. -
Classes in org.springframework.boot.context.properties.bind used by org.springframework.boot.context.properties.bind.validationClassDescriptionAbstract 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
.