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