|
Groovy Documentation | |||||||
PREV NEXT | FRAMES NO FRAMES |
configuration.extendsFrom(extendsFromConfiguration)
but do proper
checking to create the configuration if does not exist in the first place.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