Uses of Class
org.tquadrat.foundation.config.spi.InvalidPreferenceValueException
Packages that use InvalidPreferenceValueException
Package
Description
The definition for the preference accessors in
  
PreferenceAccessor
  and the implementations.- 
Uses of InvalidPreferenceValueException in org.tquadrat.foundation.config.spi.prefsMethods in org.tquadrat.foundation.config.spi.prefs that throw InvalidPreferenceValueExceptionModifier and TypeMethodDescriptionprotected abstract TBulkDataAccessorBase.fromByteArray(Preferences node, byte[] source) Converts the givenbytearray to an instance of the property type.protected final BufferedImageImageAccessor.fromByteArray(Preferences node, byte[] source) Converts the givenbytearray to an instance of the property type.protected final TSimpleBulkDataAccessor.fromByteArray(Preferences node, byte[] source) Converts the givenbytearray to an instance of the property type.protected final TCollectionAccessor.fromString(Preferences node, int index, String s) Converts the given String to an instance of the property type.protected abstract TPreferenceAccessorBase.fromString(Preferences node, String s) Converts the given String to an instance of the property type.protected final TSimplePreferenceAccessor.fromString(Preferences node, String s) Converts the given String to an instance of the property type.MapAccessor.fromStringMap(Preferences node, Map<String, String> map) Converts the givenMap<String,String>to aMap<K,V>.final voidBooleanAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.voidBulkDataAccessorBase.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidByteAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidCollectionAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidDateAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidDoubleAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidFloatAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidIntegerAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidLongAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidMapAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.abstract voidPreferenceAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.voidPreferenceAccessorBase.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveBooleanAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveByteAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveDoubleAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveFloatAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveIntAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveLongAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidPrimitiveShortAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidShortAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.final voidStringAccessor.readPreference(Preferences node) Reads the preference value from the given node and writes it to the property.protected abstract byte[]BulkDataAccessorBase.toByteArray(Preferences node, T source) Converts the given instance of the property type into abytearray.protected final byte[]ImageAccessor.toByteArray(Preferences node, BufferedImage source) Converts the given instance of the property type into abytearray.protected final byte[]SimpleBulkDataAccessor.toByteArray(Preferences node, T source) Converts the given instance of the property type into abytearray.
