| Package | Description |
|---|---|
| darabonba.core | |
| darabonba.core.client | |
| darabonba.core.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestModel |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TeaModel> |
TeaModel.adjustToModel(Map<String,?> map,
T model)
adjust to model
|
static <T extends TeaModel> |
TeaModel.build(Map<String,?> map,
T model) |
<InputT extends RequestModel,OutputT extends TeaModel> |
TeaAsyncHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams) |
static <T extends TeaModel> |
TeaModel.toModel(Map<String,?> map,
T model)
strict to model
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
TeaModel.buildMap(TeaModel teaModel) |
static void |
TeaModel.validateParams(TeaModel teaModel,
String paramName) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientExecutionParams<InputT extends RequestModel,OutputT extends TeaModel> |
| Modifier and Type | Method and Description |
|---|---|
<InputT extends RequestModel,OutputT extends TeaModel> |
IAsyncHandler.execute(ClientExecutionParams<InputT,OutputT> executionParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorContext<OutputT extends TeaModel> |
| Modifier and Type | Method and Description |
|---|---|
default TeaModel |
OutputInterceptor.modifyOutput(InterceptorContext context,
AttributeMap attributes) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext.Builder |
InterceptorContext.Builder.output(TeaModel output) |
Copyright © 2022. All rights reserved.