Class ASMConstructorFactory
java.lang.Object
com.gigaspaces.internal.reflection.fast.ASMConstructorFactory
Creates ASM created classes that represents that provides fast default constructor "reflection"
mechanism.
- Since:
- 6.6
- Author:
- Assaf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IConstructorgetConstructor(Constructor originalCtor) static IParamsConstructorgetParamsConstructor(Constructor originalCtor)
-
Constructor Details
-
ASMConstructorFactory
public ASMConstructorFactory()
-
-
Method Details
-
getConstructor
- Throws:
NoSuchMethodException
-
getParamsConstructor
public static IParamsConstructor getParamsConstructor(Constructor originalCtor) throws NoSuchMethodException - Throws:
NoSuchMethodException
-