Class StandardConstructor<T>

java.lang.Object
com.gigaspaces.internal.reflection.standard.StandardConstructor<T>
All Implemented Interfaces:
IConstructor<T>, Serializable

public class StandardConstructor<T> extends Object implements IConstructor<T>
Provides a wrapper over the standard constructor reflection
Since:
6.6
Author:
Assaf
See Also:
  • Constructor Details

    • StandardConstructor

      public StandardConstructor(Constructor<T> ctor)
  • Method Details