- java.lang.Object
 - org.springframework.boot.configurationmetadata.Hints
 
构造器概要
构造器 构造器 说明 Hints()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<ValueHint>getKeyHints()The list of well-defined keys, if any.List<ValueProvider>getKeyProviders()The value providers that are applicable to the keys of this item.List<ValueHint>getValueHints()The list of well-defined values, if any.List<ValueProvider>getValueProviders()The value providers that are applicable to this item.
构造器详细资料
Hints
public Hints()
方法详细资料
getKeyHints
public List<ValueHint> getKeyHints()
The list of well-defined keys, if any. Only applicable if the type of the related item is aMap. If no extraprovideris specified, these values are to be considered a closed-set of the available keys for the map.- 返回:
 - the key hints
 
getKeyProviders
public List<ValueProvider> 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.- 返回:
 - the key providers
 
getValueHints
public List<ValueHint> getValueHints()
The list of well-defined values, if any. If no extraprovideris specified, these values are to be considered a closed-set of the available values for this item.- 返回:
 - the value hints
 
getValueProviders
public List<ValueProvider> 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.- 返回:
 - the value providers