public class DefaultNElementFormat extends DefaultFormatBase<net.thevpc.nuts.elem.NElementFormat> implements net.thevpc.nuts.elem.NElementFormat
| Constructor and Description |
|---|
DefaultNElementFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.elem.NElementFormat |
doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith) |
Object |
elementToObject(net.thevpc.nuts.elem.NElement o,
Type type) |
net.thevpc.nuts.format.NContentType |
getContentType() |
NElementFactoryService |
getElementFactoryService() |
net.thevpc.nuts.time.NProgressFactory |
getProgressFactory() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
Object |
getValue() |
boolean |
isCompact() |
boolean |
isLogProgress() |
boolean |
isTraceProgress() |
net.thevpc.nuts.format.NIterableFormat |
iter(net.thevpc.nuts.io.NPrintStream writer) |
net.thevpc.nuts.elem.NElementFormat |
json() |
net.thevpc.nuts.elem.NElementMapperStore |
mapperStore() |
void |
print(net.thevpc.nuts.io.NPrintStream out) |
net.thevpc.nuts.elem.NElementFormat |
setCompact(boolean compact) |
net.thevpc.nuts.elem.NElementFormat |
setContentType(net.thevpc.nuts.format.NContentType contentType) |
net.thevpc.nuts.elem.NElementFormat |
setLogProgress(boolean logProgress) |
net.thevpc.nuts.elem.NElementFormat |
setProgressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory) |
net.thevpc.nuts.elem.NElementFormat |
setTraceProgress(boolean traceProgress) |
net.thevpc.nuts.elem.NElementFormat |
setValue(Object value) |
net.thevpc.nuts.elem.NElementFormat |
tson() |
net.thevpc.nuts.elem.NElementFormat |
xml() |
net.thevpc.nuts.elem.NElementFormat |
yaml() |
format, formatPlain, getValidPrintStream, getValidPrintStream, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, toStringconfigure, getName, isNtf, setNtfclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, of, of, ofNtfJson, ofNtfJson, ofNtfProps, ofNtfProps, ofNtfTable, ofNtfTable, ofNtfTree, ofNtfTree, ofNtfTson, ofNtfTson, ofNtfXml, ofNtfXml, ofNtfYaml, ofNtfYaml, ofPlain, ofPlain, ofPlainJson, ofPlainJson, ofPlainProps, ofPlainProps, ofPlainTable, ofPlainTable, ofPlainTree, ofPlainTree, ofPlainTson, ofPlainTson, ofPlainXml, ofPlainXml, ofPlainYaml, ofPlainYaml, setNtfpublic net.thevpc.nuts.elem.NElementMapperStore mapperStore()
mapperStore in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith)
doWithMapperStore in interface net.thevpc.nuts.elem.NElementFormatpublic boolean isLogProgress()
isLogProgress in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat setLogProgress(boolean logProgress)
setLogProgress in interface net.thevpc.nuts.elem.NElementFormatpublic boolean isTraceProgress()
isTraceProgress in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat setTraceProgress(boolean traceProgress)
setTraceProgress in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.format.NContentType getContentType()
getContentType in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat setContentType(net.thevpc.nuts.format.NContentType contentType)
setContentType in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat json()
json in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat yaml()
yaml in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat tson()
tson in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat xml()
xml in interface net.thevpc.nuts.elem.NElementFormatpublic Object getValue()
getValue in interface net.thevpc.nuts.elem.NElementFormatgetValue in interface net.thevpc.nuts.format.NContentTypeFormatpublic net.thevpc.nuts.elem.NElementFormat setValue(Object value)
setValue in interface net.thevpc.nuts.elem.NElementFormatsetValue in interface net.thevpc.nuts.format.NContentTypeFormatpublic boolean isCompact()
isCompact in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat setCompact(boolean compact)
setCompact in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.format.NIterableFormat iter(net.thevpc.nuts.io.NPrintStream writer)
iter in interface net.thevpc.nuts.elem.NElementFormatpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurablepublic void print(net.thevpc.nuts.io.NPrintStream out)
print in interface net.thevpc.nuts.format.NFormatprint in class DefaultFormatBase<net.thevpc.nuts.elem.NElementFormat>public NElementFactoryService getElementFactoryService()
public int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentpublic net.thevpc.nuts.time.NProgressFactory getProgressFactory()
getProgressFactory in interface net.thevpc.nuts.elem.NElementFormatpublic net.thevpc.nuts.elem.NElementFormat setProgressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory)
setProgressFactory in interface net.thevpc.nuts.elem.NElementFormatCopyright © 2025 vpc open source initiative. All rights reserved.