Interface MethodMapAttribute<X,K,V>

Type Parameters:
X - The type of the declaring entity view
K - The type of the key of the represented Map
V - The type of the value of the represented Map
All Superinterfaces:
Attribute<X,Map<K,V>>, MapAttribute<X,K,V>, MethodAttribute<X,Map<K,V>>, MethodPluralAttribute<X,Map<K,V>,V>, PluralAttribute<X,Map<K,V>,V>

public interface MethodMapAttribute<X,K,V> extends MethodPluralAttribute<X,Map<K,V>,V>, MapAttribute<X,K,V>
A map attribute that is also a method attribute.
Since:
1.5.0
Author:
Christian Beikov