public class ArrayArgument<E extends BaseArgument> extends BaseArgument
| Constructor and Description |
|---|
ArrayArgument(ArgumentType type) |
ArrayArgument(ArgumentType type,
int length) |
ArrayArgument(E... value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject() |
ArgumentType |
getType() |
E[] |
getValue() |
String |
toString() |
String |
toString(ArgumentSerializer serializer) |
as, as, asArray, asBigDecimal, asBigInteger, asBoolean, asByte, asDouble, asFloat, asInteger, asList, asLong, asNumeric, asShort, asString, getClassType, getSuperTypepublic ArrayArgument(ArgumentType type)
public ArrayArgument(ArgumentType type, int length)
public ArrayArgument(E... value)
public ArgumentType getType()
getType in class BaseArgumentpublic Object asObject()
asObject in class BaseArgumentpublic E[] getValue()
public String toString()
toString in class BaseArgumentpublic String toString(ArgumentSerializer serializer)
toString in class BaseArgumentCopyright © 2021. All rights reserved.