Package net.officefloor.spring.extension
Interface SpringBeanDecoratorContext
public interface SpringBeanDecoratorContext
Spring Bean decorator context.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependency(String qualifier, Class<?> type) Adds a further dependency for the Spring Bean.Obtains the name of the Spring Bean.Class<?>Obtains the type of the Spring Bean.
-
Method Details
-
getBeanName
String getBeanName()Obtains the name of the Spring Bean.- Returns:
- Name of the Spring Bean.
-
getBeanType
Class<?> getBeanType()Obtains the type of the Spring Bean.- Returns:
- Type of the Spring Bean.
-
addDependency
Adds a further dependency for the Spring Bean.- Parameters:
qualifier- Qualifier. May benull.type- Type for dependency.
-