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