Uses of Class
org.apache.cayenne.di.DIRuntimeException
Packages that use DIRuntimeException
-
Uses of DIRuntimeException in org.apache.cayenne.di
Methods in org.apache.cayenne.di that throw DIRuntimeExceptionModifier and TypeMethodDescriptionListBuilder.addAll(Collection<T> values) ListBuilder.addAllAfter(Collection<T> values, Class<? extends T> afterType) static InjectorDIBootstrap.createInjector(Module... modules) Creates and returns an injector instance working with the set of provided modules.Provider.get()<T> TInjector.getInstance(Class<T> type) Returns a service instance bound in the container for a specific type.<T> TInjector.getInstance(Key<T> key) Returns a service instance bound in the container for a specific binding key.<T> Provider<T> Injector.getProvider(Class<T> type) <T> Provider<T> Injector.getProvider(Key<T> key) ListBuilder.insertAllBefore(Collection<T> values, Class<? extends T> afterType) ListBuilder.insertBefore(Class<? extends T> interfaceType, Class<? extends T> beforeType) ListBuilder.insertBefore(T value, Class<? extends T> beforeType) BindingBuilder.toInstance(T instance) BindingBuilder.toProvider(Class<? extends Provider<? extends T>> providerType) BindingBuilder.toProviderInstance(Provider<? extends T> provider) -
Uses of DIRuntimeException in org.apache.cayenne.di.spi
Methods in org.apache.cayenne.di.spi that throw DIRuntimeExceptionModifier and TypeMethodDescriptionDICollectionBuilder.createTypeProvider(Class<SubT> interfaceType) <T> TDefaultInjector.getInstance(Class<T> type) <T> TDefaultInjector.getInstance(Key<T> key) <T> Provider<T> DefaultInjector.getProvider(Class<T> type) <T> Provider<T> DefaultInjector.getProvider(Key<T> key) Constructors in org.apache.cayenne.di.spi that throw DIRuntimeException