类的使用
org.springframework.boot.context.properties.bind.AbstractBindHandler
使用AbstractBindHandler的程序包
程序包
说明
Support for
@ConfigurationProperties
binding.General
BindHandler
implementations.Binding validation support.
-
org.springframework.boot.context.properties.bind中AbstractBindHandler的使用
-
org.springframework.boot.context.properties.bind.handler中AbstractBindHandler的使用
修饰符和类型类说明class
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. -
org.springframework.boot.context.properties.bind.validation中AbstractBindHandler的使用