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 interfaceInterface forNullableParametersbuilders.Classes in dev.orne.test.rnd.params that implement NullableParametersModifier and TypeClassDescriptionclassParameters for randomCollectiongeneration.classParameters for randomMapgeneration.classThe basic implementation ofNullableParameters.classParameters for randomStringgeneration.Methods in dev.orne.test.rnd.params with parameters of type NullableParametersModifier and TypeMethodDescriptionvoidNotNullConstraintExtractor.extractParameters(@NotNull javax.validation.constraints.NotNull from, @NotNull NullableParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidNullableParametersExtractor.extractParameters(@NotNull NullableParameters from, @NotNull NullableParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.