Class AnnotatedApiRendererStore

java.lang.Object
com.aquima.web.config.annotation.factory.AnnotatedFactoryBase
com.aquima.web.config.annotation.factory.AnnotatedApiRendererStore
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component public class AnnotatedApiRendererStore extends AnnotatedFactoryBase implements org.springframework.context.ApplicationContextAware
IApiRendererFactory implementation that scans the Spring context for beans with an AquimaApiRendererFactory annotation.
Since:
9.2
Author:
A.Pragt
See Also:
  • AquimaApiRendererFactory
  • Constructor Details Link icon

    • AnnotatedApiRendererStore Link icon

      public AnnotatedApiRendererStore()
  • Method Details Link icon

    • getFactories Link icon

      public List<IApiRendererFactory> getFactories()
    • setApplicationContext Link icon

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware