Interface IListValueDescriptorBuilder<V>

Type Parameters:
V - Type of the list elements.
All Superinterfaces:
org.apache.commons.lang3.builder.Builder<IListValueDescriptor<V>>, IValueDescriptorBuilder<List<V>, IListValueBuilder<V>, IListValueDescriptor<V>>

public interface IListValueDescriptorBuilder<V> extends IValueDescriptorBuilder<List<V>, IListValueBuilder<V>, IListValueDescriptor<V>>
A IValueDescriptorBuilder for creating a list value descriptor. Use IValueDescriptorFactory.listBuilder(IValueDescriptor) to create a builder.
Since:
7.0.0
Author:
XIMA MEDIA GmbH