All Classes and Interfaces

Classes
Class
Description
Gradle task that parses the configured OpenAPI documentation, compares the operations it describes against a set of implemented endpoints, and writes an AsciiDoc report of every operation that has no match - 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.
Scans WireMock stub mapping files (*.json) for the request each one stubs, treating every stubbed request as an implemented endpoint.