Uses of Class
org.springframework.boot.context.properties.bind.AbstractBindHandler
Package
Description
Support for
@ConfigurationProperties
binding.General
BindHandler
implementations.Binding validation support.
-
Uses of AbstractBindHandler in org.springframework.boot.context.properties.bind
Modifier and TypeClassDescriptionclass
BindHandler
that can be used to track bound configuration properties. -
Uses of AbstractBindHandler in org.springframework.boot.context.properties.bind.handler
Modifier and TypeClassDescriptionclass
BindHandler
that can be used to ignore binding errors.class
BindHandler
that can be used to ignore top-levelConverterNotFoundException
s.class
BindHandler
to enforce that all configuration properties under the root name have been bound. -
Uses of AbstractBindHandler in org.springframework.boot.context.properties.bind.validation