data.get('file.yaml') will return class com.orientechnologies.orient.core.db.record.OTrackedMap
#747
Milestone
class com.orientechnologies.orient.core.db.record.OTrackedMap
#747
for example, given this file:
https://github.com/apache/shiro-site/blob/6b06cb888e04febf8216d82c1043fb27eea45044/data/authors.yaml
actual behaviour
When importing using
<#assign authors = data.get('authors.yaml').authors />
The returned type will be
com.orientechnologies.orient.core.db.record.OTrackedMap
expected behaviour
A hash is returned without methods like
getClass()
. Just the author names as keys and the data as values.version
The text was updated successfully, but these errors were encountered: