Interface MultiValuePropertyDescriptor<V>

    • Field Detail

      • DEFAULT_DELIMITER

        @Deprecated
        static final char DEFAULT_DELIMITER
        Deprecated.
        Default delimiter for multi-valued properties other than numeric ones.
        See Also:
        Constant Field Values
      • DEFAULT_NUMERIC_DELIMITER

        @Deprecated
        static final char DEFAULT_NUMERIC_DELIMITER
        Deprecated.
        Default delimiter for numeric multi-valued properties.
        See Also:
        Constant Field Values
    • Method Detail

      • multiValueDelimiter

        @Deprecated
        char multiValueDelimiter()
        Deprecated.
        Return the character being used to delimit multiple property values within a single string. You must ensure that this character does not appear within any rule property values to avoid deserialization errors.
        Returns:
        char
      • type

        @Deprecated
        Class<V> type()
        Deprecated.
        Description copied from interface: PropertyDescriptor
        Denotes the value datatype. For multi value properties, this is not the List class but the list's component class.
        Specified by:
        type in interface PropertyDescriptor<V>
        Returns:
        Class literal of the value type