public class PropertyEditorFactory extends Object implements org.springframework.beans.factory.FactoryBean
| Constructor and Description |
|---|
PropertyEditorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
Class |
getObjectType() |
PropertyEditor |
getPropertyEditor() |
Class |
getType() |
String |
getValue() |
boolean |
isSingleton() |
void |
setPropertyEditor(PropertyEditor propertyEditor) |
void |
setType(Class type) |
void |
setValue(String value) |
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic String getValue()
public void setValue(String value)
public PropertyEditor getPropertyEditor()
public void setPropertyEditor(PropertyEditor propertyEditor)
public Class getType()
public void setType(Class type)
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.