Uses of Interface
dk.cloudcreate.essentials.shared.reflection.invocation.MethodPatternMatcher
-
Packages that use MethodPatternMatcher Package Description dk.cloudcreate.essentials.shared.reflection.invocation -
-
Uses of MethodPatternMatcher in dk.cloudcreate.essentials.shared.reflection.invocation
Classes in dk.cloudcreate.essentials.shared.reflection.invocation that implement MethodPatternMatcher Modifier and Type Class Description classSingleArgumentAnnotatedMethodPatternMatcher<ARGUMENT_COMMON_ROOT_TYPE>A strategy that matches methods annotated withmatchOnMethodsAnnotatedWithand have a single method argument that is the same type or a sub-type of theARGUMENT_COMMON_ROOT_TYPE
Example using parameterized types:Constructors in dk.cloudcreate.essentials.shared.reflection.invocation with parameters of type MethodPatternMatcher Constructor Description PatternMatchingMethodInvoker(Object invokeMethodsOn, MethodPatternMatcher<ARGUMENT_COMMON_ROOT_TYPE> methodPatternMatcher, InvocationStrategy invocationStrategy)Setup a pattern matching method invoker using the default no-opNoMatchingMethodsHandlerPatternMatchingMethodInvoker(Object invokeMethodsOn, MethodPatternMatcher<ARGUMENT_COMMON_ROOT_TYPE> methodPatternMatcher, InvocationStrategy invocationStrategy, Optional<NoMatchingMethodsHandler> defaultNoMatchingMethodsHandler)
-