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