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