Class InterestPolicyConverter

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.data.gemfire.support.AbstractPropertyEditorConverterSupport<org.apache.geode.cache.InterestPolicy>
org.springframework.data.gemfire.InterestPolicyConverter
All Implemented Interfaces:
PropertyEditor, org.springframework.core.convert.converter.Converter<String,org.apache.geode.cache.InterestPolicy>

public class InterestPolicyConverter extends AbstractPropertyEditorConverterSupport<org.apache.geode.cache.InterestPolicy>
The InterestPolicyConverter class is a Spring Converter implementation and Java PropertyEditor handling the conversion between Strings and GemFire InterestPolicy values.
Since:
1.6.0
See Also: