com.atlassian.confluence.setup.xstream
Class EnumConverter

java.lang.Object
  extended by com.atlassian.confluence.setup.xstream.EnumConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter

public class EnumConverter
extends Object
implements com.thoughtworks.xstream.converters.Converter

Converter for JDK 1.5 enums. Backported from XStream 1.3. Hence BSD Licensed code. http://svn.xstream.codehaus.org/browse/~raw,r=1066/xstream/trunk/xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumConverter.java

Author:
Eric Snell, Bryan Coleman

Constructor Summary
EnumConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 void marshal(Object source, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumConverter

public EnumConverter()
Method Detail

canConvert

public boolean canConvert(Class type)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.Converter

marshal

public void marshal(Object source,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
                    com.thoughtworks.xstream.converters.MarshallingContext context)
Specified by:
marshal in interface com.thoughtworks.xstream.converters.Converter

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext context)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter


Copyright © 2003-2012 Atlassian. All Rights Reserved.