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