Class DynamicCodegen


  • class DynamicCodegen
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static javassist.ClassPool pool  
    • Constructor Summary

      Constructors 
      Constructor Description
      DynamicCodegen()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Encoder gen​(java.lang.Class clazz, java.lang.String cacheKey, CodegenResult source)  
      • Methods inherited from class java.lang.Object

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

      • pool

        static javassist.ClassPool pool
    • Constructor Detail

      • DynamicCodegen

        DynamicCodegen()
    • Method Detail

      • gen

        public static Encoder gen​(java.lang.Class clazz,
                                  java.lang.String cacheKey,
                                  CodegenResult source)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception