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