public abstract class ConfigurerAdapter extends Object implements Configurer
| Constructor and Description |
|---|
ConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addControllers(org.brandao.brutos.ControllerRegistry controllerRegistry) |
void |
addInterceptors(org.brandao.brutos.InterceptorRegistry interceptorRegistry) |
void |
addScopes(org.brandao.brutos.ScopeRegistry scopeRegistry) |
void |
addTypes(org.brandao.brutos.TypeRegistry typeRegistry) |
void |
afterComponenetDiscovery(org.brandao.brutos.ComponentRegistry registry) |
void |
beforeComponenetDiscovery(org.brandao.brutos.ComponentRegistry registry) |
public void beforeComponenetDiscovery(org.brandao.brutos.ComponentRegistry registry)
public void addInterceptors(org.brandao.brutos.InterceptorRegistry interceptorRegistry)
addInterceptors in interface Configurerpublic void addControllers(org.brandao.brutos.ControllerRegistry controllerRegistry)
addControllers in interface Configurerpublic void addScopes(org.brandao.brutos.ScopeRegistry scopeRegistry)
addScopes in interface Configurerpublic void addTypes(org.brandao.brutos.TypeRegistry typeRegistry)
addTypes in interface Configurerpublic void afterComponenetDiscovery(org.brandao.brutos.ComponentRegistry registry)
Copyright © 2018 Brandao. All rights reserved.