Uses of Class
com.jsoniter.any.Any
Packages that use Any
-
Uses of Any in com.jsoniter
Methods in com.jsoniter that return AnyModifier and TypeMethodDescriptionstatic final Any
JsonIterator.deserialize
(byte[] input) static final Any
JsonIterator.deserialize
(Config config, byte[] input) static final Any
JsonIterator.deserialize
(Config config, String input) static final Any
JsonIterator.deserialize
(String input) static Any
IterImpl.readAny
(JsonIterator iter) static Any
IterImplForStreaming.readAny
(JsonIterator iter) final Any
JsonIterator.readAny()
-
Uses of Any in com.jsoniter.any
Subclasses of Any in com.jsoniter.anyModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
(package private) class
Fields in com.jsoniter.any declared as AnyModifier and TypeFieldDescriptionprivate Any
ArrayLazyAny.LazyIterator.next
private Any
MapWrapperAny.WrapperIterator.value
private Any
ObjectLazyAny.LazyIterator.value
Fields in com.jsoniter.any with type parameters of type AnyModifier and TypeFieldDescriptionArrayLazyAny.cache
ArrayWrapperAny.cache
ListWrapperAny.cache
MapWrapperAny.cache
ObjectLazyAny.cache
Any.EMPTY_ITERATOR
ObjectAny.IteratorAdapter.entry
ObjectAny.IteratorAdapter.iter
ObjectLazyAny.LazyIterator.mapIter
private static final TypeLiteral
<List<Any>> ArrayLazyAny.typeLiteral
private static final TypeLiteral
<Map<String, Any>> ObjectLazyAny.typeLiteral
ArrayAny.val
ObjectAny.val
Methods in com.jsoniter.any that return AnyModifier and TypeMethodDescriptionprivate Any
ArrayLazyAny.fillCacheUntil
(int target) private Any
ArrayWrapperAny.fillCacheUntil
(int index) private Any
ListWrapperAny.fillCacheUntil
(int index) private Any
MapWrapperAny.fillCacheUntil
(Object target) private Any
ObjectLazyAny.fillCacheUntil
(Object target) Any.get
(int index) final Any
ArrayAny.get
(int index) ArrayLazyAny.get
(int index) ArrayWrapperAny.get
(int index) ListWrapperAny.get
(int index) NotFoundAny.get
(int index) static Any
Any.lazyArray
(byte[] data, int head, int tail) static Any
Any.lazyDouble
(byte[] data, int head, int tail) static Any
Any.lazyLong
(byte[] data, int head, int tail) static Any
Any.lazyObject
(byte[] data, int head, int tail) static Any
Any.lazyString
(byte[] data, int head, int tail) Any.mustBeValid()
ArrayLazyAny.LazyIterator.next()
ArrayWrapperAny.WrapperIterator.next()
ListWrapperAny.WrapperIterator.next()
static Any
static Any
Any.set
(double newVal) Any.set
(float newVal) Any.set
(int newVal) Any.set
(long newVal) DoubleAny.set
(double newVal) FloatAny.set
(float newVal) IntAny.set
(int newVal) LongAny.set
(long newVal) Any.EntryIterator.value()
MapWrapperAny.WrapperIterator.value()
ObjectAny.IteratorAdapter.value()
ObjectLazyAny.LazyIterator.value()
static Any
Any.wrap
(boolean val) static Any
Any.wrap
(double val) static Any
Any.wrap
(float val) static Any
Any.wrap
(int val) static Any
Any.wrap
(long val) static Any
static Any
static <T> Any
Any.wrap
(Collection<T> val) static <T> Any
static <T> Any
static Any
static Any
Any.wrapNull()
Methods in com.jsoniter.any that return types with arguments of type AnyModifier and TypeMethodDescriptionAny.asList()
Any.asMap()
Any.iterator()
ArrayAny.iterator()
ArrayLazyAny.iterator()
ArrayWrapperAny.iterator()
ListWrapperAny.iterator()
Method parameters in com.jsoniter.any with type arguments of type AnyConstructor parameters in com.jsoniter.any with type arguments of type Any -
Uses of Any in com.jsoniter.output
Methods in com.jsoniter.output that return AnyMethods in com.jsoniter.output with parameters of type Any -
Uses of Any in com.jsoniter.spi
Methods in com.jsoniter.spi that return Any