public class ParameterUtils extends Object
| Constructor and Description |
|---|
ParameterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static SpecimenType |
convertPossibleGenericTypeToSpecimenType(Type originalType,
SpecimenType contextualType) |
static List<Object> |
getConstructorArguments(Constructor constructor,
SpecimenType specimenType,
SpecimenContext context) |
static List<Object> |
getMethodParameters(Method method,
SpecimenType specimenType,
SpecimenContext context) |
public static List<Object> getConstructorArguments(Constructor constructor, SpecimenType specimenType, SpecimenContext context)
public static List<Object> getMethodParameters(Method method, SpecimenType specimenType, SpecimenContext context)
public static SpecimenType convertPossibleGenericTypeToSpecimenType(Type originalType, SpecimenType contextualType)
Copyright © 2017. All rights reserved.