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 PropertyEditorFactory()
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 PropertyEditor getPropertyEditor()
public void setPropertyEditor(PropertyEditor propertyEditor)
Copyright © 2005–2014. All rights reserved.