Class CharSequenceStringConverter

java.lang.Object
org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter
All Implemented Interfaces:
Serializable, StringConverter<CharSequence>

@ClassVersion(sourceVersion="$Id: CharSequenceStringConverter.java 1060 2023-09-24 19:21:40Z tquadrat $") @API(status=STABLE, since="0.0.6") public final class CharSequenceStringConverter extends Object implements StringConverter<CharSequence>

The implementation of StringConverter for CharSequence values.

Although a conversion from CharSequence to String is redundant (at best), this implementation exists for cases where a string converter is retrieved based on the data type; it can simplify the code when no special case must be considered for CharSequence.

Obviously, the method fromString() will not necessarily return an instance of the exact type that may have been used with toString(); it will return an instance of String, as that is the best matching implementation of CharSequence for this purpose.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: CharSequenceStringConverter.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.1.0
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter"

UML Diagram for "org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter"

UML Diagram for "org.tquadrat.foundation.util.stringconverter.CharSequenceStringConverter"