Closed wey1and closed 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.
getObject(fieldName, objectClass)
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.