Package | Description |
---|---|
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding. |
org.springframework.boot.context.properties.bind.handler |
General
BindHandler implementations. |
org.springframework.boot.context.properties.bind.validation |
Binding validation support.
|
Class and Description |
---|
Bindable
Source that can be bound by a
Binder . |
BindContext
Context information for use by
BindHandlers . |
Binder
A container object which Binds objects from one or more
ConfigurationPropertySources . |
BindHandler
Callback interface that can be used to handle additional logic during element
binding . |
BindResult
A container object to return the result of a
Binder bind operation. |
PlaceholdersResolver
Optional strategy that used by a
Binder to resolve property placeholders. |
Class and Description |
---|
AbstractBindHandler
Abstract base class for
BindHandler implementations. |
Bindable
Source that can be bound by a
Binder . |
BindContext
Context information for use by
BindHandlers . |
BindHandler
Callback interface that can be used to handle additional logic during element
binding . |
Class and Description |
---|
AbstractBindHandler
Abstract base class for
BindHandler implementations. |
Bindable
Source that can be bound by a
Binder . |
BindContext
Context information for use by
BindHandlers . |
BindHandler
Callback interface that can be used to handle additional logic during element
binding . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.