Class ColorPersister

  • 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 ColorPersister
    extends com.im.df.api.util.xml.BasicPersister<Color>
    Persists a Color object. Can persist the object as an attribute, or as the element content.
    Author:
    svata
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.im.df.api.util.xml.IJCPersister

        com.im.df.api.util.xml.IJCPersister.FinishableBean, com.im.df.api.util.xml.IJCPersister.Reader, com.im.df.api.util.xml.IJCPersister.Writer
    • Constructor Summary

      Constructors 
      Constructor Description
      ColorPersister()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isPrimitive​(Class clazz)
      Serialize as an attribute
      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, 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
    • Constructor Detail

      • ColorPersister

        public ColorPersister()
    • Method Detail

      • isPrimitive

        public boolean isPrimitive​(Class clazz)
        Serialize as an attribute
        Specified by:
        isPrimitive in interface com.im.df.api.util.xml.IJCPersister
        Overrides:
        isPrimitive in class com.im.df.api.util.xml.BasicPersister<Color>
      • writeAttribute

        protected void writeAttribute()
                               throws IOException
        Overrides:
        writeAttribute in class com.im.df.api.util.xml.BasicPersister<Color>
        Throws:
        IOException
      • writeElement

        protected void writeElement()
                             throws IOException
        Overrides:
        writeElement in class com.im.df.api.util.xml.BasicPersister<Color>
        Throws:
        IOException