You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each block resolves to only List and Map. I guess we should show Set and may be other collections. Go through Handlebars docs and see what's all are allowed.
The text was updated successfully, but these errors were encountered:
It seems the entire Iterable is supported. So we need to handle this in a different way, rather than handling it for List and Set.
Also, during this we can add support for @key, @Index, etc...
So it appears that each allows Iterables and any JavaBean. You can just put an object in each, and it will iterate over all the properties in the object.
Each block resolves to only
List
andMap
. I guess we should showSet
and may be other collections. Go through Handlebars docs and see what's all are allowed.The text was updated successfully, but these errors were encountered: