Uses of Package
dk.cloudcreate.essentials.shared.reflection.invocation
-
Packages that use dk.cloudcreate.essentials.shared.reflection.invocation Package Description dk.cloudcreate.essentials.shared.reflection.invocation -
Classes in dk.cloudcreate.essentials.shared.reflection.invocation used by dk.cloudcreate.essentials.shared.reflection.invocation Class Description InvocationStrategy Determines which among as set of matching methods are invokedMethodPatternMatcher Strategy interface that determines the mechanics of which methods are candidates for matching, what type a given method supports and how the method is invokedNoMatchingMethodsHandler Consumer that will be called ifPatternMatchingMethodInvoker.invoke(Object)orPatternMatchingMethodInvoker.invoke(Object, NoMatchingMethodsHandler)is called with an argument that doesn't match any methods