Package com.im.df.impl.xml
Class OperatorPersister
- java.lang.Object
-
- com.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
-
- com.im.df.impl.xml.OperatorPersister
-
- All Implemented Interfaces:
com.im.df.api.util.xml.BasicPersisterInit
,com.im.df.api.util.xml.IJCPersister
,com.im.df.api.util.xml.IJCPersister.Reader
,com.im.df.api.util.xml.IJCPersister.Writer
,Cloneable
public class OperatorPersister extends com.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
- Author:
- svata
-
-
Constructor Summary
Constructors Constructor Description OperatorPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canInstantiate(Class valueClazz)
boolean
isPrimitive(Class clazz)
protected Object
readAttribute(Object prototype)
protected Object
readElement(Object prototype)
protected void
writeAttribute()
protected void
writeElement()
-
Methods inherited from class com.im.df.api.util.xml.BasicPersister
addError, clearErrors, create, createAttribute, createElement, createInstance, createInstance, createLog, createReader, createState, createWriter, defaultReadBean, defaultWriteBean, enterElement, enterElement, getAttribute, getAttribute, getBean, getBeanClass, getBufferedErrors, getClass, getConfiguredQName, getContext, getCurrentClassLoader, getEnv, getNode, getPersisterRegistry, getPropertyValue, getQName, getStorage, getType, init, leaveElement, loadObject, popElement, pushElement, read, readAttr, readAttr, readAttr, readBeanProperties, readBeanProperty, readCollection, readCollection, readCollection, readCollectionProperty, readMap, readMapProperty, readObjectPolymorphic, readObjectStatic, readPrimitiveProperty, setBean, setBeanClass, setClassBeanInfo, setContext, setEnv, setNode, setPersisterRegistry, setPropertyAttributes, setQName, setStorage, storeObject, throwWrappedIOException, throwWrappedIOException, write, write, write, writeArray, writeAttr, writeAttr, writeAttr, writeAttr, writeAttr, writeCollection, writeCollection, writeCollection, writeMap, writeMap, writeObject, writeObjectPolymorphic, writeObjectStatic, writeProperty, writeSuperclass
-
-
-
-
Method Detail
-
canInstantiate
protected boolean canInstantiate(Class valueClazz)
- Overrides:
canInstantiate
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
-
isPrimitive
public boolean isPrimitive(Class clazz)
- Specified by:
isPrimitive
in interfacecom.im.df.api.util.xml.IJCPersister
- Overrides:
isPrimitive
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
-
readAttribute
protected Object readAttribute(Object prototype) throws IOException
- Overrides:
readAttribute
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
- Throws:
IOException
-
writeAttribute
protected void writeAttribute() throws IOException
- Overrides:
writeAttribute
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
- Throws:
IOException
-
readElement
protected Object readElement(Object prototype) throws IOException
- Overrides:
readElement
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
- Throws:
IOException
-
writeElement
protected void writeElement() throws IOException
- Overrides:
writeElement
in classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.dml.DFOperator>
- Throws:
IOException
-
-