Class AbstractAttributedCharacterIteratorAttributeConverter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map attributeMap  
      private static java.lang.reflect.Method getName  
      private static java.util.Map instanceMaps  
      private java.lang.Class type  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instanceMaps

        private static final java.util.Map instanceMaps
      • getName

        private static final java.lang.reflect.Method getName
      • type

        private final java.lang.Class type
      • attributeMap

        private transient java.util.Map attributeMap
    • Constructor Detail

      • AbstractAttributedCharacterIteratorAttributeConverter

        public AbstractAttributedCharacterIteratorAttributeConverter​(java.lang.Class type)
    • Method Detail

      • getName

        private java.lang.String getName​(java.text.AttributedCharacterIterator.Attribute attribute)
      • readResolve

        private java.lang.Object readResolve()