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.prefs
Methods in org.tquadrat.foundation.config.spi.prefs that throw InvalidPreferenceValueExceptionModifier and TypeMethodDescriptionprotected abstract T
BulkDataAccessorBase.fromByteArray
(Preferences node, byte[] source) Converts the givenbyte
array to an instance of the property type.protected final BufferedImage
ImageAccessor.fromByteArray
(Preferences node, byte[] source) Converts the givenbyte
array to an instance of the property type.protected final T
SimpleBulkDataAccessor.fromByteArray
(Preferences node, byte[] source) Converts the givenbyte
array to an instance of the property type.protected final T
CollectionAccessor.fromString
(Preferences node, int index, String s) Converts the given String to an instance of the property type.protected abstract T
PreferenceAccessorBase.fromString
(Preferences node, String s) Converts the given String to an instance of the property type.protected final T
SimplePreferenceAccessor.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 void
BooleanAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.void
BulkDataAccessorBase.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
ByteAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
CollectionAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
DateAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
DoubleAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
FloatAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
IntegerAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
LongAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
MapAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.abstract void
PreferenceAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.void
PreferenceAccessorBase.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveBooleanAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveByteAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveDoubleAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveFloatAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveIntAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveLongAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
PrimitiveShortAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
ShortAccessor.readPreference
(Preferences node) Reads the preference value from the given node and writes it to the property.final void
StringAccessor.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 abyte
array.protected final byte[]
ImageAccessor.toByteArray
(Preferences node, BufferedImage source) Converts the given instance of the property type into abyte
array.protected final byte[]
SimpleBulkDataAccessor.toByteArray
(Preferences node, T source) Converts the given instance of the property type into abyte
array.