org.apache.geronimo.kernel.config.xstream
Class ConfigurationDataConverter
java.lang.Object
com.thoughtworks.xstream.converters.reflection.ReflectionConverter
org.apache.geronimo.kernel.config.xstream.ConfigurationDataConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.Converter
- public class ConfigurationDataConverter
- extends com.thoughtworks.xstream.converters.reflection.ReflectionConverter
- Version:
- $Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $
Nested classes inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter |
com.thoughtworks.xstream.converters.reflection.ReflectionConverter.DuplicateFieldException |
Constructor Summary |
ConfigurationDataConverter(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
com.thoughtworks.xstream.mapper.Mapper mapper)
|
Method Summary |
boolean |
canConvert(Class clazz)
|
void |
marshal(Object object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
|
Methods inherited from class com.thoughtworks.xstream.converters.reflection.ReflectionConverter |
unmarshal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationDataConverter
public ConfigurationDataConverter(com.thoughtworks.xstream.converters.reflection.ReflectionProvider reflectionProvider,
com.thoughtworks.xstream.mapper.Mapper mapper)
canConvert
public boolean canConvert(Class clazz)
marshal
public void marshal(Object object,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.