Package org.axonframework.messaging.core.reflection
package org.axonframework.messaging.core.reflection
-
ClassesClassDescription
ConfigurationEnhancerthat registers theClasspathParameterResolverFactoryas the defaultParameterResolverFactory.ConfigurationEnhancerthat registers a decorator for theParameterResolverFactorythat, when a parent configuration is present, wraps both the parent and the currentParameterResolverFactoryin aHierarchicalParameterResolverFactorythat delegates to the parent if a parameter cannot be resolved by the current configuration.