Class OpenApiExplorer

java.lang.Object
io.micronaut.starter.feature.other.OpenApiExplorer
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.openapi.explorer.enabled", value="true", defaultValue="true") @Singleton public class OpenApiExplorer extends Object implements ContributingStaticResources, OpenRewriteFeature
Feature that adds and enables the OpenAPI Explorer UI view for OpenAPI documentation. Provides static resources and configures anonymous access for the OpenAPI Explorer path.