Uses of Class
org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of BindableRuntimeHintsRegistrar in org.springframework.boot.context.properties.bind
Modifier and TypeMethodDescriptionBindableRuntimeHintsRegistrar.forBindables
(Iterable<Bindable<?>> bindables) Create a newBindableRuntimeHintsRegistrar
for the specified bindables.BindableRuntimeHintsRegistrar.forBindables
(Bindable<?>... bindables) Create a newBindableRuntimeHintsRegistrar
for the specified bindables.Create a newBindableRuntimeHintsRegistrar
for the specified types.Create a newBindableRuntimeHintsRegistrar
for the specified types.