Uses of Class
de.aristaflow.adept2.util.reflection.MethodWrapper
-
Packages that use MethodWrapper Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.util.reflection -
-
Uses of MethodWrapper in de.aristaflow.adept2.base.registry
Methods in de.aristaflow.adept2.base.registry that return MethodWrapper Modifier and Type Method Description protected MethodWrapper
AbstractRegistry. 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 MethodWrapper Modifier and Type Method Description protected MethodWrapper
AbstractRegistry. 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 MethodWrapper Modifier and Type Method Description static MethodWrapper
ReflectionTools. 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.
-