Uses of Interface
org.instancio.generators.Generators
Packages that use Generators
Package
Description
Instancio public-facing APIs; for usage examples see
Instancio.Defines Service Provider Interfaces for providing custom implementations.
-
Uses of Generators in org.instancio
Methods in org.instancio with parameters of type GeneratorsModifier and TypeMethodDescriptionGeneratorSpecProvider.getSpec(Generators gen) Returns a generator spec. -
Uses of Generators in org.instancio.spi
Methods in org.instancio.spi with parameters of type GeneratorsModifier and TypeMethodDescriptionInstancioServiceProvider.GeneratorProvider.getGenerator(Node node, Generators generators) Returns a generator spec for the specifiednode.