Class ArrayLazyAny
java.lang.Object
com.jsoniter.any.Any
com.jsoniter.any.LazyAny
com.jsoniter.any.ArrayLazyAny
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Any
Any.EntryIterator -
Field Summary
FieldsFields inherited from class Any
EMPTY_ENTRIES_ITERATOR, EMPTY_ITERATOR, EMPTY_KEYS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Any
as, as, asList, asMap, bindTo, bindTo, entries, equals, get, get, hashCode, isWildcard, keys, lazyArray, lazyDouble, lazyLong, lazyObject, lazyString, mustBeValid, object, registerEncoders, reportUnexpectedType, rewrap, rewrap, set, set, set, set, set, toBigDecimal, toBigInteger, toBoolean, toDouble, toFloat, toInt, toLong, toString, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrapArray, wrapNullMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
typeLiteral
-
cache
-
lastParsedPos
private int lastParsedPos
-
-
Constructor Details
-
ArrayLazyAny
public ArrayLazyAny(byte[] data, int head, int tail)
-
-
Method Details
-
valueType
-
object
-
toBoolean
-
toInt
-
toLong
-
toFloat
-
toDouble
-
toBigInteger
- Specified by:
toBigIntegerin classAny
-
toBigDecimal
- Specified by:
toBigDecimalin classAny
-
size
-
iterator
-
get
-
get
-
fillCache
private void fillCache() -
fillCacheUntil
-
writeTo
- Overrides:
writeToin classLazyAny- Throws:
IOException
-
toString
-