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