java.lang.Object
org.tquadrat.foundation.config.spi.prefs.PreferenceAccessor<Map<K,V>>
org.tquadrat.foundation.config.spi.prefs.MapAccessor<K,V>
Type Parameters:
K - The key type of the Map.
V - The value type of the Map.

@ClassVersion(sourceVersion="$Id: MapAccessor.java 1061 2023-09-25 16:32:43Z tquadrat $") @API(status=STABLE, since="0.0.1") public final class MapAccessor<K,V> extends PreferenceAccessor<Map<K,V>>
The implementation of PreferenceAccessor for instances of Map.
Note:
  • This class requires that there is an implementation of StringConverter available for both the Map's key and value types.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: MapAccessor.java 1061 2023-09-25 16:32:43Z tquadrat $
Since:
0.0.1
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.spi.prefs.MapAccessor"

UML Diagram for "org.tquadrat.foundation.config.spi.prefs.MapAccessor"

UML Diagram for "org.tquadrat.foundation.config.spi.prefs.MapAccessor"