Uses of Interface
org.instancio.generator.specs.ZonedDateTimeSpec
Packages that use ZonedDateTimeSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of ZonedDateTimeSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return ZonedDateTimeSpecModifier and TypeMethodDescriptionZonedDateTimeSpec.future()Generate a value in the future.ZonedDateTimeSpec.max(ZonedDateTime max) Specifies the upper bound.ZonedDateTimeSpec.min(ZonedDateTime min) Specifies the lower bound.ZonedDateTimeSpec.nullable()Specifies that anullvalue can be generatedZonedDateTimeSpec.past()Generate a value in the past.ZonedDateTimeSpec.range(ZonedDateTime min, ZonedDateTime max) Generate a value within the given range.ZonedDateTimeSpec.truncatedTo(TemporalUnit unit) Truncates generated values to the specified unit. -
Uses of ZonedDateTimeSpec in org.instancio.generators
Methods in org.instancio.generators that return ZonedDateTimeSpecModifier and TypeMethodDescriptionTemporalSpecs.zonedDateTime()Customises generatedZonedDateTimevalues.