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, supportsCustomEditor
public void setAsText(String text) throws IllegalArgumentException
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
IllegalArgumentException
Copyright © 2014. All rights reserved.