Class SimpleClassDescriptor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<?> type  
      private int typeID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleClassDescriptor​(java.lang.Class<?> type, int typeID)  
    • Field Detail

      • type

        private final java.lang.Class<?> type
      • typeID

        private int typeID
    • Constructor Detail

      • SimpleClassDescriptor

        public SimpleClassDescriptor​(java.lang.Class<?> type,
                                     int typeID)