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 522 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QStringParam = void 0; const QParam_1 = require("../QParam"); const UrlParamHelper_1 = require("../UrlParamHelper"); class QStringParam extends QParam_1.QParam { constructor() { super(...arguments); this.getUrlConformValue = UrlParamHelper_1.formatParamWithQuotes; this.parseValueFromUrl = UrlParamHelper_1.parseWithQuotes; } } exports.QStringParam = QStringParam; //# sourceMappingURL=QStringParam.js.map