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.NElementSelector |
compileSelector(String pathExpression) |
<T> T |
convert(Object any,
Class<T> to) |
net.thevpc.nuts.elem.NElementFormatter |
createElementFormatter(net.thevpc.nuts.elem.NElementFormatterStyle style) |
net.thevpc.nuts.elem.NElementFormatterBuilder |
createElementFormatterBuilder() |
net.thevpc.nuts.elem.NElementMetadata |
createElementMetadata() |
net.thevpc.nuts.elem.NElementMetadata |
createElementMetadata(Map<Object,Object> any) |
net.thevpc.nuts.elem.NElementMetadata |
createElementMetadata(Object key,
Object value) |
net.thevpc.nuts.elem.NExprElementReshaper |
createExprElementReshaper(net.thevpc.nuts.elem.NExprElementReshaperType type) |
net.thevpc.nuts.elem.NExprElementReshaperBuilder |
createExprElementReshaperBuilder(net.thevpc.nuts.elem.NExprElementReshaperType type) |
net.thevpc.nuts.elem.NElementNavigator |
createRootNavigator(net.thevpc.nuts.elem.NElement element) |
net.thevpc.nuts.elem.NElementPath |
createRootPath() |
net.thevpc.nuts.elem.NElementStep |
createStepAnnotationParam(int paramIndex,
int index) |
net.thevpc.nuts.elem.NElementStep |
createStepAnnotationParam(int paramIndex,
String name) |
net.thevpc.nuts.elem.NElementStep |
createStepChild(int index) |
net.thevpc.nuts.elem.NElementStep |
createStepChild(String name) |
net.thevpc.nuts.elem.NElementStep |
createStepParam(int index) |
net.thevpc.nuts.elem.NElementStep |
createStepParam(String name) |
net.thevpc.nuts.elem.NElementStep |
createStepSubList(int index) |
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) |
boolean |
isNtf() |
net.thevpc.nuts.elem.NElementMapperStore |
mapperStore() |
net.thevpc.nuts.elem.NElement |
normalize(net.thevpc.nuts.elem.NElement e,
net.thevpc.nuts.text.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) |
Object |
toSimple(Object any) |
public net.thevpc.nuts.elem.NElementFormatterBuilder createElementFormatterBuilder()
createElementFormatterBuilder in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementPath createRootPath()
createRootPath in interface net.thevpc.nuts.elem.NElementspublic boolean isNtf()
public net.thevpc.nuts.elem.NElements setNtf(boolean ntf)
setNtf in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementSelector compileSelector(String pathExpression)
compileSelector in interface net.thevpc.nuts.elem.NElementspublic <T> T convert(Object any, Class<T> to)
convert in interface net.thevpc.nuts.elem.NElementspublic Object toSimple(Object any)
toSimple 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.text.NContentType contentType)
normalize in interface net.thevpc.nuts.elem.NElementspublic 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.NElementspublic net.thevpc.nuts.elem.NExprElementReshaperBuilder createExprElementReshaperBuilder(net.thevpc.nuts.elem.NExprElementReshaperType type)
createExprElementReshaperBuilder in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NExprElementReshaper createExprElementReshaper(net.thevpc.nuts.elem.NExprElementReshaperType type)
createExprElementReshaper in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementFormatter createElementFormatter(net.thevpc.nuts.elem.NElementFormatterStyle style)
createElementFormatter in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementMetadata createElementMetadata()
createElementMetadata in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementMetadata createElementMetadata(Object key, Object value)
createElementMetadata in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementMetadata createElementMetadata(Map<Object,Object> any)
createElementMetadata in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepChild(String name)
createStepChild in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepChild(int index)
createStepChild in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepParam(String name)
createStepParam in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepParam(int index)
createStepParam in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepAnnotationParam(int paramIndex,
String name)
createStepAnnotationParam in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepAnnotationParam(int paramIndex,
int index)
createStepAnnotationParam in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementStep createStepSubList(int index)
createStepSubList in interface net.thevpc.nuts.elem.NElementspublic net.thevpc.nuts.elem.NElementNavigator createRootNavigator(net.thevpc.nuts.elem.NElement element)
createRootNavigator in interface net.thevpc.nuts.elem.NElementsCopyright © 2026 vpc open source initiative. All rights reserved.