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