tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

Fix the call to the function for converting the object field #51

Closed wey1and closed 3 years ago

wey1and commented 3 years ago

Currently, converters for fields use the converter stack without checking the property class. We need using getObject(fieldName, objectClass) if it possible to convert with property class.