Class Email
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<Email,String>
org.apache.sis.internal.storage.gpx.Email
An email address broken into two parts (id and domain) to help prevent email harvesting.
This class also implements its own converter for getting the
String
representation
at unmarshalling time.- Since:
- 0.8
- Version:
- 0.8
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInvoked at writing time for splitting an email address into two components.toString()
Returns the complete email address.Invoked at reading time for creating the full email address from its components.
-
Field Details
-
Constructor Details
-
Email
public Email()Invoked by JAXB at (un)marshalling time.
-
-
Method Details
-
toString
Returns the complete email address. -
unmarshal
Invoked at reading time for creating the full email address from its components.- Specified by:
unmarshal
in classXmlAdapter<Email,
String>
-
marshal
Invoked at writing time for splitting an email address into two components.- Specified by:
marshal
in classXmlAdapter<Email,
String>
-