Uses of Class
org.instancio.generator.Hints.Builder
Packages that use Hints.Builder
-
Uses of Hints.Builder in org.instancio.generator
Methods in org.instancio.generator that return Hints.BuilderModifier and TypeMethodDescriptionHints.Builder.afterGenerate(AfterGenerate afterGenerate) A hint indicating what should be done with the object created by the generator.static Hints.BuilderHints.builder()Returns an instance of the builder.static Hints.Builder<T extends Hint<T>>
Hints.BuilderHints.Builder.with(T hint) Adds specified hint object.