Class PropertyEditorFactory
- java.lang.Object
-
- org.apache.xbean.spring.context.v2c.PropertyEditorFactory
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
public class PropertyEditorFactory extends java.lang.Object implements org.springframework.beans.factory.FactoryBean
-
-
Constructor Summary
Constructors Constructor Description PropertyEditorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getObject()
java.lang.Class
getObjectType()
java.beans.PropertyEditor
getPropertyEditor()
java.lang.Class
getType()
java.lang.String
getValue()
boolean
isSingleton()
void
setPropertyEditor(java.beans.PropertyEditor propertyEditor)
void
setType(java.lang.Class type)
void
setValue(java.lang.String value)
-
-
-
Method Detail
-
getObject
public java.lang.Object getObject() throws java.lang.Exception
- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
-
getObjectType
public java.lang.Class getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getPropertyEditor
public java.beans.PropertyEditor getPropertyEditor()
-
setPropertyEditor
public void setPropertyEditor(java.beans.PropertyEditor propertyEditor)
-
getType
public java.lang.Class getType()
-
setType
public void setType(java.lang.Class type)
-
-