-
Method parameters in io.fluxcapacitor.common.handling with type arguments of type ParameterResolver
| Modifier and Type |
Method |
Description |
static <M> Handler<M> |
HandlerInspector.createHandler(Object target,
Class<? extends Annotation> methodAnnotation,
List<ParameterResolver<? super M>> parameterResolvers) |
|
static <M> Handler<M> |
HandlerInspector.createHandler(Object target,
Class<? extends Annotation> methodAnnotation,
List<ParameterResolver<? super M>> parameterResolvers,
HandlerConfiguration handlerConfiguration) |
|
protected Predicate<M> |
HandlerInspector.MethodHandlerInvoker.getMatcher(Executable executable,
List<ParameterResolver<? super M>> parameterResolvers) |
|
protected List<HandlerInspector.ParameterSupplier<? super M>> |
HandlerInspector.MethodHandlerInvoker.getParameterSuppliers(Executable method,
List<ParameterResolver<? super M>> resolvers) |
|
static <M> HandlerInvoker<M> |
HandlerInspector.inspect(Class<?> type,
Class<? extends Annotation> methodAnnotation,
List<ParameterResolver<? super M>> parameterResolvers,
HandlerConfiguration handlerConfiguration) |
|