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