public class DefaultNElementWriter extends DefaultObjectWriterBase<net.thevpc.nuts.elem.NElementWriter> implements net.thevpc.nuts.elem.NElementWriter
| Constructor and Description |
|---|
DefaultNElementWriter() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.elem.NElementWriter |
compact(boolean compact) |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.text.NContentType |
contentType() |
net.thevpc.nuts.elem.NElementWriter |
contentType(net.thevpc.nuts.text.NContentType contentType) |
net.thevpc.nuts.elem.NElementWriter |
doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith) |
Object |
elementToObject(net.thevpc.nuts.elem.NElement o,
Type type) |
net.thevpc.nuts.elem.NElementFormatter |
formatter() |
net.thevpc.nuts.elem.NElementWriter |
formatter(net.thevpc.nuts.elem.NElementFormatter formatter) |
net.thevpc.nuts.text.NObjectWriter |
formatter(net.thevpc.nuts.elem.NElementFormatterStyle style) |
net.thevpc.nuts.text.NObjectWriter |
formatterCompact() |
net.thevpc.nuts.text.NObjectWriter |
formatterPretty() |
net.thevpc.nuts.text.NObjectWriter |
formatterVerbatim() |
NElementFactoryService |
getElementFactoryService() |
boolean |
isLogProgress() |
boolean |
isTraceProgress() |
net.thevpc.nuts.text.NIterableFormat |
iter(net.thevpc.nuts.io.NPrintStream writer) |
net.thevpc.nuts.elem.NElementWriter |
json() |
net.thevpc.nuts.elem.NElementMapperStore |
mapperStore() |
void |
print(Object aValue,
net.thevpc.nuts.io.NPrintStream out) |
net.thevpc.nuts.time.NProgressFactory |
progressFactory() |
net.thevpc.nuts.elem.NElementWriter |
progressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory) |
net.thevpc.nuts.elem.NElementWriter |
setLogProgress(boolean logProgress) |
net.thevpc.nuts.elem.NElementWriter |
setTraceProgress(boolean traceProgress) |
net.thevpc.nuts.elem.NElementWriter |
tson() |
net.thevpc.nuts.elem.NElementWriter |
xml() |
net.thevpc.nuts.elem.NElementWriter |
yaml() |
format, formatPlain, getValidPrintStream, getValidPrintStream, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, write, write, write, write, write, write, write, write, writeln, writeln, writeln, writeln, writeln, writeln, writeln, writelnconfigure, getName, isNtf, ntfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, ntf, of, ofJson, ofNtfJson, ofNtfProps, ofNtfTable, ofNtfTree, ofNtfTson, ofNtfXml, ofNtfYaml, ofPlain, ofPlainJson, ofPlainProps, ofPlainTable, ofPlainTree, ofPlainTson, ofPlainXml, ofPlainYaml, ofProps, ofTable, ofTree, ofTson, ofXml, ofYamlformat, formatPlain, get, isNtf, of, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, write, write, write, write, write, write, write, write, writeln, writeln, writeln, writeln, writeln, writeln, writeln, writelnpublic net.thevpc.nuts.elem.NElementMapperStore mapperStore()
mapperStore in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith)
doWithMapperStore in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NObjectWriter formatterCompact()
formatterCompact in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NObjectWriter formatterPretty()
formatterPretty in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NObjectWriter formatterVerbatim()
formatterVerbatim in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NObjectWriter formatter(net.thevpc.nuts.elem.NElementFormatterStyle style)
formatter in interface net.thevpc.nuts.elem.NElementWriterpublic boolean isLogProgress()
isLogProgress in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter setLogProgress(boolean logProgress)
setLogProgress in interface net.thevpc.nuts.elem.NElementWriterpublic boolean isTraceProgress()
isTraceProgress in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter setTraceProgress(boolean traceProgress)
setTraceProgress in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NContentType contentType()
contentType in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter contentType(net.thevpc.nuts.text.NContentType contentType)
contentType in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter json()
json in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter yaml()
yaml in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter tson()
tson in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter xml()
xml in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementFormatter formatter()
formatter in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter formatter(net.thevpc.nuts.elem.NElementFormatter formatter)
formatter in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter compact(boolean compact)
compact in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.text.NIterableFormat iter(net.thevpc.nuts.io.NPrintStream writer)
iter in interface net.thevpc.nuts.elem.NElementWriterpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurablepublic void print(Object aValue, net.thevpc.nuts.io.NPrintStream out)
print in interface net.thevpc.nuts.text.NObjectWriterprint in class DefaultObjectWriterBase<net.thevpc.nuts.elem.NElementWriter>public NElementFactoryService getElementFactoryService()
public net.thevpc.nuts.time.NProgressFactory progressFactory()
progressFactory in interface net.thevpc.nuts.elem.NElementWriterpublic net.thevpc.nuts.elem.NElementWriter progressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory)
progressFactory in interface net.thevpc.nuts.elem.NElementWriterCopyright © 2026 vpc open source initiative. All rights reserved.