openwallet-foundation-labs / identity-credential

Apache License 2.0
161 stars 82 forks source link

Convert all toFoo/fromFoo members from properties to methods. #666

Closed davidz25 closed 3 months ago

davidz25 commented 3 months ago

This is a large mechanical change which changes toHex/fromHex/toBase64 and fromBase64 extension properties to functions. Additionally, it changes the toDataItem property to be a function. This includes changes in the processor which generates code.

Fixes Issue #599.

Test: ./gradlew check Test: ./gradlew connectedCheck