All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
addMissingField(List missingFields,
long tracker,
long mask,
String fieldName) |
static int |
calcHash(String str) |
static Object |
existingObject(JsonIterator iter) |
static int |
head(JsonIterator iter) |
static byte |
nextToken(JsonIterator iter) |
static boolean |
nextTokenIsComma(JsonIterator iter) |
static <T> T |
read(String cacheKey,
JsonIterator iter) |
static boolean |
readArrayStart(JsonIterator iter) |
static boolean |
readBoolean(String cacheKey,
JsonIterator iter) |
static byte |
readByte(JsonIterator iter) |
static double |
readDouble(String cacheKey,
JsonIterator iter) |
static float |
readFloat(String cacheKey,
JsonIterator iter) |
static int |
readInt(String cacheKey,
JsonIterator iter) |
static long |
readLong(String cacheKey,
JsonIterator iter) |
static Object |
readMapKey(String cacheKey,
JsonIterator iter) |
static int |
readObjectFieldAsHash(JsonIterator iter) |
static Slice |
readObjectFieldAsSlice(JsonIterator iter) |
static String |
readObjectFieldAsString(JsonIterator iter) |
static boolean |
readObjectStart(JsonIterator iter) |
static short |
readShort(String cacheKey,
JsonIterator iter) |
static Slice |
readSlice(JsonIterator iter) |
static void |
reportIncompleteArray(JsonIterator iter) |
static void |
reportIncompleteObject(JsonIterator iter) |
static Object |
resetExistingObject(JsonIterator iter) |
static <T extends Collection> T |
reuseCollection(T col) |
static void |
setExistingObject(JsonIterator iter,
Object obj) |
static void |
skipFixedBytes(JsonIterator iter,
int n) |
static void |
staticGenDecoders(TypeLiteral[] typeLiterals,
CodegenAccess.StaticCodegenTarget staticCodegenTarget) |
static void |
unreadByte(JsonIterator iter) |