Uses of Class
dk.cloudcreate.essentials.shared.reflection.invocation.InvocationStrategy
-
Packages that use InvocationStrategy Package Description dk.cloudcreate.essentials.shared.reflection.invocation -
-
Uses of InvocationStrategy in dk.cloudcreate.essentials.shared.reflection.invocation
Methods in dk.cloudcreate.essentials.shared.reflection.invocation that return InvocationStrategy Modifier and Type Method Description static InvocationStrategyInvocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationStrategy[]InvocationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dk.cloudcreate.essentials.shared.reflection.invocation with parameters of type InvocationStrategy 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)
-