Package org.axonframework.messaging.core.reflection
@NullMarked
package org.axonframework.messaging.core.reflection
Part of the Axon Messaging module. Contains classes related to message reflection logic.
-
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.