| Modifier and Type | Class and Description |
|---|---|
class |
RestConnectionProvider<C extends RestConnection> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRestConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
BearerRestConnection
Specialization of
DefaultRestConnection for resources protected with Bearer, regardless of the grant type. |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthRestConnection<O extends org.mule.runtime.extension.api.connectivity.oauth.OAuthState>
Specialization of
DefaultRestConnection for resources protected with OAuth, regardless of the grant type. |
| Modifier and Type | Class and Description |
|---|---|
class |
RestPagingDataWeaveProvider<C extends RestConnection>
An implementation for
RestPagingProvider which uses DataWeave to extract the payload and create the list of pages. |
class |
RestPagingProvider<C extends RestConnection>
Provides the base functionality for paginating the results of a REST endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestPagingProvider.close(RestConnection connection) |
Optional<Integer> |
RestPagingProvider.getTotalResults(RestConnection connection) |
| Modifier and Type | Field and Description |
|---|---|
protected RestConnection |
BaseRestSampleDataProvider.connection |
| Modifier and Type | Field and Description |
|---|---|
protected RestConnection |
BaseRestValueProvider.connection |
Copyright © 2022. All rights reserved.