public class SwaggerExtension extends Object implements javax.enterprise.inject.spi.Extension
| Constructor and Description |
|---|
SwaggerExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAfterTypeDiscovery(javax.enterprise.inject.spi.AfterTypeDiscovery event)
Associate the interceptor.
|
<T extends javax.ws.rs.core.Application> |
processAnnotatedType(javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
Associate the
AddSwaggerResources interceptor binding with any bean that is a subclass of Application. |
void |
processBeforeBeanDiscovery(javax.enterprise.inject.spi.BeforeBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager beanManager)
Associate the InterceptorBinding annotation.
|
public void processBeforeBeanDiscovery(@Observes
javax.enterprise.inject.spi.BeforeBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager beanManager)
public void processAfterTypeDiscovery(@Observes
javax.enterprise.inject.spi.AfterTypeDiscovery event)
public <T extends javax.ws.rs.core.Application> void processAnnotatedType(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
AddSwaggerResources interceptor binding with any bean that is a subclass of Application.Copyright © 2018 JBoss by Red Hat. All rights reserved.