Class SimpleBulkDataAccessor<T>

Type Parameters:
T - The type of the property.
Direct Known Subclasses:
TextAccessor

@ClassVersion(sourceVersion="$Id: SimpleBulkDataAccessor.java 914 2021-05-07 21:22:12Z tquadrat $") @API(status=STABLE, since="0.0.1") public abstract class SimpleBulkDataAccessor<T> extends BulkDataAccessorBase<T>

The abstract implementation of BulkDataAccessorBase for bulk data where an instance of StringConverter can be provided for the property data type.

The method Preferences.put() limits the length for a value String to 8192. If more data should be stored, the method Preferences.putByteArray() can be used.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: SimpleBulkDataAccessor.java 914 2021-05-07 21:22:12Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.config.spi.prefs.SimpleBulkDataAccessor"

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

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