- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Object>
public class EnvironmentManagerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Object>
Basic FactoryBean acting as a wrapper around environment beans. Since usually these are already instantiated, to
allow registration of bean definitions inside the container, this 'special' class is used so it can be identified
when creating the blueprint environment metadata.
- Author:
- Costin Leau