UNPKG

grunt-generate-view-model

Version:
16 lines 506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FieldMetadata = void 0; class FieldMetadata { constructor() { this.ignoredInView = false; this.isArray = false; this.isComplexType = false; this.isEnum = false; this.fieldConvertFunction = null; this.toStringWanted = false; this.needGeneratedMapper = false; } } exports.FieldMetadata = FieldMetadata; //# sourceMappingURL=fieldmetadata.js.map