Class ExecutableExaminer

java.lang.Object
ch.nolix.base.reflection.reflectionexaminer.ExecutableExaminer
All Implemented Interfaces:
IExecutableExaminer

public final class ExecutableExaminer extends Object implements IExecutableExaminer
Author:
Silvan Wyss
  • Constructor Details

    • ExecutableExaminer

      public ExecutableExaminer()
  • Method Details

    • allParametersOfExecutableAreOfType

      public boolean allParametersOfExecutableAreOfType(Executable executable, Class<?> type)
      Specified by:
      allParametersOfExecutableAreOfType in interface IExecutableExaminer
      Parameters:
      executable -
      type -
      Returns:
      true if all parameters of the given executable are of the given type, false otherwise.