Class Constructor

java.lang.Object
org.powermock.reflect.internal.Constructor

class Constructor extends Object
  • Field Details

    • parameterTypes

      private final Class<?>[] parameterTypes
    • constructor

      private Constructor constructor
    • isVarArgs

      private boolean isVarArgs
  • Constructor Details

  • Method Details

    • canBeInvokeWith

      boolean canBeInvokeWith(Object[] arguments)
    • getJavaConstructor

      public Constructor<?> getJavaConstructor()
    • isVarArg

      public boolean isVarArg()