Class GeneratedMetaMethod.DgmMethodRecord

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GeneratedMetaMethod

    public static class GeneratedMetaMethod.DgmMethodRecord
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • className

        public java.lang.String className
      • methodName

        public java.lang.String methodName
      • returnType

        public java.lang.Class returnType
      • parameters

        public java.lang.Class[] parameters
    • Constructor Detail

      • DgmMethodRecord

        public DgmMethodRecord()
    • Method Detail

      • saveDgmInfo

        public static void saveDgmInfo​(java.util.List<GeneratedMetaMethod.DgmMethodRecord> records,
                                       java.lang.String file)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • loadDgmInfo

        public static java.util.List<GeneratedMetaMethod.DgmMethodRecord> loadDgmInfo()
                                                                               throws java.io.IOException,
                                                                                      java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException