Class KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry
java.lang.Object
de.hybris.platform.cmsoccaddon.jaxb.adapters.KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry
- Enclosing class:
- KeyMapAdaptedEntryAdapter
This class represents a key-value entry in a Map<String, Object>. Value object can be string value, map value or
an array. Map value in turn is also a list of KeyMapAdaptedEntry objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()voidsetArrayValue(List<String> arrayValue) voidvoidvoidsetStrValue(String strValue)
-
Constructor Details
-
KeyMapAdaptedEntry
public KeyMapAdaptedEntry()
-
-
Method Details
-
getKey
-
setKey
-
getStrValue
-
setStrValue
-
getMapValue
-
setMapValue
-
getArrayValue
-
setArrayValue
-