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

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

The method fromString(CharSequence) uses Path.of(String, String...) to create the Path instance for the given value.

The file or folder that will be identified by the respective Path object do not need to exist nor is it guaranteed that it can be accessed or create through the current user.

Names will not be normalised or canonicalized.

A path name of only blanks will be accepted as valid, while the empty String will cause an IllegalArgumentException.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: PathStringConverter.java 1060 2023-09-24 19:21:40Z tquadrat $
Since:
0.0.6
See Also:
UML Diagram
UML Diagram for "org.tquadrat.foundation.util.stringconverter.PathStringConverter"

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

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