struct MockServerClient::JsonBodyMatcher

Included Modules

Defined in:

mockserver/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(json : JSON::Any, content_type : String | Nil = nil, match_type : String | Nil = nil, type : MockServerClient::BodyTypes = BodyTypes::JSON) #

[View source]

Instance Method Detail

def content_type : String | Nil #

def content_type! #

[View source]
def json : JSON::Any #

def match_type : String | Nil #

def match_type! #

[View source]