Constructor and Description |
---|
VectorDeserializerPlugin() |
VectorDeserializerPlugin(EmptyObject empty) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
__hx_create(Array arr) |
static java.lang.Object |
__hx_createEmpty() |
static void |
__hx_ctor_jsonStream_deserializerPlugin_VectorDeserializerPlugin(VectorDeserializerPlugin __temp_me107) |
static <Element> Element[] |
arrayToVector(Array<Element> a) |
static <Element> Element[] |
deserializeForElement(JsonStream self,
Function arrayToVector,
Function elementDeserializeFunction) |
static void |
setVectorElement(boolean[] v,
int index,
boolean value) |
static void |
setVectorElement(byte[] v,
int index,
byte value) |
static void |
setVectorElement(char[] v,
int index,
char value) |
static void |
setVectorElement(double[] v,
int index,
double value) |
static <Element> void |
setVectorElement(Element[] v,
int index,
Element value) |
static void |
setVectorElement(float[] v,
int index,
float value) |
static void |
setVectorElement(int[] v,
int index,
int value) |
static void |
setVectorElement(long[] v,
int index,
long value) |
static void |
setVectorElement(short[] v,
int index,
short value) |
__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_getField, __hx_getFields, __hx_invokeField, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f, __hx_setField
public VectorDeserializerPlugin(EmptyObject empty)
public VectorDeserializerPlugin()
public static void __hx_ctor_jsonStream_deserializerPlugin_VectorDeserializerPlugin(VectorDeserializerPlugin __temp_me107)
public static <Element> Element[] deserializeForElement(JsonStream self, Function arrayToVector, Function elementDeserializeFunction)
public static <Element> Element[] arrayToVector(Array<Element> a)
public static void setVectorElement(long[] v, int index, long value)
public static void setVectorElement(int[] v, int index, int value)
public static void setVectorElement(short[] v, int index, short value)
public static void setVectorElement(byte[] v, int index, byte value)
public static void setVectorElement(char[] v, int index, char value)
public static void setVectorElement(float[] v, int index, float value)
public static void setVectorElement(double[] v, int index, double value)
public static void setVectorElement(boolean[] v, int index, boolean value)
public static <Element> void setVectorElement(Element[] v, int index, Element value)
public static java.lang.Object __hx_createEmpty()
public static java.lang.Object __hx_create(Array arr)