rib.parser-workitem.7.38.0.Final.source-code.widtemplate.st Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parser-workitem Show documentation
Show all versions of parser-workitem Show documentation
Parse Strings to objects and vice-versa
[
$widInfo:{k|
[
"name" : "$widInfo.(k).name$",
"displayName" : "$widInfo.(k).displayName$",
"category" : "$widInfo.(k).category$",
"description" : "$widInfo.(k).description$",
"defaultHandler" : "$widInfo.(k).defaultHandler$",
"documentation" : "$widInfo.(k).documentation$",
$if(widInfo.(k).parameters)$
"parameters" : [
$widInfo.(k).parameters:{k1|
"$k1$" : $widInfo.(k).parameters.(k1).type$
}; separator=","$
],
$endif$
$if(widInfo.(k).parameterValues)$
"parameterValues" : [
$widInfo.(k).parameterValues:{k1|
"$k1$" : "$widInfo.(k).parameterValues.(k1).values$"
}; separator=","$
],
$endif$
$if(widInfo.(k).results)$
"results" : [
$widInfo.(k).results:{k1|
"$k1$" : $widInfo.(k).results.(k1).type$
}; separator=","$
],
$endif$
$if(widInfo.(k).mavenDepends)$
"mavenDependencies" : [
$widInfo.(k).mavenDepends:{k1|
"$widInfo.(k).mavenDepends.(k1).group$:$widInfo.(k).mavenDepends.(k1).artifact$:$widInfo.(k).mavenDepends.(k1).version$"
}; separator=","$
],
$endif$
"icon" : "$widInfo.(k).icon$"
]
}; separator=","$
]