Uses of Interface
org.openjdk.jmc.common.unit.IPersister
-
Packages that use IPersister Package Description org.openjdk.jmc.common.unit This package contains the data model for quantities and units.org.openjdk.jmc.common.util -
-
Uses of IPersister in org.openjdk.jmc.common.unit
Classes in org.openjdk.jmc.common.unit that implement IPersister Modifier and Type Class Description classKindOfQuantity<U extends TypedUnit<U>>classLinearKindOfQuantityThe kind of a linear (scalar) physical quantity.classWrappingPersister<T>Fields in org.openjdk.jmc.common.unit declared as IPersister Modifier and Type Field Description protected IPersister<?>QuantityConversionException.Persisted. persisterMethods in org.openjdk.jmc.common.unit that return IPersister Modifier and Type Method Description IPersister<T>ContentType. getPersister()IPersister<IQuantity>KindOfQuantity. getPersister()Methods in org.openjdk.jmc.common.unit with parameters of type IPersister Modifier and Type Method Description static <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 IPersister Constructor Description ComparableConstraint(IPersister<T> persister, T min, T max)WrappingPersister(IPersister<T> delegate) -
Uses of IPersister in org.openjdk.jmc.common.util
Methods in org.openjdk.jmc.common.util that return IPersister Modifier and Type Method Description IPersister<T>TypedPreference. 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 IPersister Constructor Description TypedPreference(String identifier, String name, String description, IPersister<T> persister, T defaultValue)
-