org.androidtransfuse.processor
Class MergeableTagConverter
java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
org.androidtransfuse.processor.MergeableTagConverter
- All Implemented Interfaces:
- com.thoughtworks.xstream.converters.ConverterMatcher, com.thoughtworks.xstream.converters.SingleValueConverter
public class MergeableTagConverter
- extends com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MergeableTagConverter
public MergeableTagConverter()
canConvert
public boolean canConvert(Class type)
- Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher- Specified by:
canConvert in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
toString
public String toString(Object obj)
- Specified by:
toString in interface com.thoughtworks.xstream.converters.SingleValueConverter- Overrides:
toString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
fromString
public Object fromString(String input)
- Specified by:
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverter- Specified by:
fromString in class com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
Copyright © 2012. All Rights Reserved.