Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
open_api
v1.2.1
OpenAPI
Components
Contact
Document
Encoding
Example
ExternalDocumentation
Header
Info
License
Link
Map
MassAssignment
MediaType
OAuthFlow
OAuthFlows
Object
Operation
Parameter
PathItem
Reference
RequestBody
Response
Schema
SecurityScheme
Server
ServerVariable
Tag
Built with Crystal 1.9.2
2023-10-08 13:30:32 UTC
struct
OpenAPI::Map(K, V)
OpenAPI::Map(K, V)
Struct
Value
Object
Defined in:
open_api/schemas.cr
Constructors
.new
(context : YAML::ParserContext, node : YAML::Nodes::Node)
.new
(parser : JSON::PullParser)
.new
Instance Method Summary
#[]=
(key : K, value : V)
#to_json
(builder : JSON::Builder)
#to_yaml
(builder : YAML::Nodes::Builder)
Constructor Detail
def self.
new
(context : YAML::ParserContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(parser : JSON::PullParser)
#
[
View source
]
def self.
new
#
[
View source
]
Instance Method Detail
def
[]=
(key : K, value : V)
#
[
View source
]
def
to_json
(builder : JSON::Builder)
#
[
View source
]
def
to_yaml
(builder : YAML::Nodes::Builder)
#
[
View source
]