Class PassthruEnvironmentRepository

java.lang.Object
org.springframework.cloud.config.server.environment.PassthruEnvironmentRepository
All Implemented Interfaces:
EnvironmentRepository

public class PassthruEnvironmentRepository extends Object implements EnvironmentRepository
Simple implementation of EnvironmentRepository that just reflects an existing Spring Environment.
Author:
Dave Syer, Roy Clarkson