Uses of Interface
org.instancio.spi.InstancioServiceProvider
Packages that use InstancioServiceProvider
-
Uses of InstancioServiceProvider in org.instancio.internal.spi
Methods in org.instancio.internal.spi that return types with arguments of type InstancioServiceProviderModifier and TypeMethodDescriptionClass<? extends InstancioServiceProvider>ProviderEntry.getInstancioProviderClass()Method parameters in org.instancio.internal.spi with type arguments of type InstancioServiceProviderModifier and TypeMethodDescriptionstatic <P> List<ProviderEntry<P>>ProviderEntry.from(List<InstancioServiceProvider> instancioServiceProviders, Function<InstancioServiceProvider, P> fn) static <P> List<ProviderEntry<P>>ProviderEntry.from(List<InstancioServiceProvider> instancioServiceProviders, Function<InstancioServiceProvider, P> fn) Constructor parameters in org.instancio.internal.spi with type arguments of type InstancioServiceProviderModifierConstructorDescriptionProviders(List<InstancioServiceProvider> spList, ServiceProviderContext context)