Uses of Package
org.instancio
Packages that use org.instancio
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Contains exception classes thrown by Instancio.
Contains classes related to
Feed.Contains classes related to generators.
Defines generator specs.
Defines Service Provider Interfaces for providing custom implementations.
-
Classes in org.instancio used by org.instancioClassDescriptionAn assignment that can be passed to the
InstancioApi.assign(Assignment...)method.Defines top-level operations supported by the API.An interface for selectors that can be converted to aScope.Interface for specifying the depth of a selector's target using a predicate.Interface for specifying the depth of a selector's target.Interface for configuringFeedinstances.A builder for constructing predicate-based field selectors.A predicate for testing values using theBaseApi.filter(TargetSelector, FilterPredicate)method.Provides access to built-in generators that support customisation of generated values using the API.A selector that matches a field using a getter method reference.Represents an origin selector of a conditional assignment.Represents an origin and a destination of a conditional assigment.Defines optional methods that can be chained toAssign.given(TargetSelector)builder expression.Defines methods one of which follow theAssign.given(TargetSelector)builder expressions to create an assignment.Defines optional methods that can be chained toAssign.given(TargetSelector, TargetSelector)builder expression.A marker for selectors that can be grouped usingSelect.all(GroupableSelector...).Instancio API for generating instances of a class populated with random data.Provides an API for generating the Cartesian product.Instancio API for defining type parameters for generic classes.Instancio API for generating collections populated with random data.An API for customising the properties of aFeed.A shorthand API for generating value types, such as strings, numbers, dates, etc.Provides support for lenient mode.A lenient selector does not trigger the "unused selector" error if it does not match any targets.A model is a template for creating objects and contains all the parameters for populating a class specified using Instancio API.Represents a singleNodeof a node hierarchy created for a givenType.A callback that gets invoked after an object has been fully populated.A selector for matching targets using predicates.Provides methods for generating random values such as numbers, booleans, characters, and strings.A function that accepts an argument and produces a randomised result.A result containing a created object and seed that was used for populating its values.A scope for narrowing down selector targets.Represents a selector that can be scoped usingwithin(Scope...scopes).Represents regular field and class selectors, including primitive and wrapper selectors.A marker for selectors that contain other selectors.A selector for setter methods.Provides an API for specifying customSettings.ATargetSelectorfor selecting fields and classes.A builder for constructing predicate-based type selectors.A supplier that providesTypeinformation.Value of a target selector of an assignment.An assigment containing origin and destination selectors.An assigment containing origin and destination selectors, and a predicate that the origin value must satisfy for the assignment to be applied.Provides support for verbose mode.Adds ability to narrow down selector targets usingScope. -
Classes in org.instancio used by org.instancio.exception
-
Classes in org.instancio used by org.instancio.feed
-
Classes in org.instancio used by org.instancio.generatorClassDescriptionProvides methods for generating random values such as numbers, booleans, characters, and strings.
-
Classes in org.instancio used by org.instancio.generator.specsClassDescriptionRepresents a unary operator that produces a result of the same type as its operand.
-
Classes in org.instancio used by org.instancio.spi