public class JsonConfigMapPropertyEditor extends PropertyEditorSupport
PropertyEditor implementation for parsing a JSON structure and converting it to a new instance of
ConfigMap. This is a nice concise alternative to the arbitrary XML structure used in native BlazeDS XML
configuration.| Constructor and Description |
|---|
JsonConfigMapPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text) |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionCopyright © 2014. All rights reserved.