类 InternetAddressEditor
java.lang.Object
java.beans.PropertyEditorSupport
cn.taketoday.context.support.mail.javamail.InternetAddressEditor
- 所有已实现的接口:
PropertyEditor
Editor for
java.mail.internet.InternetAddress,
to directly populate an InternetAddress property.
Expects the same syntax as InternetAddress's constructor with a String argument. Converts empty Strings into null values.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Harry Yang
- 另请参阅:
-
InternetAddress
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
InternetAddressEditor
public InternetAddressEditor()
-
-
方法详细资料
-
setAsText
- 指定者:
setAsText在接口中PropertyEditor- 覆盖:
setAsText在类中PropertyEditorSupport- 抛出:
IllegalArgumentException
-
getAsText
- 指定者:
getAsText在接口中PropertyEditor- 覆盖:
getAsText在类中PropertyEditorSupport
-