Class ScopeConverter

All Implemented Interfaces:
PropertyEditor, org.springframework.core.convert.converter.Converter<String,org.apache.geode.cache.Scope>

public class ScopeConverter extends AbstractPropertyEditorConverterSupport<org.apache.geode.cache.Scope>
The ScopeConverter class is a Spring Converter and JavaBeans PropertyEditor that converts a String into a Scope.
Since:
1.6.0
See Also:
  • Constructor Details

    • ScopeConverter

      public ScopeConverter()
  • Method Details