Map toMap()

in src/main/groovy/org/jetbrains/gradle/ext/Facets.groovy [32:38]


    Map<String, ?> toMap() {
        return [
                "type"    : type,
                "contexts": contexts.asList().collect { it.toMap() },
                "name"    : name
        ]
    }