Interface PropertyDescriptorExternalBuilder<E>

    • Method Detail

      • isMultiValue

        boolean isMultiValue()
        Deprecated.
        Whether this descriptor is multi-valued.
        Returns:
        True if this descriptor is multi-valued
      • valueType

        java.lang.Class<?> valueType()
        Deprecated.
        Type of the values of the descriptor, or component type if this descriptor is multi-valued.
        Returns:
        Type of the values
      • build

        PropertyDescriptor<E> build​(java.util.Map<PropertyDescriptorField,​java.lang.String> fields)
        Deprecated.
        Builds a descriptor. The descriptor returned is tagged as built externally.
        Parameters:
        fields - Key value pairs
        Returns:
        A builder