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 interfaceInterface forNumberParametersbuilders.Classes in dev.orne.test.rnd.params that implement NumberParametersModifier and TypeClassDescriptionclassThe basic implementation ofNumberParameters.Methods in dev.orne.test.rnd.params with parameters of type NumberParametersModifier and TypeMethodDescriptionvoidMaxConstraintExtractor.extractParameters(@NotNull javax.validation.constraints.Max from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidMinConstraintExtractor.extractParameters(@NotNull javax.validation.constraints.Min from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidNumberParametersExtractor.extractParameters(@NotNull NumberParameters from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidPositiveConstraintExtractor.extractParameters(@NotNull javax.validation.constraints.Positive from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.voidPositiveOrZeroConstraintExtractor.extractParameters(@NotNull javax.validation.constraints.PositiveOrZero from, @NotNull NumberParameters target) Extracts the parameters from the specified source, modifying the generation parameters as required.