Uses of Class
org.apache.commons.lang3.reflect.MemberUtils.Executable
Packages that use MemberUtils.Executable
Package
Description
Accumulates common high-level uses of the
java.lang.reflect
APIs.-
Uses of MemberUtils.Executable in org.apache.commons.lang3.reflect
Methods in org.apache.commons.lang3.reflect that return MemberUtils.ExecutableModifier and TypeMethodDescriptionprivate static MemberUtils.Executable
MemberUtils.Executable.of
(Constructor<?> constructor) private static MemberUtils.Executable
Methods in org.apache.commons.lang3.reflect with parameters of type MemberUtils.ExecutableModifier and TypeMethodDescriptionprivate static int
MemberUtils.compareParameterTypes
(MemberUtils.Executable left, MemberUtils.Executable right, Class<?>[] actual) Compares the relative fitness of two Executables in terms of how well they match a set of runtime parameter types, such that a list ordered by the results of the comparison would return the best match first (least).private static float
MemberUtils.getTotalTransformationCost
(Class<?>[] srcArgs, MemberUtils.Executable executable) Returns the sum of the object transformation cost for each class in the source argument list.private static boolean
MemberUtils.isMatchingExecutable
(MemberUtils.Executable method, Class<?>[] parameterTypes)