public class SerializedArray extends AbstractSerializedReferenceType implements SerializedReferenceType
| Constructor and Description |
|---|
SerializedArray(Type type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Deserializer<T> visitor) |
void |
add(SerializedValue value) |
SerializedValue[] |
getArray() |
List<SerializedValue> |
getArrayAsList() |
Type |
getComponentType() |
Class<?> |
getRawType() |
String |
toString() |
SerializedArray |
with(SerializedValue... values) |
getResultType, setResultTypegetType, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetResultTypegetResultType, getType, setTypepublic SerializedArray(Type type)
public SerializedArray with(SerializedValue... values)
public Type getComponentType()
public Class<?> getRawType()
public SerializedValue[] getArray()
public List<SerializedValue> getArrayAsList()
public <T> T accept(Deserializer<T> visitor)
accept in interface SerializedValuepublic void add(SerializedValue value)
Copyright © 2016. All rights reserved.