类 Hints


  • public class Hints
    extends Object
    Hints of an item to provide the list of values and/or the name of the provider responsible to identify suitable values. If the type of the related item is a Map it can have both key and value hints.
    从以下版本开始:
    1.4.0
    • 构造器详细资料

    • 方法详细资料

      • getKeyHints

        public List<ValueHintgetKeyHints()
        The list of well-defined keys, if any. Only applicable if the type of the related item is a Map. If no extra provider is specified, these values are to be considered a closed-set of the available keys for the map.
        返回:
        the key hints
      • getKeyProviders

        public List<ValueProvidergetKeyProviders()
        The value providers that are applicable to the keys of this item. Only applicable if the type of the related item is a Map. Only one ValueProvider is enabled for a key: the first in the list that is supported should be used.
        返回:
        the key providers
      • getValueHints

        public List<ValueHintgetValueHints()
        The list of well-defined values, if any. If no extra provider is specified, these values are to be considered a closed-set of the available values for this item.
        返回:
        the value hints
      • getValueProviders

        public List<ValueProvidergetValueProviders()
        The value providers that are applicable to this item. Only one ValueProvider is enabled for an item: the first in the list that is supported should be used.
        返回:
        the value providers