Class Hints
java.lang.Object
org.springframework.boot.configurationmetadata.Hints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of well-defined keys, if any.The value providers that are applicable to the keys of this item.The list of well-defined values, if any.The value providers that are applicable to this item.
-
Constructor Details
-
Hints
public Hints()
-
-
Method Details
-
getKeyHints
-
getKeyProviders
The value providers that are applicable to the keys of this item. Only applicable if the type of the related item is aMap. Only oneValueProvideris enabled for a key: the first in the list that is supported should be used.- Returns:
- the key providers
-
getValueHints
-
getValueProviders
The value providers that are applicable to this item. Only oneValueProvideris enabled for an item: the first in the list that is supported should be used.- Returns:
- the value providers
-