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