Uses of Interface
dk.cloudcreate.essentials.shared.reflection.invocation.NoMatchingMethodsHandler
-
Packages that use NoMatchingMethodsHandler Package Description dk.cloudcreate.essentials.shared.reflection.invocation -
-
Uses of NoMatchingMethodsHandler in dk.cloudcreate.essentials.shared.reflection.invocation
Methods in dk.cloudcreate.essentials.shared.reflection.invocation with parameters of type NoMatchingMethodsHandler Modifier and Type Method Description voidPatternMatchingMethodInvoker. invoke(Object argument, NoMatchingMethodsHandler noMatchingMethodsHandler)Invoke matching methods based on theargumenton thePatternMatchingMethodInvoker.invokeMethodsOnbased on theMethodPatternMatcherandInvocationStrategyConstructor parameters in dk.cloudcreate.essentials.shared.reflection.invocation with type arguments of type NoMatchingMethodsHandler Constructor Description PatternMatchingMethodInvoker(Object invokeMethodsOn, MethodPatternMatcher<ARGUMENT_COMMON_ROOT_TYPE> methodPatternMatcher, InvocationStrategy invocationStrategy, Optional<NoMatchingMethodsHandler> defaultNoMatchingMethodsHandler)
-