类 PropertyValuesEditor
- java.lang.Object
- java.beans.PropertyEditorSupport
- org.springframework.beans.PropertyValuesEditor
- 所有已实现的接口:
PropertyEditor
public class PropertyValuesEditor extends PropertyEditorSupport
Editorfor aPropertyValuesobject.The required format is defined in the
Propertiesdocumentation. Each property must be on a new line.The present implementation relies on a
PropertiesEditorunderneath.- 作者:
- Rod Johnson, Juergen Hoeller
构造器概要
构造器 构造器 说明 PropertyValuesEditor()
构造器详细资料
PropertyValuesEditor
public PropertyValuesEditor()
方法详细资料
setAsText
public void setAsText(String text) throws IllegalArgumentException
- 指定者:
setAsText在接口中PropertyEditor- 覆盖:
setAsText在类中PropertyEditorSupport- 抛出:
IllegalArgumentException