Class CodegenImplMap


  • class CodegenImplMap
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CodegenImplMap()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CodegenResult genMap​(java.lang.String cacheKey, ClassInfo classInfo)  
      private static void genWriteMapKey​(CodegenResult ctx, java.lang.reflect.Type keyType, boolean noIndention)  
      • Methods inherited from class java.lang.Object

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

      • CodegenImplMap

        CodegenImplMap()
    • Method Detail

      • genWriteMapKey

        private static void genWriteMapKey​(CodegenResult ctx,
                                           java.lang.reflect.Type keyType,
                                           boolean noIndention)