Package fr.skytasul.reflection
Interface ReflectionAccessor.ClassAccessor.ConstructorAccessor
- All Known Implementing Classes:
TransparentReflectionAccessor.TransparentConstructor
- Enclosing interface:
ReflectionAccessor.ClassAccessor
public static interface ReflectionAccessor.ClassAccessor.ConstructorAccessor
-
Method Summary
-
Method Details
-
getConstructorInstance
Constructor<?> getConstructorInstance() -
newInstance
Object newInstance(@Nullable @Nullable Object... args) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
-