Class InterestPolicyConverter

All Implemented Interfaces:
PropertyEditor, Converter<String,InterestPolicy>

public class InterestPolicyConverter extends AbstractPropertyEditorConverterSupport<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
Author:
John Blum
See Also: