public class AbstractAttributedCharacterIteratorAttributeConverter extends AbstractSingleValueConverter
AttributedCharacterIterator.Attribute and derived types.| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractAttributedCharacterIteratorAttributeConverter.Reflections |
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|---|
private java.util.Map |
buildAttributeMap() |
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.util.Map |
getAttributeMap() |
private java.lang.String |
getName(java.text.AttributedCharacterIterator.Attribute attribute) |
java.lang.String |
toString(java.lang.Object source)
Marshals an Object into a single value representation.
|
private static final java.util.Map instanceMaps
private final java.lang.Class type
public AbstractAttributedCharacterIteratorAttributeConverter(java.lang.Class type)
public boolean canConvert(java.lang.Class type)
ConverterMatchercanConvert in interface ConverterMatchercanConvert in class AbstractSingleValueConvertertype - the Class representing the object type to be convertedpublic java.lang.String toString(java.lang.Object source)
SingleValueConvertertoString in interface SingleValueConvertertoString in class AbstractSingleValueConvertersource - the Object to be convertednullprivate java.lang.String getName(java.text.AttributedCharacterIterator.Attribute attribute)
public java.lang.Object fromString(java.lang.String str)
SingleValueConverterfromString in interface SingleValueConverterfromString in class AbstractSingleValueConverterstr - the String with the single value of the Objectprivate java.util.Map getAttributeMap()
private java.util.Map buildAttributeMap()