Interface ConstructorAccessor
public interface ConstructorAccessor
-
Method Summary
Modifier and TypeMethodDescriptionConstructor<?>Retrieve the underlying constructor.Invoke the underlying constructor.
-
Method Details
-
invoke
Invoke the underlying constructor.- Parameters:
args- - the arguments to pass to the method.- Returns:
- The return value, or NULL for void methods.
-
getConstructor
Constructor<?> getConstructor()Retrieve the underlying constructor.- Returns:
- The method.
-