In a CArtAgO operation, if a Map (or Set) is passed as argument, it is exposed in the Java artifact class as a String, not as a Map (or Set). This behavior makes it difficult to manipulate because ASSyntax cannot parse Maps and Sets. Would it be possible to expose them as native Java objects instead?
In the HypermedeaArtifact, I would like to pass request parameters as a Map, as if they were form fields. See for instance get(resourceURI, formFields).
In a CArtAgO operation, if a Map (or Set) is passed as argument, it is exposed in the Java artifact class as a String, not as a Map (or Set). This behavior makes it difficult to manipulate because
ASSyntaxcannot parse Maps and Sets. Would it be possible to expose them as native Java objects instead?In the
HypermedeaArtifact, I would like to pass request parameters as a Map, as if they were form fields. See for instanceget(resourceURI, formFields).