org.androidtransfuse.processor
Class MergeableTagConverter

Package class diagram package MergeableTagConverter
java.lang.Object
  extended by com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
      extended by 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

Constructor Summary
MergeableTagConverter()
           
 
Method Summary
 boolean canConvert(Class type)
           
 Object fromString(String input)
           
 String toString(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeableTagConverter

public MergeableTagConverter()
Method Detail

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.