@roit/roit-model-mapper
Version:
ROIT model mapper makes it easy to convert any object or JSON to the model
13 lines • 436 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class ObjectMapperOptions {
constructor() {
this.singleResult = false;
this.compareWithAttributesLowerCase = true;
this.normalizeString = false;
this.ignoreJsonPropertyName = false;
this.ignoreLinear = false;
}
}
exports.ObjectMapperOptions = ObjectMapperOptions;
//# sourceMappingURL=ObjectMapperOptions.js.map