Package org.apache.commons.lang3.reflect
Class MemberUtils.Executable
java.lang.Object
org.apache.commons.lang3.reflect.MemberUtils.Executable
- Enclosing class:
- MemberUtils
A class providing a subset of the API of java.lang.reflect.Executable in Java 1.8, providing a common representation for function signatures for Constructors and Methods.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Executable
(Constructor<?> constructor) private
Executable
(Method method) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>[]
boolean
private static MemberUtils.Executable
of
(Constructor<?> constructor) private static MemberUtils.Executable
-
Field Details
-
parameterTypes
-
isVarArgs
private final boolean isVarArgs
-
-
Constructor Details
-
Executable
-
Executable
-
-
Method Details
-
of
-
of
-
getParameterTypes
-
isVarArgs
public boolean isVarArgs()
-