| Package | Description |
|---|---|
| com.alibaba.dubbo.config | |
| org.apache.dubbo.config | |
| org.apache.dubbo.config.bootstrap.builders |
A bunch of builder classes to facilitate programming of raw API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentConfig
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArgumentConfig> |
MethodConfig.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodConfig.setArguments(List<? extends ArgumentConfig> arguments) |
| Modifier and Type | Method and Description |
|---|---|
ArgumentConfig |
ArgumentBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
MethodBuilder |
MethodBuilder.addArgument(ArgumentConfig argument) |
| Modifier and Type | Method and Description |
|---|---|
MethodBuilder |
MethodBuilder.addArguments(List<? extends ArgumentConfig> arguments) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.