Class ObjectDataType.Holder

  • Enclosing class:
    ObjectDataType

    private static class ObjectDataType.Holder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.HashMap<java.lang.Class<?>,​java.lang.Integer> COMMON_CLASSES_MAP  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Holder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.Integer getCommonClassId​(java.lang.Class<?> clazz)
      Get the class id, or null if not found.
      • Methods inherited from class java.lang.Object

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

      • COMMON_CLASSES_MAP

        private static final java.util.HashMap<java.lang.Class<?>,​java.lang.Integer> COMMON_CLASSES_MAP
    • Constructor Detail

      • Holder

        private Holder()
    • Method Detail

      • getCommonClassId

        static java.lang.Integer getCommonClassId​(java.lang.Class<?> clazz)
        Get the class id, or null if not found.
        Parameters:
        clazz - the class
        Returns:
        the class id or null