Class ConverterSet.Entry

  • Enclosing class:
    ConverterSet

    static class ConverterSet.Entry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Converter iConverter  
      (package private) java.lang.Class<?> iType  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(java.lang.Class<?> type, Converter converter)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • iType

        final java.lang.Class<?> iType
    • Constructor Detail

      • Entry

        Entry​(java.lang.Class<?> type,
              Converter converter)