Uses of Annotation Type
org.instancio.documentation.InternalApi
Packages that use InternalApi
Package
Description
Contains internal classes implementing the core functionality of Instancio.
Contains classes implementing value assignment logic.
Contains internal classes related to generators.
Contains internal generator specs.
Contains internal classes for handling nodes.
Implementation classes providing support for instantiation.
Implementation classes for converting types to node hierarchies.
Implementation classes providing support for reflection.
Provides selector API implementation.
Contains internal classes related to settings.
Contains internal SPIs.
Provides internal utility classes.
Provides miscellaneous support classes to
instancio-junit.Packages with annotations of type InternalApi
Package
Description
Contains internal classes implementing the core functionality of Instancio.
Provides miscellaneous support classes to
instancio-junit.-
Uses of InternalApi in org.instancio.internal
Classes in org.instancio.internal with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceProcesses generator specs prior to generating a value, for example, in order to customise spec parameters.final class -
Uses of InternalApi in org.instancio.internal.assigners
Classes in org.instancio.internal.assigners with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceEncapsulates the details of how values are assigned to an object's fields.interfaceResolves methods name for a given field. -
Uses of InternalApi in org.instancio.internal.generator
Classes in org.instancio.internal.generator with annotations of type InternalApiModifier and TypeClassDescriptionclassBase class for all internal generators.interfaceA function for adding objects to a container.interfaceA function for building a container.interfaceCreates an instances of a container, or container's builder.final classHint containing details on how to build a container.final classInternal hint related toGenerators. -
Uses of InternalApi in org.instancio.internal.generator.specs
Classes in org.instancio.internal.generator.specs with annotations of type InternalApi -
Uses of InternalApi in org.instancio.internal.handlers
Classes in org.instancio.internal.handlers with annotations of type InternalApi -
Uses of InternalApi in org.instancio.internal.instantiation
Classes in org.instancio.internal.instantiation with annotations of type InternalApi -
Uses of InternalApi in org.instancio.internal.nodes
Classes in org.instancio.internal.nodes with annotations of type InternalApi -
Uses of InternalApi in org.instancio.internal.reflection
Classes in org.instancio.internal.reflection with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceAn interface for collecting fields from classes.interfaceA filter for checking whether aPackageshould be excluded from processing. -
Uses of InternalApi in org.instancio.internal.selectors
Classes in org.instancio.internal.selectors with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceFlattens selectors into a list, similar tostream().flatMap().interfaceAn internal builder for constructing selectors.interfaceProvides selector description in the "unused selectors" error message. -
Uses of InternalApi in org.instancio.internal.settings
Classes in org.instancio.internal.settings with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceRepresents a setting that can be auto-adjusted based on the value of another related setting.interfaceProvides support for auto-adjusting 'range' settings that have a min and a max value. -
Uses of InternalApi in org.instancio.internal.spi
Classes in org.instancio.internal.spi with annotations of type InternalApiModifier and TypeInterfaceDescriptioninterfaceInternal SPI that allows integrating 3rd party collections, such as Guava, with internal collection generators. -
Uses of InternalApi in org.instancio.internal.util
Classes in org.instancio.internal.util with annotations of type InternalApi -
Uses of InternalApi in org.instancio.support
Classes in org.instancio.support with annotations of type InternalApiModifier and TypeClassDescriptionclassfinal classfinal classInternal class for generating random initial seed values.final classfinal class