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
{{ message }}
This repository was archived by the owner on Jan 16, 2019. It is now read-only.
mikey179 edited this page Mar 4, 2012
·
5 revisions
Map bindings
Map bindings are almost the same as list bindings, but while list bindings are kind of anonymous (you can see them as indexed arrays) map bindings allow for named values (which compares to associative arrays). The functionality of map bindings is identical to list bindings, this includes typed and untyped map bindings. The only difference is the @Map annotation and how map bindings are created with the binder: