Package org.webpki.json
Class JSONArrayReader
java.lang.Object
org.webpki.json.JSONArrayReader
Reads JSON array elements.
Data types are dealt with as in JSONObjectReader
.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()
byte[]
ArrayList
<byte[]> boolean
getDateTime
(EnumSet<ISODateTime.DatePatterns> constraints) double
boolean
int
getInt()
long
getInt53()
long
getLong()
getMoney()
getSignature
(JSONCryptoHelper.Options options) boolean
hasMore()
boolean
void
scanAway()
int
size()
-
Method Details
-
hasMore
public boolean hasMore() -
isLastElement
public boolean isLastElement() -
size
public int size() -
getString
-
getInt
public int getInt() -
getInt53
public long getInt53() -
getLong
public long getLong() -
getDouble
public double getDouble() -
getBigInteger
-
getMoney
-
getMoney
-
getBigDecimal
-
getDateTime
-
getBinary
public byte[] getBinary() -
getBoolean
public boolean getBoolean() -
getIfNULL
public boolean getIfNULL() -
getArray
-
getElementType
-
getObject
-
scanAway
public void scanAway() -
getBinaryArray
-
getCertificatePath
-
getSignature
-