Class QVCOffsetDateTime
java.lang.Object
com.io7m.quarrel.core.converters.QVCAbstract<OffsetDateTime>
com.io7m.quarrel.core.converters.QVCOffsetDateTime
- All Implemented Interfaces:
QValueConverterType<OffsetDateTime>
A value converter.
-
Method Summary
Modifier and TypeMethodDescriptionconvertToString(OffsetDateTime value) Convert a value ofTto a string.static QValueConverterType<OffsetDateTime> get()protected OffsetDateTimesyntax()Methods inherited from class QVCAbstract
convertFromString
-
Method Details
-
get
- Returns:
- A value converter.
-
parse
- Specified by:
parsein classQVCAbstract<OffsetDateTime>
-
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
-