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