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