Uses of Class
org.tquadrat.foundation.util.stringconverter.CurrencyStringConverter
Packages that use CurrencyStringConverter
Package
Description
This package provides classes that allow to convert certain
object instances into String and vice versa.
-
Uses of CurrencyStringConverter in org.tquadrat.foundation.util.stringconverter
Fields in org.tquadrat.foundation.util.stringconverter declared as CurrencyStringConverterModifier and TypeFieldDescriptionstatic final CurrencyStringConverter
CurrencyStringConverter.INSTANCE
An instance of this class.Methods in org.tquadrat.foundation.util.stringconverter that return CurrencyStringConverterModifier and TypeMethodDescriptionstatic final CurrencyStringConverter
CurrencyStringConverter.provider()
This method is used by theServiceLoader
to obtain the instance for thisStringConverter
implementation.