Class ScanApplicationContext
- java.lang.Object
-
- io.contextmap.spring.runtime.model.ScanApplicationContext
-
public class ScanApplicationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ScanApplicationContext(org.springframework.context.ApplicationContext applicationContext, org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, Parameters parameters, String appName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationId()Optional<Object>getBeanByName(String beanName)Map<String,?>getBeansOfType(String fullyQualifiedName)Set<String>getComponentScanPackages()ParametersgetParameters()StringresolveSpELStringValue(String expression)
-
-
-
Constructor Detail
-
ScanApplicationContext
public ScanApplicationContext(org.springframework.context.ApplicationContext applicationContext, org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory, Parameters parameters, String appName)
-
-
Method Detail
-
getApplicationId
public String getApplicationId()
-
getParameters
public Parameters getParameters()
-
-