- genCode(SchemeDTO) - 类 中的方法com.jeeplus.devtools.controller.TableController
-
- generateToFile(SchemeDTO, TemplateDTO, Map<String, Object>, boolean, String) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
生成到文件
- GenMenuWrapper - com.jeeplus.devtools.service.mapstruct中的接口
-
- GenMenuWrapperImpl - com.jeeplus.devtools.service.mapstruct中的类
-
- GenMenuWrapperImpl() - 类 的构造器com.jeeplus.devtools.service.mapstruct.GenMenuWrapperImpl
-
- get(TableDTO) - 类 中的方法com.jeeplus.devtools.controller.TableController
-
- getAccessibleField(Object, String) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
循环向上转型, 获取对象的DeclaredField, 并强制设置为可访问.
- getAccessibleMethod(Object, String, Class<?>...) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAccessibleMethodByName(Object, String) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
循环向上转型, 获取对象的DeclaredMethod,并强制设置为可访问.
- getAllSn() - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
获取CPUID、硬盘序列号、MAC地址、主板序列号
- getAnnotationList() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取列注解列表
- getAvailableFile(String, int) - 类 中的静态方法com.jeeplus.devtools.util.FileUtils
-
获取可以创建的文件名(如果有同名文件存在,参照Windows系统重命名为xxx(2).xxx)
- getAvailableFolder(String, int) - 类 中的静态方法com.jeeplus.devtools.util.FileUtils
-
获取可以创建的目录名(如果有同名目录存在,参照Windows系统重命名为xxx(2))
- getBoolean(String) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Boolean类型的Property,但以System的Property优先.如果都为Null抛出异常,如果内容不是true/false则返回false.
- getBoolean(String, boolean) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Boolean类型的Property,但以System的Property优先.如果都为Null则返回Default值,如果内容不为true/false则返回false.
- getById(String) - 类 中的方法com.jeeplus.devtools.service.CustomObjService
-
- getById(String) - 类 中的方法com.jeeplus.devtools.service.DataBaseTypeService
-
- getById(String) - 类 中的方法com.jeeplus.devtools.service.TableService
-
- getById(String) - 类 中的方法com.jeeplus.devtools.service.TemplateGroupService
-
- getByType(String) - 类 中的方法com.jeeplus.devtools.service.DataBaseTypeService
-
- getByValue(String) - 类 中的方法com.jeeplus.devtools.controller.CustomObjController
-
- getByValue(String) - 类 中的方法com.jeeplus.devtools.service.CustomObjService
-
- getCategoryList() - 类 中的方法com.jeeplus.devtools.service.dto.TemplateDTO
-
- getClassGenricType(Class) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
通过反射, 获得Class定义中声明的泛型参数的类型, 注意泛型必须定义在父类处
如无法找到, 返回Object.class.
- getClassGenricType(Class, int) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
通过反射, 获得Class定义中声明的父类的泛型参数的类型.
- getCPUSerial() - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
获取CPU序列号
- getCPUSerial() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取CPU序列号
- getCreateTimeExists() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
是否存在create_time列
- getCurrentTime() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getDataLength() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取字符串长度
- getDataModel(SchemeDTO) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取数据模型
- getDelFlagExists() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
是否存在del_flag列
- getDouble(String) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Double类型的Property,但以System的Property优先.如果都为Null或内容错误则抛出异常.
- getDouble(String, Integer) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Double类型的Property,但以System的Property优先.如果都为Null则返回Default值,如果内容错误则抛出异常
- getFieldValue(Object, String) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
直接读取对象属性值, 无视private/protected修饰符, 不经过getter函数.
- getFileTree(String) - 类 中的方法com.jeeplus.devtools.controller.SchemeController
-
返回子目录json
- getFormatDate(Date, String) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getFormComponents() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getFormList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getFormUrl(String) - 类 中的方法com.jeeplus.devtools.controller.TableController
-
获取流程表单URL
- getHardDiskSN(String) - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
获取硬盘序列号(该方法获取的是 盘符的逻辑序列号,并不是硬盘本身的序列号)
硬盘序列号还在研究中
- getHardDiskSN(String) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取硬盘序列号
- getImportEntityList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
获取导入依赖包字符串
- getImportExcelList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
获取导入依赖包字符串
- getImportFormList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getImportGridJavaList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
获取导入依赖包字符串
- getImportGridJavaMapperList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getImportList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
获取导入依赖包字符串
- getImportQueryList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getInstance() - 类 中的静态方法com.jeeplus.common.utils.CodeProperties
-
- getInteger(String) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Integer类型的Property,但以System的Property优先.如果都为Null或内容错误则抛出异常.
- getInteger(String, Integer) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出Integer类型的Property,但以System的Property优先.如果都为Null则返回Default值,如果内容错误则抛出异常
- getIsBasicJavaType() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
- getIsNotBaseField() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
是否是基类字段
- getIsNotBasicJavaType() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
- getIsNotBasicUserField() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
- getIsNotTreeBaseField() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
- getJavaFieldAttrs() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取Java字段,所有属性名
- getJavaFieldId() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取Java字段,如果是对象,则获取对象.附加属性1
- getJavaFieldName() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取Java字段,如果是对象,则获取对象.附加属性2
- getJavaTypeByLabel(String) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getJaxbContext(Class) - 类 中的静态方法com.jeeplus.devtools.util.JaxbMapper
-
- getKeys() - 类 中的静态方法com.jeeplus.devtools.util.RSAUtils
-
生成公钥和私钥
- getM() - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
- getM() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getMac() - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
MAC
通过jdk自带的方法,先获取本机所有的ip,然后通过NetworkInterface获取mac地址
- getMac() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取MAC地址
- getMapperJavaField() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取简写Java字段
- getMotherboardSN() - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
获取主板序列号
- getMotherboardSN() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取主板序列号
- getName() - 类 中的方法com.jeeplus.devtools.service.dto.DataSourceDTO
-
- getNameAndComments() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取列名和说明
- getNameAndComments() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
获取列名和说明
- getNetWorkTime() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getParentExists() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
是否存在父类
- getParentJavaField() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
是否存在父类
- getPrivateKey(String, String) - 类 中的静态方法com.jeeplus.devtools.util.RSAUtils
-
使用模和指数生成RSA私钥
注意:【此代码用了默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同,如Android默认是RSA
/None/NoPadding】
- getProperties() - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
- getProperty(String) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出String类型的Property,但以System的Property优先,如果都为Null则抛出异常.
- getProperty(String, String) - 类 中的方法com.jeeplus.devtools.util.PropertiesLoader
-
取出String类型的Property,但以System的Property优先.如果都为Null则返回Default值.
- getPublicKey(String, String) - 类 中的静态方法com.jeeplus.devtools.util.RSAUtils
-
使用模和指数生成RSA公钥
注意:【此代码用了默认补位方式,为RSA/None/PKCS1Padding,不同JDK默认的补位方式可能不同,如Android默认是RSA
/None/NoPadding】
- getQueryBetwinDate() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getQueryComponents() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getQueryList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getRegisterInfo() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getRemoteAddr(HttpServletRequest) - 类 中的静态方法com.jeeplus.devtools.util.StringUtil
-
获得用户远程地址
- getSerial(String) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
- getSerialNumber(String, String, String) - 类 中的静态方法com.jeeplus.devtools.SerialNumberUtil
-
- getSimpleAnnotationList() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取简写列注解列表
- getSimpleJavaField() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取简写Java字段
- getSimpleJavaFieldId() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取简写Java字段
- getSimpleJavaType() - 类 中的方法com.jeeplus.devtools.service.dto.TableColumnDTO
-
获取简写Java类型
- getTableFiledByDbType(String) - 类 中的方法com.jeeplus.devtools.service.DataBaseTypeService
-
- getTableFormDb(TableDTO) - 类 中的方法com.jeeplus.devtools.service.TableService
-
获取物理数据表列表
- getTableList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
- getTemplateListByObj(List<TemplateObj>, boolean) - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
根据分类获取模板列表
- getTemplatePath() - 类 中的静态方法com.jeeplus.devtools.util.CodeUtils
-
获取模板路径
- getUpdateTimeExists() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-
是否存在update_time列
- getUserClass(Object) - 类 中的静态方法com.jeeplus.devtools.util.Reflections
-
- getValidationList() - 类 中的方法com.jeeplus.devtools.service.dto.TableDTO
-