Uses of Interface
org.instancio.generator.specs.OffsetDateTimeSpec
Packages that use OffsetDateTimeSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of OffsetDateTimeSpec in org.instancio.generator.specs
Methods in org.instancio.generator.specs that return OffsetDateTimeSpecModifier and TypeMethodDescriptionOffsetDateTimeSpec.future()Generate a value in the future.OffsetDateTimeSpec.nullable()Specifies that anullvalue can be generatedOffsetDateTimeSpec.past()Generate a value in the past.OffsetDateTimeSpec.range(OffsetDateTime start, OffsetDateTime end) Generate a value within the given range.OffsetDateTimeSpec.truncatedTo(TemporalUnit unit) Truncates generated values to the specified unit. -
Uses of OffsetDateTimeSpec in org.instancio.generators
Methods in org.instancio.generators that return OffsetDateTimeSpecModifier and TypeMethodDescriptionTemporalSpecs.offsetDateTime()GeneratesOffsetDateTimevalues.