Class RootParameterMap
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue<Map<String,Object>>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterMap
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.RootParameterMap
-
- All Implemented Interfaces:
XMLWritable
public class RootParameterMap extends ParameterMap
-
-
Constructor Summary
Constructors Constructor Description RootParameterMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(XmlOutputContext writer)-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterMap
get, getValues, withValues, withValues
-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue
asParameterList, asParameterMap, asSimpleType, getName, hasName, withName
-
-
-
-
Method Detail
-
write
public void write(XmlOutputContext writer) throws WritingXmlException
- Specified by:
writein interfaceXMLWritable- Overrides:
writein classParameterMap- Throws:
WritingXmlException
-
-