Class ASMFieldPropertiesFactory
java.lang.Object
com.gigaspaces.internal.reflection.fast.ASMFieldPropertiesFactory
Creates ASM created classes that represents that provides fast fields "reflection" mechanism.
- Since:
- 7.0
- Author:
- GuyK
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> IProperties<T>getProperties(Class declaringClass, Field[] fields)
-
Constructor Details
-
ASMFieldPropertiesFactory
public ASMFieldPropertiesFactory()
-
-
Method Details
-
getProperties
public static <T> IProperties<T> getProperties(Class declaringClass, Field[] fields) throws NoSuchFieldException - Throws:
NoSuchFieldException
-