Class ParameterResolverFactoryUtils

java.lang.Object
org.axonframework.messaging.core.configuration.reflection.ParameterResolverFactoryUtils

public class ParameterResolverFactoryUtils extends Object
Utility class that provides methods to register a ParameterResolverFactory to the ComponentRegistry.

Ensures that the ComponentRegistry at all times has one ParameterResolverFactory component. Subsequent invocations of registerToComponentRegistry(ComponentRegistry, Function)/registerToComponentRegistry(ComponentRegistry, int, Function) will decorate the existing ParameterResolverFactory and given ParameterResolverFactory into a MultiParameterResolverFactory.

Since:
5.0.0
Author:
Mitchell Herrijgers