Class AnnotationComponentFactory
java.lang.Object
com.dnlkk.dependency_injector.annotation_context.AnnotationComponentFactory
- All Implemented Interfaces:
ComponentContainer,ComponentFactory,ComponentScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsComponent(String componentClass) getComponent(String componentClass) voidinitComponents(String basePackage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.dnlkk.dependency_injector.application_context.ComponentContainer
getComponentsMethods inherited from interface com.dnlkk.dependency_injector.application_context.ComponentScanner
setDependencyInjector
-
Constructor Details
-
AnnotationComponentFactory
public AnnotationComponentFactory()
-
-
Method Details
-
initComponents
- Specified by:
initComponentsin interfaceComponentScanner
-
containsComponent
- Specified by:
containsComponentin interfaceComponentContainer
-
getComponent
- Specified by:
getComponentin interfaceComponentContainer
-