public class InterestPolicyConverter extends AbstractPropertyEditorConverterSupport<org.apache.geode.cache.InterestPolicy>
AbstractPropertyEditorConverterSupport
,
InterestPolicy
Constructor and Description |
---|
InterestPolicyConverter() |
Modifier and Type | Method and Description |
---|---|
org.apache.geode.cache.InterestPolicy |
convert(String source)
Converts the given String into a GemFire InterestPolicy value.
|
assertConverted, setAsText
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
public org.apache.geode.cache.InterestPolicy convert(String source)
source
- the String value to convert into a GemFire InterestPolicy value.IllegalArgumentException
- if the String is not a valid GemFire InterestPolicy.InterestPolicyType.getInterestPolicy(InterestPolicyType)
,
InterestPolicyType.valueOfIgnoreCase(String)
,
AbstractPropertyEditorConverterSupport.assertConverted(String, Object, Class)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.