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