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