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