Class BindableRuntimeHintsRegistrar

java.lang.Object
org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
All Implemented Interfaces:
RuntimeHintsRegistrar

public class BindableRuntimeHintsRegistrar extends Object implements RuntimeHintsRegistrar
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.

Since:
3.0.0
Author:
Andy Wilkinson, Moritz Halbritter, Sebastien Deleuze, Phillip Webb