com.mangofactory.swagger.configuration
Class JacksonSwaggerSupport

java.lang.Object
  extended by com.mangofactory.swagger.configuration.JacksonSwaggerSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JacksonSwaggerSupport
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware


Constructor Summary
JacksonSwaggerSupport()
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setRequestMappingHandlerAdapter(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter[] requestMappingHandlerAdapters)
           
 void setup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacksonSwaggerSupport

public JacksonSwaggerSupport()
Method Detail

setRequestMappingHandlerAdapter

@Autowired
public void setRequestMappingHandlerAdapter(org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter[] requestMappingHandlerAdapters)

setup

@PostConstruct
public void setup()

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