Uses of Class
de.aristaflow.adept2.util.reflection.MethodWrapper
Packages that use MethodWrapper
-
Uses of MethodWrapper in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return MethodWrapperModifier and TypeMethodDescriptionprotected MethodWrapperAbstractRegistry.getAppropriateMethod(MethodWrapper[] methods, Class<?>[] parameterTypes) Looks for an appropriate method (or constructor) accepting the designated parameter types (or the corresponding supertypes) in the designated class.Methods in de.aristaflow.adept2.base.registry with parameters of type MethodWrapperModifier and TypeMethodDescriptionprotected MethodWrapperAbstractRegistry.getAppropriateMethod(MethodWrapper[] methods, Class<?>[] parameterTypes) Looks for an appropriate method (or constructor) accepting the designated parameter types (or the corresponding supertypes) in the designated class. -
Uses of MethodWrapper in de.aristaflow.adept2.util.reflection
Methods in de.aristaflow.adept2.util.reflection that return MethodWrapperModifier and TypeMethodDescriptionstatic MethodWrapperReflectionTools.getCorrespondingVarArgsMethod(String name, Class<?>[] paramTypes, Object[] paramValues, Class<?> searchedClass) Gets the method from the designated class that corresponds to the designated method but has an additional varargs parameter or the designated method has an varargs parameter but the returned method from the designated class has not.