| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationObjectBuilder<T>
Implementation of
ObjectBuilder to create instances that match a given ConfigurationModel. |
class |
ConnectionProviderObjectBuilder<C>
Implementation of
ResolverSetBasedObjectBuilder which produces instances of ConnectionProviderModel |
class |
DefaultConnectionProviderObjectBuilder<C>
Implementation of
ResolverSetBasedObjectBuilder which produces instances of ConnectionProviderModel |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOAuthConnectionProviderObjectBuilder<C>
Base class for
DefaultConnectionProviderObjectBuilder specializations which yield OAuth enabled connection
providers |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeConnectionProviderObjectBuilder<C>
A specialization of
BaseOAuthConnectionProviderObjectBuilder to wrap the ConnectionProvider
into AuthorizationCodeConnectionProviderWrapper instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsConnectionProviderObjectBuilder<C>
A specialization of
BaseOAuthConnectionProviderObjectBuilder to wrap the ConnectionProvider
into ClientCredentialsConnectionProviderWrapper instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformManagedOAuthConnectionProviderObjectBuilder<C>
A
BaseOAuthConnectionProviderObjectBuilder implementation that yields PlatformManagedOAuthConnectionProvider
instances |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultResolverSetBasedObjectBuilder<T>
Default implementation of
ResolverSetBasedObjectBuilder which uses reflection
and a default constructor to instantiate the generated objects |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.