Uses of Package
org.instancio.settings
Packages that use org.instancio.settings
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains classes related to generators.
Provides classes for overriding settings at runtime.
Defines Service Provider Interfaces for providing custom implementations.
-
Classes in org.instancio.settings used by org.instancio
-
Classes in org.instancio.settings used by org.instancio.generator
-
Classes in org.instancio.settings used by org.instancio.settingsClassDescriptionA setting that specifies whether objects should be populated via fields or methods.A setting that specifies whether Bean Validation annotations are declared on fields or getters.The mode is used to specify strictness level, either
Mode.STRICTorMode.LENIENT, an idea borrowed from the Mockito library.A setting that specifies what should happen if an error occurs when setting a field's value.A setting that specifies what should happen if an error occurs during a setter method invocation.A setting that specifies what should happen if a setter cannot be resolved.A setting that specifies what should happen if a setter has no matching field.Specifies the style of setter to use whenAssignmentType.METHODis enabled.A setting key represents a configuration item that can be stored in aSettingsinstance.A builder for creating custom keys.This class provides an API for updating settings programmatically. -
Classes in org.instancio.settings used by org.instancio.spi