Uses of Interface
org.instancio.generator.specs.OffsetDateTimeGeneratorSpec
Packages that use OffsetDateTimeGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of OffsetDateTimeGeneratorSpec in org.instancio.generator.specs
Subinterfaces of OffsetDateTimeGeneratorSpec in org.instancio.generator.specsMethods in org.instancio.generator.specs that return OffsetDateTimeGeneratorSpecModifier and TypeMethodDescriptionOffsetDateTimeGeneratorSpec.future()Generate a value in the future.OffsetDateTimeGeneratorSpec.max(OffsetDateTime max) Specifies the upper bound.OffsetDateTimeGeneratorSpec.min(OffsetDateTime min) Specifies the lower bound.OffsetDateTimeGeneratorSpec.nullable()Indicates thatnullvalue can be generated.OffsetDateTimeGeneratorSpec.past()Generate a value in the past.OffsetDateTimeGeneratorSpec.range(OffsetDateTime min, OffsetDateTime max) Generate a value within the given range.OffsetDateTimeGeneratorSpec.truncatedTo(TemporalUnit unit) Truncates generated values to the specified unit. -
Uses of OffsetDateTimeGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return OffsetDateTimeGeneratorSpecModifier and TypeMethodDescriptionTemporalGenerators.offsetDateTime()Customises generatedOffsetDateTimevalues.