Class JSONDocConfig


  • @Configuration
    @EnableConfigurationProperties(JSONDocProperties.class)
    @ConditionalOnClass(org.jsondoc.springmvc.controller.JSONDocController.class)
    public class JSONDocConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONDocConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jsondoc.springmvc.controller.JSONDocController jController()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JSONDOC_PROPERTIES_PREFIX

        public static final java.lang.String JSONDOC_PROPERTIES_PREFIX
        See Also:
        Constant Field Values
    • Constructor Detail

      • JSONDocConfig

        public JSONDocConfig()
    • Method Detail

      • jController

        @Bean
        public org.jsondoc.springmvc.controller.JSONDocController jController()