Uses of Interface
org.instancio.generator.specs.ZonedDateTimeGeneratorAsSpec
Packages that use ZonedDateTimeGeneratorAsSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of ZonedDateTimeGeneratorAsSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return ZonedDateTimeGeneratorAsSpecModifier and TypeMethodDescriptionZonedDateTimeGeneratorAsSpec.future()Generate a value in the future.ZonedDateTimeGeneratorAsSpec.nullable()Indicates thatnullvalue can be generated.ZonedDateTimeGeneratorAsSpec.past()Generate a value in the past.ZonedDateTimeGeneratorAsSpec.range(ZonedDateTime start, ZonedDateTime end) Generate a value within the given range.ZonedDateTimeGeneratorAsSpec.truncatedTo(TemporalUnit unit) Truncates generated values to the specified unit. -
Uses of ZonedDateTimeGeneratorAsSpec in org.instancio.generators
Methods in org.instancio.generators that return ZonedDateTimeGeneratorAsSpecModifier and TypeMethodDescriptionTemporalGenerators.zonedDateTime()Customises generatedZonedDateTimevalues.