Class EnvironmentMapAdapter

java.lang.Object
java.util.AbstractMap<String,String>
org.springframework.geode.core.env.EnvironmentMapAdapter
All Implemented Interfaces:
Map<String,String>

public class EnvironmentMapAdapter extends AbstractMap<String,String>
Map implementation adapting an Environment object in order to use the Environment as a Map.
Since:
1.3.1
See Also:
  • Constructor Details

    • EnvironmentMapAdapter

      public EnvironmentMapAdapter(@NonNull org.springframework.core.env.Environment environment)
      Constructs a new instance of EnvironmentMapAdapter initialized with the given Environment.
      Parameters:
      environment - Environment to adapt; must not be null.
      Throws:
      IllegalArgumentException - if Environment is null.
      See Also:
      • Environment
  • Method Details