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.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public 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–2019. All rights reserved.