public class ClassHelperGenericType extends Object
Constructor and Description |
---|
ClassHelperGenericType() |
Modifier and Type | Method and Description |
---|---|
static EPTypeClass |
getClassEPType(Class clazz) |
static EPTypeClass |
getFieldEPType(Field field) |
static EPTypeClass |
getFieldEPType(Field field,
EPTypeClass type) |
static EPTypeClass |
getMethodReturnEPType(Method method) |
static EPTypeClass |
getMethodReturnEPType(Method method,
EPTypeClass typeClass) |
static EPTypeClass |
getParameterType(Parameter param) |
static EPTypeClass[] |
getParameterTypes(Parameter[] parameters,
int offset) |
public static EPTypeClass getFieldEPType(Field field)
public static EPTypeClass getFieldEPType(Field field, EPTypeClass type)
public static EPTypeClass getMethodReturnEPType(Method method)
public static EPTypeClass getMethodReturnEPType(Method method, EPTypeClass typeClass)
public static EPTypeClass getParameterType(Parameter param)
public static EPTypeClass getClassEPType(Class clazz)
public static EPTypeClass[] getParameterTypes(Parameter[] parameters, int offset)
Copyright © 2005–2022. All rights reserved.