Uses of Class
org.xwiki.livedata.rest.model.jaxb.StringMap
-
Packages that use StringMap Package Description org.xwiki.livedata.rest.model.jaxb -
-
Uses of StringMap in org.xwiki.livedata.rest.model.jaxb
Fields in org.xwiki.livedata.rest.model.jaxb declared as StringMap Modifier and Type Field Description protected StringMap
PropertyDescriptor. icon
protected StringMap
Entry. values
Methods in org.xwiki.livedata.rest.model.jaxb that return StringMap Modifier and Type Method Description static StringMap
StringMap. fromMap(Map<?,?> map)
Converts a generic map to a string map.static StringMap
StringMap. fromString(String json)
Parses the given JSON representation of a string map.StringMap
PropertyDescriptor. getIcon()
Gets the value of the icon property.StringMap
Entry. getValues()
Gets the value of the values property.Methods in org.xwiki.livedata.rest.model.jaxb with parameters of type StringMap Modifier and Type Method Description void
PropertyDescriptor. setIcon(StringMap value)
Sets the value of the icon property.void
Entry. setValues(StringMap value)
Sets the value of the values property.PropertyDescriptor
PropertyDescriptor. withIcon(StringMap value)
Entry
Entry. withValues(StringMap value)
-