-
-
Method Summary
-
Methods inherited from class dev.entao.web.json.YsonValue
isCollection, yson -
Methods inherited from class kotlin.collections.List
contains, containsAll, get, getSize, indexOf, isEmpty, iterator, lastIndexOf, spliterator -
Methods inherited from class kotlin.collections.MutableList
add, add, addAll, addAll, clear, listIterator, listIterator, remove, removeAll, removeAt, replaceAll, retainAll, set, sort, subList -
Methods inherited from class kotlin.collections.Iterable
forEach -
Methods inherited from class kotlin.collections.Collection
parallelStream, stream, toArray -
Methods inherited from class kotlin.collections.MutableCollection
removeIf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
yson
Unit yson(StringBuilder buf)
-
preferBufferSize
Integer preferBufferSize()
-
toBoolArray
final BooleanArray toBoolArray()
-
toByteArray
final ByteArray toByteArray()
-
toShortArray
final ShortArray toShortArray()
-
toIntArray
final IntArray toIntArray()
-
toLongArray
final LongArray toLongArray()
-
toFloatArray
final FloatArray toFloatArray()
-
toDoubleArray
final DoubleArray toDoubleArray()
-
toCharArray
final CharArray toCharArray()
-
toStringArray
final Array<String> toStringArray()
-
toByteList
final List<Byte> toByteList()
-
toShortList
final List<Short> toShortList()
-
toLongList
final List<Long> toLongList()
-
toFloatList
final List<Float> toFloatList()
-
toDoubleList
final List<Double> toDoubleList()
-
toCharList
final List<Character> toCharList()
-
toStringList
final List<String> toStringList()
-
toObjectList
final List<YsonObject> toObjectList()
-
eachObject
final Unit eachObject(Function1<YsonObject, Unit> block)
-
-
-
-