Package org.instancio.generator


package org.instancio.generator
Contains classes related to generators.
  • Class
    Description
    A hint that specifies an action to be taken after an object is generated by a generator.
    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.
    Hint<T extends Hint<T>>
    A hint that can be passed from a generator to the engine.
    Hints are provided by Generator implementations to the engine to support more flexibility in how objects are populated.
    Builder for constructing Hints.
    A spec for generating simple value types, such as strings, numbers, dates, and so on.