Class InMemorySwaggerResourcesProvider

  • All Implemented Interfaces:
    java.util.function.Supplier<java.util.List<SwaggerResource>>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, SwaggerResourcesProvider

    @Component
    public class InMemorySwaggerResourcesProvider
    extends java.lang.Object
    implements SwaggerResourcesProvider, org.springframework.context.ApplicationContextAware
    • Constructor Detail

      • InMemorySwaggerResourcesProvider

        @Autowired
        public InMemorySwaggerResourcesProvider​(org.springframework.core.env.Environment environment,
                                                DocumentationCache documentationCache,
                                                DocumentationPluginsManager pluginsManager)
    • Method Detail

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException