Uses of Class
org.tquadrat.foundation.config.spi.prefs.PreferenceAccessorBase
Packages that use PreferenceAccessorBase
Package
Description
The definition for the preference accessors in
PreferenceAccessor
and the implementations.-
Uses of PreferenceAccessorBase in org.tquadrat.foundation.config.spi.prefs
Subclasses of PreferenceAccessorBase in org.tquadrat.foundation.config.spi.prefsModifier and TypeClassDescriptionfinal class
EnumAccessor<T extends Enum<T>>
The implementation ofPreferenceAccessor
for classes that extendsEnum
.class
The implementations ofPreferenceAccessor
that uses the given instance ofStringConverter
to translate the values back and forth.