Interface IMapValueDescriptor<V>

Type Parameters:
V - Type of the list elements.
All Superinterfaces:
IValueDescriptor<Map<String,V>,IMapValueBuilder<V>>, Serializable

public interface IMapValueDescriptor<V> extends IValueDescriptor<Map<String,V>,IMapValueBuilder<V>>
A IValueDescriptor for a map value. The value must be a map from string to elements.
Since:
7.0.0
Author:
XIMA MEDIA GmbH