| Package | Description |
|---|---|
| com.jsoniter | |
| com.jsoniter.any | |
| com.jsoniter.output | |
| com.jsoniter.spi |
| Modifier and Type | Method and Description |
|---|---|
static Any |
JsonIterator.deserialize(byte[] input) |
static Any |
JsonIterator.deserialize(Config config,
byte[] input) |
static Any |
JsonIterator.deserialize(Config config,
String input) |
static Any |
JsonIterator.deserialize(String input) |
Any |
JsonIterator.readAny() |
| Modifier and Type | Field and Description |
|---|---|
protected static Iterator<Any> |
Any.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
Any |
Any.get(int index) |
Any |
Any.get(Object... keys) |
Any |
Any.get(Object key) |
Any |
Any.get(Object[] keys,
int idx) |
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 |
Any.mustBeValid() |
static Any |
Any.rewrap(List<Any> val) |
static Any |
Any.rewrap(Map<String,Any> val) |
Any |
Any.set(double newVal) |
Any |
Any.set(float newVal) |
Any |
Any.set(int newVal) |
Any |
Any.set(long newVal) |
Any |
Any.set(String newVal) |
Any |
Any.EntryIterator.value() |
static Any |
Any.wrap(boolean val) |
static <T> Any |
Any.wrap(Collection<T> val) |
static Any |
Any.wrap(double val) |
static Any |
Any.wrap(float val) |
static Any |
Any.wrap(int val) |
static <T> Any |
Any.wrap(List<T> val) |
static Any |
Any.wrap(long val) |
static <T> Any |
Any.wrap(Map<String,T> val) |
static Any |
Any.wrap(Object val) |
static Any |
Any.wrap(String val) |
static Any |
Any.wrapArray(Object val) |
static Any |
Any.wrapNull() |
| Modifier and Type | Method and Description |
|---|---|
List<Any> |
Any.asList() |
Map<String,Any> |
Any.asMap() |
Iterator<Any> |
Any.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static Any |
Any.rewrap(List<Any> val) |
static Any |
Any.rewrap(Map<String,Any> val) |
| Modifier and Type | Method and Description |
|---|---|
static Any |
CodegenAccess.wrap(Object val) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonStream.writeVal(Any val) |
| Modifier and Type | Method and Description |
|---|---|
Any |
Encoder.ReflectionEncoder.wrap(Object obj) |
Any |
Encoder.ShortEncoder.wrap(Object obj) |
Any |
Encoder.IntEncoder.wrap(Object obj) |
Any |
Encoder.LongEncoder.wrap(Object obj) |
Any |
Encoder.FloatEncoder.wrap(Object obj) |
Any |
Encoder.DoubleEncoder.wrap(Object obj) |
Copyright © 2019. All rights reserved.