public class ClasspathImportEPTypeUtil extends Object
Constructor and Description |
---|
ClasspathImportEPTypeUtil() |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
parameterizeType(boolean allowArrayDimensions,
Class clazz,
ClassDescriptor descriptor,
ClasspathImportService classpathImportService,
ClassProvidedClasspathExtension classpathExtension) |
static EPTypeClass |
parameterizeType(Class plain,
List<ClassDescriptor> typeParameters,
int arrayDimensions,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
static EPTypeClass |
resolveClassIdentifierToEPType(ClassDescriptor classIdent,
boolean allowObjectType,
ClasspathImportService classpathImportService,
ClasspathExtensionClass classpathExtension) |
public static EPTypeClass resolveClassIdentifierToEPType(ClassDescriptor classIdent, boolean allowObjectType, ClasspathImportService classpathImportService, ClasspathExtensionClass classpathExtension) throws ExprValidationException
ExprValidationException
public static EPTypeClass parameterizeType(boolean allowArrayDimensions, Class clazz, ClassDescriptor descriptor, ClasspathImportService classpathImportService, ClassProvidedClasspathExtension classpathExtension) throws ExprValidationException
ExprValidationException
public static EPTypeClass parameterizeType(Class plain, List<ClassDescriptor> typeParameters, int arrayDimensions, ClasspathImportService classpathImportService, ClasspathExtensionClass classpathExtension) throws ExprValidationException
ExprValidationException
Copyright © 2005–2022. All rights reserved.