10Duke Java Core
Loading...
Searching...
No Matches
tenduke.sdk.core.model.config.Configuration Interface Reference

Detailed Description

Interface for 10Duke SDK configuration implementations.

Inheritance diagram for tenduke.sdk.core.model.config.Configuration:
tenduke.sdk.core.model.config.AbstractConfigWithFallback< C extends Configuration > tenduke.sdk.core.model.config.HttpClientConfig tenduke.sdk.core.model.config.AuthConfig tenduke.sdk.core.model.config.AuthConfigWithFallback tenduke.sdk.core.model.config.InMemoryAuthConfig tenduke.sdk.core.model.config.MinViableAuthConfig tenduke.sdk.core.config.typesafe.TypesafeAuthConfig

Public Member Functions

< U > U unwrap ()
 Unwraps the underlying implementation and returns it to the caller.
 

Member Function Documentation

◆ unwrap()

< U > U tenduke.sdk.core.model.config.Configuration.unwrap ( )

Unwraps the underlying implementation and returns it to the caller.

Parameters
<U>Type of implementation object.
Returns
The real configuration implementation object.

Implemented in tenduke.sdk.core.config.typesafe.TypesafeAuthConfig.


The documentation for this interface was generated from the following file: