public class BeanEnvironment extends BaseEnvironment
| Constructor and Description |
|---|
BeanEnvironment(java.lang.Object bean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
autowire(org.springframework.context.ConfigurableApplicationContext applicationContext,
java.lang.Object bean) |
void |
autowire(java.lang.Object bean) |
void |
close() |
org.springframework.context.ConfigurableApplicationContext |
getApplicationContext() |
protected java.lang.String |
getConfigurationFileNameInPackage() |
protected java.lang.String |
getConfigurationFileNameSuffixOfClasses() |
findFileFor, findFileFor, findTopFromCallStack, getFileNameOfClass, getFileNameOfPackage, getParentPackageNameprotected void autowire(@Nonnull
org.springframework.context.ConfigurableApplicationContext applicationContext,
@Nonnull
java.lang.Object bean)
public void autowire(@Nonnull
java.lang.Object bean)
@Nonnull public org.springframework.context.ConfigurableApplicationContext getApplicationContext()
public void close()
@Nonnull protected java.lang.String getConfigurationFileNameSuffixOfClasses()
@Nonnull protected java.lang.String getConfigurationFileNameInPackage()
Copyright © 2015 echocat. All Rights Reserved.