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