Package com.io7m.quarrel.core.converters
Class QVCPath
- All Implemented Interfaces:
QValueConverterType<Path>
A value converter.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToString(Path value) Convert a value ofTto a string.static QValueConverterType<Path> get()protected Pathsyntax()Methods inherited from class com.io7m.quarrel.core.converters.QVCAbstract
convertFromString
-
Method Details
-
get
- Returns:
- A value converter.
-
parse
- Specified by:
parsein classQVCAbstract<Path>- Throws:
Exception
-
convertToString
Description copied from interface:QValueConverterTypeConvert a value ofTto a string.- Parameters:
value- The value- Returns:
- A string
-
exampleValue
- Returns:
- An example value used for documentation
-
syntax
- Returns:
- A description of the syntax for valid values of
T
-
convertedClass
- Returns:
- The type that will be converted
-