Uses of Interface
dev.orne.test.rnd.params.NullableParameters
Packages that use NullableParameters
-
Uses of NullableParameters in dev.orne.test.rnd.params
Subinterfaces of NullableParameters in dev.orne.test.rnd.paramsModifier and TypeInterfaceDescriptionstatic interface
Interface forNullableParameters
builders.Classes in dev.orne.test.rnd.params that implement NullableParametersModifier and TypeClassDescriptionclass
Parameters for randomCollection
generation.class
Parameters for randomMap
generation.class
The basic implementation ofNullableParameters
.class
Parameters for randomString
generation.Methods in dev.orne.test.rnd.params with parameters of type NullableParametersModifier and TypeMethodDescriptionvoid
NotNullConstraintExtractor.extractParameters
(@NotNull javax.validation.constraints.NotNull from, @NotNull NullableParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
NullableParametersExtractor.extractParameters
(@NotNull NullableParameters from, @NotNull NullableParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.