public class DefaultNElements extends Object implements net.thevpc.nuts.elem.NElements
| Constructor and Description |
|---|
DefaultNElements() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElementType |
commonNumberType(net.thevpc.nuts.elem.NElementType aa,
net.thevpc.nuts.elem.NElementType bb) |
net.thevpc.nuts.elem.NElementPath |
compilePath(String pathExpression) |
<T> T |
convert(Object any,
Class<T> to) |
Object |
destruct(Object any) |
net.thevpc.nuts.elem.NElements |
doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith) |
Object |
elementToObject(net.thevpc.nuts.elem.NElement o,
Type type) |
<T> T |
fromElement(net.thevpc.nuts.elem.NElement o,
Class<T> to) |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
boolean |
isNtf() |
net.thevpc.nuts.elem.NElementMapperStore |
mapperStore() |
net.thevpc.nuts.elem.NElement |
normalize(net.thevpc.nuts.elem.NElement e,
net.thevpc.nuts.format.NContentType contentType) |
net.thevpc.nuts.elem.NElement |
normalizeJson(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NElement |
normalizeTson(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NElement |
normalizeXml(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NElement |
normalizeYaml(net.thevpc.nuts.elem.NElement e) |
net.thevpc.nuts.elem.NElements |
setNtf(boolean ntf) |
net.thevpc.nuts.elem.NElement |
toElement(Object o) |
public boolean isNtf()
public net.thevpc.nuts.elem.NElements setNtf(boolean ntf)
setNtf in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementPath compilePath(String pathExpression)
compilePath in interface net.thevpc.nuts.elem.NElementspublic <T> T convert(Object any, Class<T> to)
convert in interface net.thevpc.nuts.elem.NElementspublic Object destruct(Object any)
destruct in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement toElement(Object o)
toElement in interface net.thevpc.nuts.elem.NElementspublic <T> T fromElement(net.thevpc.nuts.elem.NElement o,
Class<T> to)
fromElement in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementMapperStore mapperStore()
mapperStore in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElements doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith)
doWithMapperStore in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement normalizeJson(net.thevpc.nuts.elem.NElement e)
normalizeJson in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement normalizeTson(net.thevpc.nuts.elem.NElement e)
normalizeTson in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement normalizeYaml(net.thevpc.nuts.elem.NElement e)
normalizeYaml in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement normalizeXml(net.thevpc.nuts.elem.NElement e)
normalizeXml in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElement normalize(net.thevpc.nuts.elem.NElement e,
net.thevpc.nuts.format.NContentType contentType)
normalize in interface net.thevpc.nuts.elem.NElementspublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentpublic net.thevpc.nuts.elem.NElementType commonNumberType(net.thevpc.nuts.elem.NElementType aa,
net.thevpc.nuts.elem.NElementType bb)
commonNumberType in interface net.thevpc.nuts.elem.NElementsCopyright © 2025 vpc open source initiative. All rights reserved.