All Classes and Interfaces

Classes
Class
Description
Gradle task that parses the configured OpenAPI documentation, compares the operations it describes against the endpoints exposed by scanned @RestController classes, 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 the detectMirageApis task and wires the mirageApiDetector DSL extension into the project.
Determines which DescribedEndpoints collected from the OpenAPI documentation have no matching controller Endpoint, i.e.
Writes the AsciiDoc mirage API report: every OpenAPI operation that has no matching @RestController implementation.