public class EmailAddressTypeConverter extends Object
Constructor and Description |
---|
EmailAddressTypeConverter() |
Modifier and Type | Method and Description |
---|---|
Optional<EmailAddressType> |
convert(Map<String,Object> map)
This method creates an EmailAddressType from the values in the provided map.
|
public Optional<EmailAddressType> convert(Map<String,Object> map)
ADDRESS = "address"; TYPE = "type";
map
- the Map representation of the EmailAddressType to generate, null returns empty
OptionalThis work is licensed under a Creative Commons Attribution 4.0 International License.