Interface ConstructUtil


public interface ConstructUtil
  • Method Details

    • getConstructors

      static List<Constructor<?>> getConstructors(Class<?> _class)
    • getConstructor

      static Constructor<?> getConstructor(Class<?> _class, org.brijframework.util.support.ReflectionAccess access, Type... types)