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 AnyJsonIterator.deserialize(byte[] input) static final AnyJsonIterator.deserialize(Config config, byte[] input) static final AnyJsonIterator.deserialize(Config config, String input) static final AnyJsonIterator.deserialize(String input) static AnyIterImpl.readAny(JsonIterator iter) static AnyIterImplForStreaming.readAny(JsonIterator iter) final AnyJsonIterator.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) classClasses in com.jsoniter.any that implement interfaces with type arguments of type AnyModifier and TypeClassDescriptionclassprivate classprivate classprivate classFields in com.jsoniter.any declared as AnyModifier and TypeFieldDescriptionprivate AnyArrayLazyAny.LazyIterator.nextprivate AnyMapWrapperAny.WrapperIterator.valueprivate AnyObjectLazyAny.LazyIterator.valueFields in com.jsoniter.any with type parameters of type AnyModifier and TypeFieldDescriptionArrayLazyAny.cacheArrayWrapperAny.cacheListWrapperAny.cacheMapWrapperAny.cacheObjectLazyAny.cacheAny.EMPTY_ITERATORObjectAny.IteratorAdapter.entryObjectAny.IteratorAdapter.iterObjectLazyAny.LazyIterator.mapIterprivate static final TypeLiteral<List<Any>> ArrayLazyAny.typeLiteralprivate static final TypeLiteral<Map<String, Any>> ObjectLazyAny.typeLiteralArrayAny.valObjectAny.valMethods in com.jsoniter.any that return AnyModifier and TypeMethodDescriptionprivate AnyArrayLazyAny.fillCacheUntil(int target) private AnyArrayWrapperAny.fillCacheUntil(int index) private AnyListWrapperAny.fillCacheUntil(int index) private AnyMapWrapperAny.fillCacheUntil(Object target) private AnyObjectLazyAny.fillCacheUntil(Object target) Any.get(int index) final AnyArrayAny.get(int index) ArrayLazyAny.get(int index) ArrayWrapperAny.get(int index) ListWrapperAny.get(int index) NotFoundAny.get(int index) static AnyAny.lazyArray(byte[] data, int head, int tail) static AnyAny.lazyDouble(byte[] data, int head, int tail) static AnyAny.lazyLong(byte[] data, int head, int tail) static AnyAny.lazyObject(byte[] data, int head, int tail) static AnyAny.lazyString(byte[] data, int head, int tail) Any.mustBeValid()ArrayLazyAny.LazyIterator.next()ArrayWrapperAny.WrapperIterator.next()ListWrapperAny.WrapperIterator.next()static Anystatic AnyAny.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 AnyAny.wrap(boolean val) static AnyAny.wrap(double val) static AnyAny.wrap(float val) static AnyAny.wrap(int val) static AnyAny.wrap(long val) static Anystatic Anystatic <T> AnyAny.wrap(Collection<T> val) static <T> Anystatic <T> Anystatic Anystatic AnyAny.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