Package manifold.util
Class ReflectUtil.ConstructorRef
- java.lang.Object
-
- manifold.util.ReflectUtil.ConstructorRef
-
- Enclosing class:
- ReflectUtil
public static class ReflectUtil.ConstructorRef extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constructor<?>getConstructor()ObjectnewInstance(Object... args)
-
-
-
Method Detail
-
getConstructor
public Constructor<?> getConstructor()
-
-