public class AbstractAttributedCharacterIteratorAttributeConverter extends AbstractSingleValueConverter
AttributedCharacterIterator.Attribute
and derived types.Modifier and Type | Field and Description |
---|---|
private java.util.Map |
attributeMap |
private static java.lang.reflect.Method |
getName |
private static java.util.Map |
instanceMaps |
private java.lang.Class |
type |
Constructor and Description |
---|
AbstractAttributedCharacterIteratorAttributeConverter(java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(java.lang.Class type)
Determines whether the converter can marshall a particular type.
|
java.lang.Object |
fromString(java.lang.String str)
Unmarshals an Object from its single value representation.
|
private java.lang.String |
getName(java.text.AttributedCharacterIterator.Attribute attribute) |
private java.lang.Object |
readResolve() |
java.lang.String |
toString(java.lang.Object source)
Marshals an Object into a single value representation.
|
private static final java.util.Map instanceMaps
private static final java.lang.reflect.Method getName
private final java.lang.Class type
private transient java.util.Map attributeMap
public AbstractAttributedCharacterIteratorAttributeConverter(java.lang.Class type)
public boolean canConvert(java.lang.Class type)
ConverterMatcher
canConvert
in interface ConverterMatcher
canConvert
in class AbstractSingleValueConverter
type
- the Class representing the object type to be convertedpublic java.lang.String toString(java.lang.Object source)
SingleValueConverter
toString
in interface SingleValueConverter
toString
in class AbstractSingleValueConverter
source
- the Object to be convertednull
private java.lang.String getName(java.text.AttributedCharacterIterator.Attribute attribute)
public java.lang.Object fromString(java.lang.String str)
SingleValueConverter
fromString
in interface SingleValueConverter
fromString
in class AbstractSingleValueConverter
str
- the String with the single value of the Objectprivate java.lang.Object readResolve()