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