UNPKG

@odata2ts/odata-query-objects

Version:

Q-Objects are the magic sauce for the odata-query-builder and allow for renaming and type conversion

14 lines 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QTimeOfDayParam = void 0; const QParam_1 = require("../QParam"); const UrlParamHelper_1 = require("../UrlParamHelper"); class QTimeOfDayParam extends QParam_1.QParam { constructor() { super(...arguments); this.getUrlConformValue = UrlParamHelper_1.formatLiteralParam; this.parseValueFromUrl = UrlParamHelper_1.parseLiteral; } } exports.QTimeOfDayParam = QTimeOfDayParam; //# sourceMappingURL=QTimeOfDayParam.js.map