Uses of Interface
org.instancio.spi.InstancioServiceProvider.TypeInstantiator
Packages that use InstancioServiceProvider.TypeInstantiator
Package
Description
Implementation classes providing support for instantiation.
Contains internal SPIs.
Defines Service Provider Interfaces for providing custom implementations.
-
Uses of InstancioServiceProvider.TypeInstantiator in org.instancio.internal.instantiation
Constructor parameters in org.instancio.internal.instantiation with type arguments of type InstancioServiceProvider.TypeInstantiatorModifierConstructorDescriptionInstantiator(List<ProviderEntry<InstancioServiceProvider.TypeInstantiator>> providerEntries) -
Uses of InstancioServiceProvider.TypeInstantiator in org.instancio.internal.spi
Methods in org.instancio.internal.spi that return types with arguments of type InstancioServiceProvider.TypeInstantiator -
Uses of InstancioServiceProvider.TypeInstantiator in org.instancio.spi
Methods in org.instancio.spi that return InstancioServiceProvider.TypeInstantiatorModifier and TypeMethodDescriptionInstancioServiceProvider.getTypeInstantiator()Returns aTypeInstantiatorimplementation.