Package org.springframework.boot.context.properties.bind
package org.springframework.boot.context.properties.bind
Support for
@ConfigurationProperties binding.-
ClassDescriptionAbstract base class for
BindHandlerimplementations.Bindable<T>Source that can be bound by aBinder.Restrictions that can be applied when binding values.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.Exception thrown when binding fails.Callback interface that can be used to handle additional logic during elementbinding.BindResult<T>A container object to return the result of aBinderbind operation.BindHandlerthat can be used to track bound configuration properties.Internal utility to help when dealing with data object property names.Annotation that can be used to specify the default value when binding to an immutable property.Annotation that can be used to specify the name when binding to an immutable property.Optional strategy that used by aBinderto resolve property placeholders.PlaceholdersResolverto resolve placeholders fromPropertySources.BindExceptionthrown whenConfigurationPropertySourceelements were left unbound.