Package de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseInstantiating
-
Interface Summary Interface Description UseCaseInstantiator Whenever a request for a use case is received by aUseCaseAdapter, theUseCaseInstantiatoris askes to provide an instance for the use case. -
Class Summary Class Description ZeroArgumentsConstructorUseCaseInstantiator ThisUseCaseInstantiatortakes the current use caseClassand locates its constructor withClass.getDeclaredConstructor(Class[])with no arguments. -
Exception Summary Exception Description ZeroArgumentsConstructorUseCaseInstantiatorException AnExceptionindicating an error, when creating a new instance of an use case with its zero arguments constructor.