|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
destMap
for the resulttoValue(new JSONObject(json))
or toValue(new JSONArray(json)
depending on if the json starts with [
or {
(with proper null
handling).configureObject
can be:
String
: name of a repository within this containerRepositoryHandlerConfiguration
: another repository handlerClosure
: configuration closure (same as what RepositoryHandler takes)Groovy Documentation