java.lang.Object
com.codebox.instance.ConstructorInstance
The Constructor Instance.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
inaccessible
(Class<?> clazz) Constructor inaccessibility test.static Object
newInstance
(Constructor<?> constructor) New instance.
-
Method Details
-
newInstance
New instance.- Parameters:
constructor
- the instance- Returns:
- the Object
-
inaccessible
Constructor inaccessibility test.- Parameters:
clazz
- the clazz
-