public final class CodeGenerationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
generateEntityWrapperJavaClassSource(String packageName,
com.tcdng.unify.core.database.dynamic.DynamicEntityInfo dynamicEntityInfo) |
static String |
generateLargeTextWrapperJavaClassSource(String packageName,
DynamicNotifLargeTextInfo dynamicLargeTextInfo) |
static String |
generateModuleNameConstantsJavaClassSource(com.tcdng.unify.core.util.TypeInfo typeInfo,
String packageName,
DynamicModuleInfo dynamicModuleInfo) |
static String |
generateTemplateWrapperJavaClassSource(String packageName,
DynamicNotifTemplateInfo dynamicTemplateInfo) |
static String |
generateUtilitiesConstantsClassName(String basePackage,
String moduleName,
String constantName) |
static String |
generateUtilitiesConstantsPackageName(String basePackage,
String moduleName) |
static Map<String,String> |
splitMessageReplacements(String replacementList) |
public static Map<String,String> splitMessageReplacements(String replacementList)
public static String generateUtilitiesConstantsClassName(String basePackage, String moduleName, String constantName)
public static String generateUtilitiesConstantsPackageName(String basePackage, String moduleName)
public static String generateEntityWrapperJavaClassSource(String packageName, com.tcdng.unify.core.database.dynamic.DynamicEntityInfo dynamicEntityInfo) throws com.tcdng.unify.core.UnifyException
com.tcdng.unify.core.UnifyExceptionpublic static String generateTemplateWrapperJavaClassSource(String packageName, DynamicNotifTemplateInfo dynamicTemplateInfo) throws com.tcdng.unify.core.UnifyException
com.tcdng.unify.core.UnifyExceptionpublic static String generateLargeTextWrapperJavaClassSource(String packageName, DynamicNotifLargeTextInfo dynamicLargeTextInfo) throws com.tcdng.unify.core.UnifyException
com.tcdng.unify.core.UnifyExceptionpublic static String generateModuleNameConstantsJavaClassSource(com.tcdng.unify.core.util.TypeInfo typeInfo, String packageName, DynamicModuleInfo dynamicModuleInfo)
Copyright © 2024. All rights reserved.