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
There are inner methods for processing hashes: isMap - detect is Map (hash) and asMap - convert to Map.
The Inspectable marker interface was added for allowing introspect POJO like they are hashes too:
Mapa = newHashMap(); // or any other mapa.put("prop", "val");
.
But not all tags/filter yet support that (latest find: the contains node). So its a proposition for making those methods: isMap and asMap to handle the Inspectable too.
The text was updated successfully, but these errors were encountered:
There are inner methods for processing hashes:
isMap
- detect is Map (hash) andasMap
- convert to Map.The
Inspectable
marker interface was added for allowing introspect POJO like they are hashes too:for the parser engine is the equivalent of:
.
But not all tags/filter yet support that (latest find: the
contains
node). So its a proposition for making those methods:isMap
andasMap
to handle theInspectable
too.The text was updated successfully, but these errors were encountered: