Class RapiDoc

java.lang.Object
io.micronaut.starter.feature.other.RapiDoc
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OpenRewriteFeature, ContributingInterceptUrlMapFeature, MicronautServerDependent, ContributingStaticResources

@Requires(property="micronaut.starter.feature.rapidoc.enabled", value="true", defaultValue="true") @Singleton public class RapiDoc extends Object implements ContributingStaticResources, OpenRewriteFeature
Provides the RapiDoc view integration for OpenAPI documentation.

Extends OpenApiView to add static resources and URL mappings specific to the RapiDoc UI.