Uses of Enum
org.instancio.generator.AfterGenerate
Packages that use AfterGenerate
Package
Description
Contains classes related to generators.
Provides classes for overriding settings at runtime.
-
Uses of AfterGenerate in org.instancio.generator
Methods in org.instancio.generator that return AfterGenerateModifier and TypeMethodDescriptionHints.afterGenerate()Returns the after generate action to be performed by the engine.static AfterGenerateReturns the enum constant of this type with the specified name.static AfterGenerate[]AfterGenerate.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.instancio.generator with parameters of type AfterGenerateModifier and TypeMethodDescriptionstatic HintsHints.afterGenerate(AfterGenerate afterGenerate) Returns an instance of hints containing the specifiedAfterGeneratevalue.Hints.Builder.afterGenerate(AfterGenerate afterGenerate) A hint indicating what should be done with the object created by the generator. -
Uses of AfterGenerate in org.instancio.settings
Fields in org.instancio.settings with type parameters of type AfterGenerateModifier and TypeFieldDescriptionstatic final SettingKey<AfterGenerate> Keys.AFTER_GENERATE_HINTSpecifies the default value of theAfterGeneratehint supplied from custom generators to the engine; default isPOPULATE_NULLS_AND_DEFAULT_PRIMITIVES; property namehint.after.generate.