Package org.instancio.generator
package org.instancio.generator
Contains classes related to generators.
-
ClassDescriptionA hint that specifies an action to be taken after an object is generated by a generator.Generator<T>A class for generating values of a specific type.Provides additional information, such as settings and a random instance to generators that require it.A marker interface serving as the base class for all
Generators.A hint that can be passed from a generator to the engine.Hints are provided byGeneratorimplementations to the engine to support more flexibility in how objects are populated.Builder for constructingHints.ValueSpec<T>A spec for generating simple value types, such as strings, numbers, dates, and so on.