java.lang.Object
org.springframework.boot.configurationprocessor.metadata.ItemHint
All Implemented Interfaces:
Comparable<ItemHint>

public class ItemHint extends Object implements Comparable<ItemHint>
Provide hints on an ItemMetadata. Defines the list of possible values for a particular item as ItemHint.ValueHint instances.

The name of the hint is the name of the related property with one major exception for map types as both the keys and values of the map can have hints. In such a case, the hint should be suffixed by ".keys" or ".values" respectively. Creating a hint for a map using its property name is therefore invalid.

Since:
1.3.0