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
A converter for
TextAttribute
constants.- Since:
- 1.2
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
canConvert, fromString, toString
-
Constructor Details
-
TextAttributeConverter
public TextAttributeConverter()Constructs a TextAttributeConverter.- Since:
- 1.2.2
-