| Package | Description |
|---|---|
| com.flextrade.jfixture | |
| com.flextrade.jfixture.requests | |
| com.flextrade.jfixture.utility |
| Modifier and Type | Method and Description |
|---|---|
List<Method> |
FactoryMethodQuery.getFactoryMethodsForType(SpecimenType type) |
List<Method> |
DefaultFactoryMethodQuery.getFactoryMethodsForType(SpecimenType type) |
| Modifier and Type | Method and Description |
|---|---|
SpecimenType |
MethodRequest.getContainingType() |
SpecimenType |
GenericConstructorRequest.getContainingType() |
SpecimenType |
FieldRequest.getContainingType() |
SpecimenType |
FactoryMethodRequest.getContainingType() |
| Constructor and Description |
|---|
FactoryMethodRequest(Method method,
SpecimenType containingType) |
FieldRequest(Field field,
SpecimenType containingType) |
GenericConstructorRequest(Constructor constructor,
SpecimenType containingType) |
MethodRequest(Method method,
SpecimenType containingType) |
| Modifier and Type | Method and Description |
|---|---|
static SpecimenType |
ParameterUtils.convertPossibleGenericTypeToSpecimenType(Type originalType,
SpecimenType contextualType) |
SpecimenType |
GenericType.getType() |
SpecimenType |
GenericTypeCollection.getType(String name) |
static <T> SpecimenType<T> |
SpecimenType.of(Class<T> clazz) |
static SpecimenType<?> |
SpecimenType.of(Type type) |
| Modifier and Type | Method and Description |
|---|---|
static SpecimenType |
ParameterUtils.convertPossibleGenericTypeToSpecimenType(Type originalType,
SpecimenType contextualType) |
static List<Object> |
ParameterUtils.getConstructorArguments(Constructor constructor,
SpecimenType specimenType,
SpecimenContext context) |
static List<Object> |
ParameterUtils.getMethodParameters(Method method,
SpecimenType specimenType,
SpecimenContext context) |
String |
GenericTypeCollection.getNameFromType(SpecimenType type) |
| Constructor and Description |
|---|
GenericType(SpecimenType type,
String name) |
GenericTypeCreatorWithGenericContextImpl(SpecimenType contextType) |
Copyright © 2017. All rights reserved.