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 Configurer
public void addControllers(ControllerRegistry controllerRegistry)
addControllers
in interface Configurer
public void addScopes(ScopeRegistry scopeRegistry)
addScopes
in interface Configurer
public void addTypes(TypeRegistry typeRegistry)
addTypes
in interface Configurer
public void afterComponenetDiscovery(ComponentRegistry registry)
Copyright © 2018 Brandao. All rights reserved.