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