Package net.jqwik.api.lifecycle
Interface ParameterResolutionContext
- 
@API(status=EXPERIMENTAL, since="1.2.4") public interface ParameterResolutionContextExperimental feature. Not ready for public usage yet. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intindex()java.lang.reflect.Parameterparameter()TypeUsagetypeUsage() 
 - 
 
- 
- 
Method Detail
- 
parameter
java.lang.reflect.Parameter parameter()
 
- 
typeUsage
TypeUsage typeUsage()
 
- 
index
int index()
 
 - 
 
 -