Class ParameterInjectorRegistry<C>

java.lang.Object
org.incendo.cloud.injection.ParameterInjectorRegistry<C>
Type Parameters:
C - command sender type
All Implemented Interfaces:
Function<InjectionRequest<C>,Object>, InjectionService<C>, Service<InjectionRequest<C>,Object>

@API(status=STABLE) public final class ParameterInjectorRegistry<C> extends Object implements InjectionService<C>
Registry containing mappings between Class Predicates and injectors. The order injectors are tested is the same order they were registered in.