Interface ConstructUtil
public interface ConstructUtil
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Constructor<?>getConstructor(Class<?> _class, org.brijframework.util.support.ReflectionAccess access, Type... types) static List<Constructor<?>>getConstructors(Class<?> _class)
-
Method Details
-
getConstructors
-
getConstructor
static Constructor<?> getConstructor(Class<?> _class, org.brijframework.util.support.ReflectionAccess access, Type... types)
-