Package com.arc_e_tect.gradle.mirage
package com.arc_e_tect.gradle.mirage
-
ClassesClassDescriptionGradle task that parses the configured OpenAPI documentation, compares the operations it describes against the endpoints exposed by scanned
@RestControllerclasses, and writes an AsciiDoc report of every operation that has no matching implementation - the "mirage APIs".DSL extension for the Mirage API Detector Gradle plugin.Gradle plugin that registers thedetectMirageApistask and wires themirageApiDetectorDSL extension into the project.