Class KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry
- java.lang.Object
-
- de.hybris.platform.cmsoccaddon.jaxb.adapters.KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry
-
- Enclosing class:
- KeyMapAdaptedEntryAdapter
public static class KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry extends java.lang.ObjectThis class represents a key-value entry in a Map. Value object can be string value, map value or an array. Map value in turn is also a list of KeyMapAdaptedEntry objects.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>arrayValuejava.lang.Stringkeyjava.util.List<KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry>mapValuejava.lang.StringstrValue
-
Constructor Summary
Constructors Constructor Description KeyMapAdaptedEntry()
-
-
-
Field Detail
-
key
public java.lang.String key
-
strValue
public java.lang.String strValue
-
mapValue
public java.util.List<KeyMapAdaptedEntryAdapter.KeyMapAdaptedEntry> mapValue
-
arrayValue
public java.util.List<java.lang.String> arrayValue
-
-