public final class TypeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NULL_HASH_CODE |
| Modifier and Type | Method and Description |
|---|---|
static Object |
readNativeValue(Type type,
Block block,
int position)
Get the native value as an object in the value at
position of block. |
static void |
writeNativeValue(Type type,
BlockBuilder blockBuilder,
Object value)
Write a native value object to the current entry of
blockBuilder. |
public static final int NULL_HASH_CODE
public static Object readNativeValue(Type type, Block block, int position)
position of block.public static void writeNativeValue(Type type, BlockBuilder blockBuilder, Object value)
blockBuilder.Copyright © 2012–2020. All rights reserved.