Class Redoc

java.lang.Object
io.micronaut.starter.feature.other.Redoc
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.redoc.enabled", value="true", defaultValue="true") @Singleton public class Redoc extends Object implements ContributingStaticResources, OpenRewriteFeature
Adds Redoc as a static OpenAPI documentation view.

Contributes static resources and route mappings for Redoc UI.