Package org.instancio.generator
Class Hints
java.lang.Object
org.instancio.generator.Hints
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the after generate action to be performed by the engine.static HintsafterGenerate(AfterGenerate afterGenerate) Returns an instance of hints containing the specifiedAfterGeneratevalue.static Hints.Builderbuilder()Returns an instance of the builder.static Hints.Builder<T extends Hint<T>>
TReturns a hint with the specified type.toString()
-
Method Details
-
afterGenerate
Returns an instance of hints containing the specifiedAfterGeneratevalue.- Parameters:
afterGenerate- the action to be performed after generate- Returns:
- an instance containing a single hint
AfterGenerate.POPULATE_NULLS - Since:
- 2.0.0
- See Also:
-
builder
-
afterGenerate
Returns the after generate action to be performed by the engine.- Returns:
- after generate action to perform
- Since:
- 2.0.0
- See Also:
-
get
-
builder
-
toString
-