Skip to main content

Class: ArrayMapper

Implements​

Constructors​

constructor​

• new ArrayMapper()

Properties​

priority​

• priority: number = 1000

Implementation of​

MicroAttributeMapper.priority

Defined in​

ng-application-profile/src/lib/services/mappers/array-mapper.service.ts:9

Methods​

deserialize​

â–¸ deserialize(dataType, value, macroMapper): unknown[]

Parameters​

NameType
dataTypestring
valueunknown[]
macroMapperAttributeMapper

Returns​

unknown[]

Implementation of​

MicroAttributeMapper.deserialize

Defined in​

ng-application-profile/src/lib/services/mappers/array-mapper.service.ts:15


serialize​

â–¸ serialize(dataType, value, macroMapper): unknown[]

Parameters​

NameType
dataTypestring
valueunknown[]
macroMapperAttributeMapper

Returns​

unknown[]

Implementation of​

MicroAttributeMapper.serialize

Defined in​

ng-application-profile/src/lib/services/mappers/array-mapper.service.ts:23


supportDeserialize​

â–¸ supportDeserialize(dataType, value): boolean

Parameters​

NameType
dataTypestring
valueunknown[]

Returns​

boolean

Implementation of​

MicroAttributeMapper.supportDeserialize

Defined in​

ng-application-profile/src/lib/services/mappers/array-mapper.service.ts:11


supportSerialize​

â–¸ supportSerialize(dataType, value): boolean

Parameters​

NameType
dataTypestring
valueunknown[]

Returns​

boolean

Implementation of​

MicroAttributeMapper.supportSerialize

Defined in​

ng-application-profile/src/lib/services/mappers/array-mapper.service.ts:19