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