public class MapType extends Object implements ArooaValue, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MapType.Conversions |
| Modifier and Type | Field and Description |
|---|---|
static ArooaElement |
ELEMENT |
| Constructor and Description |
|---|
MapType() |
| Modifier and Type | Method and Description |
|---|---|
void |
configured() |
ArooaValue |
getElement(String key) |
Class<?> |
getElementType() |
ArooaValue |
getValues(String key) |
void |
setAdd(String key,
ArooaValue value) |
void |
setElementType(Class<?> elementType) |
void |
setValues(String key,
ArooaValue element) |
String |
toString() |
public static final ArooaElement ELEMENT
public void configured()
public void setElementType(Class<?> elementType)
public Class<?> getElementType()
public void setValues(String key, ArooaValue element)
public ArooaValue getValues(String key)
public void setAdd(String key, ArooaValue value)
public ArooaValue getElement(String key)
Copyright © 2023. All rights reserved.