Class TextAttributeConverter
- java.lang.Object
-
- com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
-
- com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
-
- com.thoughtworks.xstream.converters.extended.TextAttributeConverter
-
- All Implemented Interfaces:
ConverterMatcher
,SingleValueConverter
public class TextAttributeConverter extends AbstractAttributedCharacterIteratorAttributeConverter
A converter forTextAttribute
constants.- Since:
- 1.2
-
-
Constructor Summary
Constructors Constructor Description TextAttributeConverter()
Constructs a TextAttributeConverter.
-
Method Summary
-
Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
canConvert, fromString, toString
-
-