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