public class SwaggerExtension extends Object
Constructor and Description |
---|
SwaggerExtension() |
Modifier and Type | Method and Description |
---|---|
void |
processAfterTypeDiscovery(AfterTypeDiscovery event)
Associate the interceptor.
|
<T extends Application> |
processAnnotatedType(<any> event)
Associate the
AddSwaggerResources interceptor binding with any bean that is a subclass of Application . |
void |
processBeforeBeanDiscovery(BeforeBeanDiscovery event,
BeanManager beanManager)
Associate the InterceptorBinding annotation.
|
public void processBeforeBeanDiscovery(BeforeBeanDiscovery event, BeanManager beanManager)
public void processAfterTypeDiscovery(AfterTypeDiscovery event)
public <T extends Application> void processAnnotatedType(<any> event)
AddSwaggerResources
interceptor binding with any bean that is a subclass of Application
.Copyright © 2019 JBoss by Red Hat. All rights reserved.