Uses of Interface
org.instancio.generator.specs.LocalDateSpec
Packages that use LocalDateSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of LocalDateSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return LocalDateSpecModifier and TypeMethodDescriptionLocalDateSpec.future()Generate a value in the future.Specifies the upper bound.Specifies the lower bound.LocalDateSpec.nullable()Specifies that anullvalue can be generatedLocalDateSpec.past()Generate a value in the past.Generate a value within the given range. -
Uses of LocalDateSpec in org.instancio.generators
Methods in org.instancio.generators that return LocalDateSpec