public class ConfigProcessor extends Object
| Constructor and Description |
|---|
ConfigProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
processConfig(String config,
String dataType)
processing configuration
|
static String |
resolverConfigDataType(String dataId)
resolver config data type
|
static String |
resolverConfigDataType(String dataType,
String dataId,
String defaultDataType)
resolver config data type
|
public static Properties processConfig(String config, String dataType) throws IOException
config - config stringdataType - the data typeIOException - IOExceptionpublic static String resolverConfigDataType(String dataId)
dataId - the configured data idCopyright © 2023 Seata. All rights reserved.