public class ApplicationContextLookupParameterResolverFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.ParameterResolverFactory>, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ApplicationContextLookupParameterResolverFactory(List<org.axonframework.messaging.annotation.ParameterResolverFactory> defaultFactories)
Creates an instance, using the given
defaultFactories. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.axonframework.messaging.annotation.ParameterResolverFactory |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public ApplicationContextLookupParameterResolverFactory(List<org.axonframework.messaging.annotation.ParameterResolverFactory> defaultFactories)
defaultFactories. These are added, regardless of the beans
discovered in the application context.defaultFactories - The ParameterResolverFactory instances to add by defaultpublic org.axonframework.messaging.annotation.ParameterResolverFactory getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.ParameterResolverFactory>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.ParameterResolverFactory>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.axonframework.messaging.annotation.ParameterResolverFactory>public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2010–2022. All rights reserved.