| Package | Description |
|---|---|
| io.seata.rm.tcc.api | |
| io.seata.rm.tcc.interceptor |
| Modifier and Type | Method and Description |
|---|---|
static ParamType |
ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamType[] |
ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionContextUtil.loadParamByAnnotationAndPutToContext(ParamType paramType,
String paramName,
Object paramValue,
BusinessActionContextParameter annotation,
Map<String,Object> actionContext)
load param by the config of annotation, and then put into the action context
|
Copyright © 2022 Seata. All rights reserved.