Class LocalizedTextEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- de.digitalcollections.cudami.admin.propertyeditor.LocalizedTextEditor
-
- All Implemented Interfaces:
PropertyEditor
@Component public class LocalizedTextEditor extends PropertyEditorSupport
-
-
Constructor Summary
Constructors Constructor Description LocalizedTextEditor(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsText()voidsetAsText(String json)-
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
-
-
-
Method Detail
-
getAsText
public String getAsText()
- Specified by:
getAsTextin interfacePropertyEditor- Overrides:
getAsTextin classPropertyEditorSupport
-
setAsText
public void setAsText(String json)
- Specified by:
setAsTextin interfacePropertyEditor- Overrides:
setAsTextin classPropertyEditorSupport
-
-