Class ConstructorPropertiesHelper

java.lang.Object
com.gigaspaces.internal.metadata.ConstructorPropertiesHelper

public class ConstructorPropertiesHelper extends Object
Since:
9.6
Author:
Dan Kilman
  • Constructor Details

    • ConstructorPropertiesHelper

      public ConstructorPropertiesHelper()
  • Method Details

    • extractParameterNames

      public static String[] extractParameterNames(Constructor<?> constructor)
    • possiblyGenericConstructorParameterName

      public static boolean possiblyGenericConstructorParameterName(String paramName)
    • buildConstructorInstantiationDescriptor

      public static ConstructorInstantiationDescriptor buildConstructorInstantiationDescriptor(Constructor<?> constructor, String[] parameterNames, Class<?>[] parameterTypes, SpaceTypeInfo typeInfo)