Uses of Class
org.instancio.internal.spi.ProviderEntry
Packages that use ProviderEntry
Package
Description
Contains internal classes related to generators.
Implementation classes providing support for instantiation.
Implementation classes for converting types to node hierarchies.
Contains internal SPIs.
-
Uses of ProviderEntry in org.instancio.internal.generator
Constructor parameters in org.instancio.internal.generator with type arguments of type ProviderEntryModifierConstructorDescriptionGeneratorResolver(GeneratorContext context, List<ProviderEntry<InstancioServiceProvider.GeneratorProvider>> providerEntries) -
Uses of ProviderEntry in org.instancio.internal.instantiation
Constructor parameters in org.instancio.internal.instantiation with type arguments of type ProviderEntryModifierConstructorDescriptionInstantiator(List<ProviderEntry<InstancioServiceProvider.TypeInstantiator>> providerEntries) -
Uses of ProviderEntry in org.instancio.internal.nodes
Method parameters in org.instancio.internal.nodes with type arguments of type ProviderEntryModifier and TypeMethodDescriptionNodeContext.Builder.providerEntries(List<ProviderEntry<InstancioServiceProvider.TypeResolver>> providerEntries) -
Uses of ProviderEntry in org.instancio.internal.spi
Methods in org.instancio.internal.spi that return types with arguments of type ProviderEntryModifier and TypeMethodDescriptionstatic <P> List<ProviderEntry<P>>ProviderEntry.from(List<InstancioServiceProvider> instancioServiceProviders, Function<InstancioServiceProvider, P> fn) Providers.getGeneratorProviders()Providers.getTypeInstantiators()Providers.getTypeResolvers()