@Deprecated 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)
Deprecated.
Creates an instance, using the given
defaultFactories. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Deprecated.
|
org.axonframework.messaging.annotation.ParameterResolverFactory |
getObject()
Deprecated.
|
Class<?> |
getObjectType()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Deprecated.
|
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(@Nonnull 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.