public class InternetAddressPropertyConverter extends Object
PropertyConverter
that supports the InternetAddress
type.PropertyConverter.Context
Constructor and Description |
---|
InternetAddressPropertyConverter() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkAvailability() |
Object |
convert(String value,
PropertyConverter.Context context) |
String |
getName() |
boolean |
isAvailable() |
protected PropertyConverter |
newConverter() |
boolean |
supports(Class<?> type) |
protected boolean checkAvailability()
protected PropertyConverter newConverter()
public final boolean isAvailable()
isAvailable
in interface Optional
public final boolean supports(Class<?> type)
supports
in interface PropertyConverter
public final Object convert(String value, PropertyConverter.Context context) throws IllegalArgumentException
convert
in interface PropertyConverter
IllegalArgumentException
public String getName()
getName
in interface PropertyConverter
Copyright © 2014–2016. All rights reserved.