Package ch.nolix.core.reflection
Klasse ExecutableTool
java.lang.Object
ch.nolix.core.reflection.ExecutableTool
The
ExecutableTool
provides methods to handle Executable
s.- Version:
- 2023-01-22
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
allParametersOfMethodAreOfType
(Executable executable, Class<?> type)
-
Konstruktordetails
-
ExecutableTool
public ExecutableTool()
-
-
Methodendetails
-
allParametersOfMethodAreOfType
- Parameter:
executable
-type
-- Gibt zurück:
- true if all parameters of the given executable are of the given type, false otherwise.
-