public class AbstractAttributedCharacterIteratorAttributeConverter extends AbstractSingleValueConverter
AttributedCharacterIterator.Attribute
and derived types.Constructor and Description |
---|
AbstractAttributedCharacterIteratorAttributeConverter(Class type) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class type)
Determines whether the converter can marshall a particular type.
|
Object |
fromString(String str)
Unmarshals an Object from its single value representation.
|
String |
toString(Object source)
Marshals an Object into a single value representation.
|
public AbstractAttributedCharacterIteratorAttributeConverter(Class type)
public boolean canConvert(Class type)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class AbstractSingleValueConverter
type
- the Class representing the object type to be convertedpublic String toString(Object source)
SingleValueConverter
toString
in interface SingleValueConverter
toString
in class AbstractSingleValueConverter
source
- the Object to be convertednull
public Object fromString(String str)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class AbstractSingleValueConverter
str
- the String with the single value of the ObjectCopyright © 2004–2016 XStream. All rights reserved.