RestConfiguration

Configuration that defines HTTP request and response handling, validation endpoints, and entity configurations for REST API interactions.

Types

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

Properties

Link copied to clipboard

A map of entity configurations that define how to interact with different data entities available through the REST API, including their schemas and access patterns.

Link copied to clipboard

Global configuration settings that apply to all REST API requests for this connection type, including common request methods, paths, and parameters.

Link copied to clipboard

Configuration for the endpoint used to validate connection credentials and test connectivity during connection creation.

Functions

Link copied to clipboard
inline fun copy(block: RestConfiguration.Builder.() -> Unit = {}): RestConfiguration
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