#include <CrestModel.h>
Definition at line 365 of file CrestModel.h.
◆ from_json()
Definition at line 658 of file CrestModel.cxx.
663 for (
auto it = jsonResources.begin();
it != jsonResources.end(); ++
it)
668 return payloadSetDto;
◆ getFormat()
const char* PayloadSetDto::getFormat |
( |
| ) |
const |
|
inlinevirtual |
◆ getSize()
int64_t PayloadSetDto::getSize |
( |
| ) |
const |
|
inlinevirtual |
◆ load_from_json()
void CrestBaseResponse::load_from_json |
( |
const json & |
j | ) |
|
|
inherited |
Definition at line 85 of file CrestModel.cxx.
87 if (j.contains(
"datatype"))
90 if (j.contains(
"page"))
92 if (!j[
"page"].is_null())
◆ to_json()
json PayloadSetDto::to_json |
( |
| ) |
const |
Definition at line 644 of file CrestModel.cxx.
652 baseJson[
"resources"] = jsonResources;
◆ datatype
std::optional<std::string> CrestBaseResponse::datatype |
|
inherited |
◆ filter
std::optional<GenericMap> CrestBaseResponse::filter |
|
inherited |
◆ page
std::optional<RespPage> CrestBaseResponse::page |
|
inherited |
◆ resources
The documentation for this class was generated from the following files:
static RespPage from_json(const json &j)