Package org.instancio.generator
package org.instancio.generator
Contains classes related to generators.
-
ClassDescriptionAn action hint that is passed from a generator to the engine via the
Generator.hints()method.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.Marker interface for configurableGenerators.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.