Uses of Interface
org.openjdk.jmc.common.unit.IPersister
Packages that use IPersister
Package
Description
This package contains the data model for quantities and units.
-
Uses of IPersister in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit that implement IPersisterModifier and TypeClassDescriptionclass
KindOfQuantity<U extends TypedUnit<U>>
class
The kind of a linear (scalar) physical quantity.class
Fields in org.openjdk.jmc.common.unit declared as IPersisterModifier and TypeFieldDescriptionprotected final IPersister<?>
QuantityConversionException.Persisted.persister
Methods in org.openjdk.jmc.common.unit that return IPersisterMethods in org.openjdk.jmc.common.unit with parameters of type IPersisterModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.belowPrecision
(T badValue, T precisionLimit, IPersister<T> persister) static <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.noUnit
(String badString, T prototype, IPersister<T> persister) static <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.tooHigh
(T badValue, T max, IPersister<T> persister) static <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.tooLow
(T badValue, T min, IPersister<T> persister) static <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.unknownUnit
(String badString, T prototype, IPersister<T> persister) static <T extends Comparable<T>>
QuantityConversionExceptionQuantityConversionException.unparsable
(String badString, T prototype, IPersister<T> persister) Constructors in org.openjdk.jmc.common.unit with parameters of type IPersisterModifierConstructorDescriptionComparableConstraint
(IPersister<T> persister, T min, T max) protected
WrappingPersister
(IPersister<T> delegate) -
Uses of IPersister in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util that return IPersisterModifier and TypeMethodDescriptionTypedPreference.getPersister()
Get a persister that can be used to convert between the preference value type and strings.Constructors in org.openjdk.jmc.common.util with parameters of type IPersisterModifierConstructorDescriptionTypedPreference
(String identifier, String name, String description, IPersister<T> persister, T defaultValue)