public class NElementMapperFloatArray extends Object implements net.thevpc.nuts.elem.NElementMapper<float[]>
| Constructor and Description |
|---|
NElementMapperFloatArray() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElement |
createElement(float[] src,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context) |
float[] |
createObject(net.thevpc.nuts.elem.NElement o,
Type typeOfResult,
net.thevpc.nuts.elem.NElementFactoryContext context) |
Object |
destruct(float[] src,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context) |
public net.thevpc.nuts.elem.NElement createElement(float[] src,
Type typeOfSrc,
net.thevpc.nuts.elem.NElementFactoryContext context)
createElement in interface net.thevpc.nuts.elem.NElementMapper<float[]>public Object destruct(float[] src, Type typeOfSrc, net.thevpc.nuts.elem.NElementFactoryContext context)
destruct in interface net.thevpc.nuts.elem.NElementMapper<float[]>public float[] createObject(net.thevpc.nuts.elem.NElement o,
Type typeOfResult,
net.thevpc.nuts.elem.NElementFactoryContext context)
createObject in interface net.thevpc.nuts.elem.NElementMapper<float[]>Copyright © 2025 vpc open source initiative. All rights reserved.