Class ClassWriter


  • public final class ClassWriter
    extends java.lang.Object
    Helper class to write the actual meta model class using the Filer API.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeFile​(MetaEntity entity, Context context)  
      • Methods inherited from class java.lang.Object

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