Uses of Class
org.int4.dirk.api.instantiation.CreationException
-
-
Uses of CreationException in org.int4.dirk.api
Methods in org.int4.dirk.api that throw CreationException Modifier and Type Method Description <T> TInstanceResolver. getInstance(java.lang.Class<T> cls, java.lang.Object... qualifiers)Returns an instance of the given class matching the given criteria (if any) in which all dependencies are injected.<T> TInstanceResolver. getInstance(java.lang.reflect.Type type, java.lang.Object... qualifiers)Returns an instance of the givenTypematching the given criteria (if any) in which all dependencies are injected.<T> java.util.List<T>InstanceResolver. getInstances(java.lang.Class<T> cls, java.lang.Object... qualifiers)Returns all instances of the given class matching the given criteria (if any) in which all dependencies are injected.<T> java.util.List<T>InstanceResolver. getInstances(java.lang.reflect.Type type, java.lang.Object... qualifiers)Returns all instances of the givenTypematching the given criteria (if any) in which all dependencies are injected. -
Uses of CreationException in org.int4.dirk.core
Methods in org.int4.dirk.core that throw CreationException Modifier and Type Method Description <T> TStandardInjector. getInstance(java.lang.Class<T> cls, java.lang.Object... qualifiers)<T> TStandardInjector. getInstance(java.lang.reflect.Type type, java.lang.Object... qualifiers)<T> java.util.List<T>StandardInjector. getInstances(java.lang.Class<T> cls, java.lang.Object... qualifiers)<T> java.util.List<T>StandardInjector. getInstances(java.lang.reflect.Type type, java.lang.Object... qualifiers) -
Uses of CreationException in org.int4.dirk.core.definition.factory
Methods in org.int4.dirk.core.definition.factory that throw CreationException Modifier and Type Method Description TClassObjectFactory. create(java.util.List<Injection> injections)TMethodObjectFactory. create(java.util.List<Injection> injections) -
Uses of CreationException in org.int4.dirk.core.definition.injection
Methods in org.int4.dirk.core.definition.injection that throw CreationException Modifier and Type Method Description TConstructable. create(java.util.List<Injection> injections)Creates an instance. -
Uses of CreationException in org.int4.dirk.extensions.assisted
Methods in org.int4.dirk.extensions.assisted that throw CreationException Modifier and Type Method Description java.lang.ObjectAssistedTypeRegistrationExtension.Interceptor. intercept(java.lang.Object factoryInstance, java.lang.Object[] args)Called when a factory method call is intercepted. -
Uses of CreationException in org.int4.dirk.library
Methods in org.int4.dirk.library that throw CreationException Modifier and Type Method Description java.util.List<T>ListInjectionTargetExtension. getInstance(InstantiationContext<T> context)java.util.Set<T>SetInjectionTargetExtension. getInstance(InstantiationContext<T> context) -
Uses of CreationException in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that throw CreationException Modifier and Type Method Description TInstantiationContext. create()Creates an instance of typeT.java.util.List<T>InstantiationContext. createAll()Creates all instances of typeTthis context can provide.TInjectionTargetExtension. getInstance(InstantiationContext<E> context)Creates an instance of typeTusing the givenInstantiationContext. -
Uses of CreationException in org.int4.dirk.spi.scope
Methods in org.int4.dirk.spi.scope that throw CreationException Modifier and Type Method Description CreationalContext.Reference<T>CreationalContext. create()Creates a new instance of typeTwrapped in aCreationalContext.Reference.
-