public class PropertyEditorRegistrarsSupport extends Object implements org.springframework.beans.PropertyEditorRegistrar, Iterable<org.springframework.beans.PropertyEditorRegistrar>
PropertyEditorRegistrar。| 构造器和说明 |
|---|
PropertyEditorRegistrarsSupport() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.PropertyEditorRegistrar[] |
getPropertyEditorRegistrars()
取得一组
PropertyEditor注册器。 |
Iterator<org.springframework.beans.PropertyEditorRegistrar> |
iterator()
遍历registrars。
|
void |
registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
在registry中注册自定义的
PropertyEditor。 |
void |
setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[] propertyEditorRegistrars)
设置一组
PropertyEditor注册器。 |
int |
size()
查看有几个registrars。
|
String |
toString() |
public org.springframework.beans.PropertyEditorRegistrar[] getPropertyEditorRegistrars()
PropertyEditor注册器。
PropertyEditor负责将字符串值转换成bean property的类型,或反之。
public void setPropertyEditorRegistrars(org.springframework.beans.PropertyEditorRegistrar[] propertyEditorRegistrars)
PropertyEditor注册器。
PropertyEditor负责将字符串值转换成bean property的类型,或反之。
public void registerCustomEditors(org.springframework.beans.PropertyEditorRegistry registry)
PropertyEditor。registerCustomEditors 在接口中 org.springframework.beans.PropertyEditorRegistrarpublic int size()
public Iterator<org.springframework.beans.PropertyEditorRegistrar> iterator()
Copyright © 2006-2013 开源组织. All Rights Reserved.