Class UnresolvedFactory
- java.lang.Object
-
- de.quantummaid.injectmaid.statemachine.states.UnresolvedFactory
-
-
Constructor Summary
Constructors Constructor Description UnresolvedFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Contextcontext()StatedetectInstantiator()static UnresolvedFactoryunresolvedFactory(Context context, de.quantummaid.reflectmaid.ResolvedType factoryType)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.injectmaid.statemachine.states.State
isFinal, matches, resolvedDependencies
-
-
-
-
Method Detail
-
unresolvedFactory
public static UnresolvedFactory unresolvedFactory(Context context, de.quantummaid.reflectmaid.ResolvedType factoryType)
-
detectInstantiator
public State detectInstantiator()
- Specified by:
detectInstantiatorin interfaceState
-
-