Class AbstractAttributedCharacterIteratorAttributeConverter

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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
      • type

        private final java.lang.Class type
    • Constructor Detail

      • AbstractAttributedCharacterIteratorAttributeConverter

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

      • getName

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

        private java.util.Map getAttributeMap()
      • buildAttributeMap

        private java.util.Map buildAttributeMap()