Class: DateMapper
Implements​
MicroAttributeMapper
<string
,Date
>
Constructors​
constructor​
• new DateMapper()
Methods​
deserialize​
â–¸ deserialize(dataType
, value
): Date
Parameters​
Name | Type |
---|---|
dataType | string |
value | string |
Returns​
Date
Implementation of​
MicroAttributeMapper.deserialize
Defined in​
ng-application-profile/src/lib/services/mappers/date-mapper.service.ts:10
pad​
â–¸ Private
pad(val
): string
Parameters​
Name | Type |
---|---|
val | number |
Returns​
string
Defined in​
ng-application-profile/src/lib/services/mappers/date-mapper.service.ts:25
serialize​
â–¸ serialize(dataType
, value
): string
Parameters​
Name | Type |
---|---|
dataType | string |
value | Date |
Returns​
string
Implementation of​
MicroAttributeMapper.serialize
Defined in​
ng-application-profile/src/lib/services/mappers/date-mapper.service.ts:18
supportDeserialize​
â–¸ supportDeserialize(dataType
, value
): boolean
Parameters​
Name | Type |
---|---|
dataType | string |
value | string |
Returns​
boolean
Implementation of​
MicroAttributeMapper.supportDeserialize
Defined in​
ng-application-profile/src/lib/services/mappers/date-mapper.service.ts:6
supportSerialize​
â–¸ supportSerialize(dataType
, value
): boolean
Parameters​
Name | Type |
---|---|
dataType | string |
value | Date |
Returns​
boolean
Implementation of​
MicroAttributeMapper.supportSerialize
Defined in​
ng-application-profile/src/lib/services/mappers/date-mapper.service.ts:14