public class SerdeGenJavaUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SerdeGenJavaUtils.SerdeFormatFile |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DEFAULT_SERDEGEN_PATH |
static String |
DEFAULT_TEMP_YAML_FILE_EXTENSION |
static String |
WITH_RUNTIMES_BCS |
static String |
WITH_RUNTIMES_SERDE |
| 构造器和说明 |
|---|
SerdeGenJavaUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
processSerdeFormatFiles(String workingDirectory,
String serdegenPath,
List<SerdeGenJavaUtils.SerdeFormatFile> serdeFormatFiles,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String tempYamlFileExtension,
Integer onlyRetainDependenciesOfLast) |
static int |
waitForSerdegenProcess(String workingDirectory,
String serdegenPath,
String packageName,
String withRuntimesOrEmpty,
String targetSrcDir,
String yamlFilePath) |
public static final String DEFAULT_TEMP_YAML_FILE_EXTENSION
public static void processSerdeFormatFiles(String workingDirectory, String serdegenPath, List<SerdeGenJavaUtils.SerdeFormatFile> serdeFormatFiles, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String tempYamlFileExtension, Integer onlyRetainDependenciesOfLast)
Copyright © 2021. All rights reserved.