Package net.jqwik.api.providers
Schnittstelle TypeUsage.Enhancer
- Umschließende Schnittstelle:
TypeUsage
@API(status=EXPERIMENTAL,
since="1.6.0")
public static interface TypeUsage.Enhancer
Enhancers can manipulate the perceived type of parameters.
They must be registered through Java Service Registration.
Currently used in Kotlin module to add nullability information.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdefault TypeUsage
forParameter
(TypeUsage original, Parameter parameter)
-
Methodendetails
-
forParameter
-