public class DaggerConfigurer extends AbstractConfigurer<Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
DaggerConfigurer.DaggerConfigurationProvider |
REQUIRED_ASPECTS, REQUIRED_READERS, REQUIRED_WRITERS| Constructor and Description |
|---|
DaggerConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Aspect> |
getAspects() |
protected Collection<ControllerConfiguration> |
getControllerConfiguration() |
protected Collection<ExceptionConfiguration> |
getExceptionConfigurations() |
protected Collection<Reader> |
getReaders() |
protected Collection<Writer> |
getWriters() |
ApplicationContext |
initialize(Object applicationConfig) |
initializeContextpublic ApplicationContext initialize(Object applicationConfig)
protected Collection<Aspect> getAspects()
getAspects in class AbstractConfigurer<Object>protected Collection<Reader> getReaders()
getReaders in class AbstractConfigurer<Object>protected Collection<Writer> getWriters()
getWriters in class AbstractConfigurer<Object>protected Collection<ExceptionConfiguration> getExceptionConfigurations()
getExceptionConfigurations in class AbstractConfigurer<Object>protected Collection<ControllerConfiguration> getControllerConfiguration()
getControllerConfiguration in class AbstractConfigurer<Object>Copyright © 2015. All rights reserved.