ProviderPrefix

The configuration that controls how a provider prefix is applied to model IDs during translation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The single character that separates the provider prefix from the model name (for example, .). The default is ..

Link copied to clipboard

Whether clients can omit the provider prefix from model IDs. If true, the gateway accepts model IDs without the prefix and restores the full prefixed form before forwarding to the provider. The default is false.

Functions

Link copied to clipboard
inline fun copy(block: ProviderPrefix.Builder.() -> Unit = {}): ProviderPrefix
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String