Class IdAEmailConverter
java.lang.Object
com.io7m.idstore.shell.admin.internal.IdAEmailConverter
- All Implemented Interfaces:
com.io7m.quarrel.core.QValueConverterType<IdEmail>
public final class IdAEmailConverter
extends Object
implements com.io7m.quarrel.core.QValueConverterType<IdEmail>
A value converter for emails.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertFromString(String text) convertToString(IdEmail value) syntax()
-
Constructor Details
-
IdAEmailConverter
public IdAEmailConverter()A value converter for emails.
-
-
Method Details
-
convertFromString
- Specified by:
convertFromStringin interfacecom.io7m.quarrel.core.QValueConverterType<IdEmail>- Throws:
com.io7m.quarrel.core.QException
-
convertToString
- Specified by:
convertToStringin interfacecom.io7m.quarrel.core.QValueConverterType<IdEmail>
-
exampleValue
- Specified by:
exampleValuein interfacecom.io7m.quarrel.core.QValueConverterType<IdEmail>
-
syntax
- Specified by:
syntaxin interfacecom.io7m.quarrel.core.QValueConverterType<IdEmail>
-
convertedClass
- Specified by:
convertedClassin interfacecom.io7m.quarrel.core.QValueConverterType<IdEmail>
-