Skip to content

OpenAPI_Content_Encoding

mattpolzin edited this page Jun 11, 2021 · 13 revisions

Extensions on OpenAPI.Content.Encoding

Initializers

init(from:)

public init(from decoder: Decoder) throws 

Methods

encode(to:)

public func encode(to encoder: Encoder) throws 

_dereferenced(in:following:)

An internal-use method that facilitates reference cycle detection by tracking past references followed in the course of dereferencing.

public func _dereferenced(in components: OpenAPI.Components, following references: Set<AnyHashable>) throws -> DereferencedContentEncoding 

For all external-use, see dereferenced(in:) (provided by the LocallyDereferenceable protocol). All types that provide a _dereferenced(in:following:) implementation have a dereferenced(in:) implementation for free.

Types
Protocols
Global Functions
Extensions
Clone this wiki locally