Package com.im.df.impl.xml
Class DFItemPersister
- java.lang.Object
-
- com.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>
-
- com.im.df.impl.xml.DFItemPersister
-
- 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 DFItemPersister extends com.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>Persister for allDFItems (likeDFField,DFEntity,DFView, etc.).- Author:
- svata
-
-
Constructor Summary
Constructors Constructor Description DFItemPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> TassertContainerPresent(String containerType, T test)protected ObjectassertNotNull(String itemType, Object test)booleanisPrimitive(Class clazz)This is a hacky thing: whether the persister can read a primitive depends on whether the context contains the outer element for some classes.protected ObjectreadAttribute(Object prototype)protected ObjectreadElement(Object prototype)protected ObjectreadItem(String id, Object prototype)protected voidwriteAttribute()protected voidwriteElement()-
Methods inherited from class com.im.df.api.util.xml.BasicPersister
addError, canInstantiate, 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
-
assertNotNull
protected Object assertNotNull(String itemType, Object test) throws com.im.df.api.util.xml.IncompleteDataException
- Throws:
com.im.df.api.util.xml.IncompleteDataException
-
assertContainerPresent
protected <T> T assertContainerPresent(String containerType, T test) throws com.im.df.api.util.xml.IncompleteDataException
- Throws:
com.im.df.api.util.xml.IncompleteDataException
-
readAttribute
protected Object readAttribute(Object prototype) throws IOException
- Overrides:
readAttributein classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>- Throws:
IOException
-
readItem
protected Object readItem(String id, Object prototype) throws IOException
- Throws:
IOException
-
readElement
protected Object readElement(Object prototype) throws IOException
- Overrides:
readElementin classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>- Throws:
IOException
-
writeElement
protected void writeElement() throws IOException- Overrides:
writeElementin classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>- Throws:
IOException
-
writeAttribute
protected void writeAttribute() throws IOException- Overrides:
writeAttributein classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>- Throws:
IOException
-
isPrimitive
public boolean isPrimitive(Class clazz)
This is a hacky thing: whether the persister can read a primitive depends on whether the context contains the outer element for some classes.- Specified by:
isPrimitivein interfacecom.im.df.api.util.xml.IJCPersister- Overrides:
isPrimitivein classcom.im.df.api.util.xml.BasicPersister<com.im.df.api.ddl.DFItem>
-
-