Class ExecutableExaminer
java.lang.Object
ch.nolix.base.reflection.reflectionexaminer.ExecutableExaminer
- All Implemented Interfaces:
IExecutableExaminer
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallParametersOfExecutableAreOfType(Executable executable, Class<?> type)
-
Constructor Details
-
ExecutableExaminer
public ExecutableExaminer()
-
-
Method Details
-
allParametersOfExecutableAreOfType
- Specified by:
allParametersOfExecutableAreOfTypein interfaceIExecutableExaminer- Parameters:
executable-type-- Returns:
- true if all parameters of the given executable are of the given type, false otherwise.
-