Uses of Enum
org.instancio.settings.FillType
Packages that use FillType
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Provides classes for overriding settings at runtime.
-
Uses of FillType in org.instancio
Methods in org.instancio with parameters of type FillTypeModifier and TypeMethodDescriptionInstancioObjectApi.withFillType(FillType fillType) Sets the fill type for populating objects. -
Uses of FillType in org.instancio.settings
Subclasses with type arguments of type FillType in org.instancio.settingsModifier and TypeClassDescriptionenumDefines fill types for populating fields in existing objects when usingInstancioObjectApi.fill().Fields in org.instancio.settings with type parameters of type FillTypeModifier and TypeFieldDescriptionstatic final SettingKey<FillType> Keys.FILL_TYPESpecifies the default value forFillTypewhich is used when populating objects via theInstancioObjectApi.fill()method; default isPOPULATE_NULLS_AND_DEFAULT_PRIMITIVES; property namefill.type.Methods in org.instancio.settings that return FillType