BindableRuntimeHintsRegistrar

RuntimeHintsRegistrar that can be used to register ReflectionHints for Bindable types, discovering any nested type it may expose through a property.

This class can be used as a base-class, or instantiated using the forTypes and forBindables factory methods.

Author

Andy Wilkinson

Moritz Halbritter

Sebastien Deleuze

Phillip Webb

Since

3.0.0

Functions

Link copied to clipboard
Create a new BindableRuntimeHintsRegistrar for the specified bindables.
Link copied to clipboard
Create a new BindableRuntimeHintsRegistrar for the specified types.
Link copied to clipboard
open fun registerHints(hints: RuntimeHints)
Contribute hints to the given RuntimeHints instance.
open fun registerHints(hints: RuntimeHints, classLoader: ClassLoader)