Class AnnotationPeaFactory
java.lang.Object
com.dnlkk.dependency_injector.annotation_context.AnnotationPeaFactory
- All Implemented Interfaces:
PeaFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetPrototypePea(Class<T> componentClass) <T> TgetPrototypePea(Class<T> componentClass, String name) <T> TgetSingletonPea(Class<T> componentClass) <T> TgetSingletonPea(Class<T> componentClass, String name) <V> voidMethods 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.PeaFactory
getPeas
-
Constructor Details
-
AnnotationPeaFactory
public AnnotationPeaFactory()
-
-
Method Details
-
setPeas
- Specified by:
setPeasin interfacePeaFactory
-
getPrototypePea
- Specified by:
getPrototypePeain interfacePeaFactory
-
getPrototypePea
- Specified by:
getPrototypePeain interfacePeaFactory
-
getSingletonPea
- Specified by:
getSingletonPeain interfacePeaFactory
-
getSingletonPea
- Specified by:
getSingletonPeain interfacePeaFactory
-