Uses of Interface
dev.orne.test.rnd.params.NumberParameters
Packages that use NumberParameters
-
Uses of NumberParameters in dev.orne.test.rnd.params
Subinterfaces of NumberParameters in dev.orne.test.rnd.paramsModifier and TypeInterfaceDescriptionstatic interface
Interface forNumberParameters
builders.Classes in dev.orne.test.rnd.params that implement NumberParametersModifier and TypeClassDescriptionclass
The basic implementation ofNumberParameters
.Methods in dev.orne.test.rnd.params with parameters of type NumberParametersModifier and TypeMethodDescriptionvoid
MaxConstraintExtractor.extractParameters
(@NotNull javax.validation.constraints.Max from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
MinConstraintExtractor.extractParameters
(@NotNull javax.validation.constraints.Min from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
NumberParametersExtractor.extractParameters
(@NotNull NumberParameters from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
PositiveConstraintExtractor.extractParameters
(@NotNull javax.validation.constraints.Positive from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.void
PositiveOrZeroConstraintExtractor.extractParameters
(@NotNull javax.validation.constraints.PositiveOrZero from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.