Uses of Class
tech.units.indriya.quantity.ProxyQuantityFactory
Packages that use ProxyQuantityFactory
-
Uses of ProxyQuantityFactory in tech.units.indriya.quantity
Methods in tech.units.indriya.quantity that return ProxyQuantityFactoryModifier and TypeMethodDescriptionstatic <Q extends javax.measure.Quantity<Q>>
ProxyQuantityFactory<Q> ProxyQuantityFactory.getInstance(Class<Q> type) Returns the default instance for the specified quantity type.Methods in tech.units.indriya.quantity with parameters of type ProxyQuantityFactoryModifier and TypeMethodDescriptionprotected static <Q extends javax.measure.Quantity<Q>>
voidProxyQuantityFactory.setInstance(Class<Q> type, ProxyQuantityFactory<Q> factory) Overrides the default implementation of the factory for the specified quantity type.