Package fr.skytasul.reflection
Class TransparentReflectionAccessor.TransparentConstructor
java.lang.Object
fr.skytasul.reflection.TransparentReflectionAccessor.TransparentConstructor
- All Implemented Interfaces:
ReflectionAccessor.ClassAccessor.ConstructorAccessor
- Enclosing class:
TransparentReflectionAccessor
protected static class TransparentReflectionAccessor.TransparentConstructor
extends Object
implements ReflectionAccessor.ClassAccessor.ConstructorAccessor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TransparentConstructor
-
-
Method Details
-
getConstructorInstance
- Specified by:
getConstructorInstancein interfaceReflectionAccessor.ClassAccessor.ConstructorAccessor
-
newInstance
public Object newInstance(@Nullable @Nullable Object... args) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException - Specified by:
newInstancein interfaceReflectionAccessor.ClassAccessor.ConstructorAccessor- Throws:
InstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-