类 MediaTypeEditor
java.lang.Object
java.beans.PropertyEditorSupport
cn.taketoday.http.MediaTypeEditor
- 所有已实现的接口:
PropertyEditor
Editor for MediaType
descriptors, to automatically convert String specifications
(e.g. "text/html") to MediaType properties.- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Harry Yang
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
MediaTypeEditor
public MediaTypeEditor()
-
-
方法详细资料
-
setAsText
- 指定者:
setAsText在接口中PropertyEditor- 覆盖:
setAsText在类中PropertyEditorSupport
-
getAsText
- 指定者:
getAsText在接口中PropertyEditor- 覆盖:
getAsText在类中PropertyEditorSupport
-