#include <CrestModel.h>
Definition at line 256 of file CrestModel.h.
◆ from_json()
Definition at line 432 of file CrestModel.cxx.
437 for (
auto it = jsonResources.begin();
it != jsonResources.end(); ++
it)
◆ getFormat()
const char* TagMetaSetDto::getFormat |
( |
| ) |
const |
|
inlinevirtual |
◆ getSize()
int64_t TagMetaSetDto::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 TagMetaSetDto::to_json |
( |
| ) |
const |
Definition at line 421 of file CrestModel.cxx.
429 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)