Package com.gigaspaces.internal.metadata
Class ConstructorPropertiesHelper
java.lang.Object
com.gigaspaces.internal.metadata.ConstructorPropertiesHelper
- Since:
- 9.6
- Author:
- Dan Kilman
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildConstructorInstantiationDescriptor(Constructor<?> constructor, String[] parameterNames, Class<?>[] parameterTypes, SpaceTypeInfo typeInfo) static String[]extractParameterNames(Constructor<?> constructor) static booleanpossiblyGenericConstructorParameterName(String paramName)
-
Constructor Details
-
ConstructorPropertiesHelper
public ConstructorPropertiesHelper()
-
-
Method Details
-
extractParameterNames
-
possiblyGenericConstructorParameterName
-
buildConstructorInstantiationDescriptor
public static ConstructorInstantiationDescriptor buildConstructorInstantiationDescriptor(Constructor<?> constructor, String[] parameterNames, Class<?>[] parameterTypes, SpaceTypeInfo typeInfo)
-