Uses of Interface
org.instancio.generator.specs.InstantSpec
Packages that use InstantSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of InstantSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return InstantSpecModifier and TypeMethodDescriptionInstantSpec.future()Generate a value in the future.Specifies the upper bound.Specifies the lower bound.InstantSpec.nullable()Specifies that anullvalue can be generatedInstantSpec.past()Generate a value in the past.Generate a value within the given range.InstantSpec.truncatedTo(TemporalUnit unit) Truncates generated values to the specified unit. -
Uses of InstantSpec in org.instancio.generators
Methods in org.instancio.generators that return InstantSpec