public class DefaultNElementReader extends Object implements net.thevpc.nuts.elem.NElementReader
| Constructor and Description |
|---|
DefaultNElementReader() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NContentType |
contentType() |
net.thevpc.nuts.elem.NElementReader |
contentType(net.thevpc.nuts.text.NContentType contentType) |
net.thevpc.nuts.elem.NElementReader |
doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith) |
Object |
elementToObject(net.thevpc.nuts.elem.NElement o,
Type type) |
boolean |
isLogProgress() |
boolean |
isNtf() |
boolean |
isTraceProgress() |
net.thevpc.nuts.elem.NElementReader |
json() |
net.thevpc.nuts.elem.NElementReader |
logProgress(boolean logProgress) |
net.thevpc.nuts.elem.NElementMapperStore |
mapperStore() |
net.thevpc.nuts.elem.NElementReader |
ntf(boolean ntf) |
net.thevpc.nuts.time.NProgressFactory |
progressFactory() |
net.thevpc.nuts.elem.NElementReader |
progressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory) |
net.thevpc.nuts.elem.NElement |
read(byte[] bytes) |
<T> T |
read(byte[] bytes,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(File file) |
<T> T |
read(File file,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(InputStream inputStream) |
<T> T |
read(InputStream inputStream,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(net.thevpc.nuts.io.NPath file) |
<T> T |
read(net.thevpc.nuts.io.NPath path,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(Path file) |
<T> T |
read(Path file,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(Reader reader) |
<T> T |
read(Reader reader,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(String string) |
<T> T |
read(String string,
Class<T> clazz) |
net.thevpc.nuts.elem.NElement |
read(URL url) |
<T> T |
read(URL url,
Class<T> clazz) |
<T> T |
readWithSource(byte[] bytes,
Class<T> clazz,
Object source) |
net.thevpc.nuts.elem.NElement |
readWithSource(byte[] bytes,
Object source) |
<T> T |
readWithSource(InputStream inputStream,
Class<T> clazz,
Object source) |
net.thevpc.nuts.elem.NElement |
readWithSource(InputStream inputStream,
Object source) |
<T> T |
readWithSource(Reader reader,
Class<T> clazz,
Object source) |
net.thevpc.nuts.elem.NElement |
readWithSource(Reader reader,
Object source) |
<T> T |
readWithSource(String string,
Class<T> clazz,
Object source) |
net.thevpc.nuts.elem.NElement |
readWithSource(String string,
Object source) |
net.thevpc.nuts.elem.NElementReader |
traceProgress(boolean traceProgress) |
net.thevpc.nuts.elem.NElementReader |
tson() |
net.thevpc.nuts.elem.NElementReader |
xml() |
net.thevpc.nuts.elem.NElementReader |
yaml() |
public boolean isNtf()
isNtf in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader ntf(boolean ntf)
ntf in interface net.thevpc.nuts.elem.NElementReaderpublic boolean isLogProgress()
isLogProgress in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader logProgress(boolean logProgress)
logProgress in interface net.thevpc.nuts.elem.NElementReaderpublic boolean isTraceProgress()
isTraceProgress in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader traceProgress(boolean traceProgress)
traceProgress in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.text.NContentType contentType()
contentType in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader contentType(net.thevpc.nuts.text.NContentType contentType)
contentType in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader json()
json in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader yaml()
yaml in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader tson()
tson in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader xml()
xml in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(URL url, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(net.thevpc.nuts.io.NPath path,
Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(InputStream inputStream, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T readWithSource(InputStream inputStream, Class<T> clazz, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(String string, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T readWithSource(String string, Class<T> clazz, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(byte[] bytes,
Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T readWithSource(byte[] bytes,
Class<T> clazz,
Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(Reader reader, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T readWithSource(Reader reader, Class<T> clazz, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(Path file, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic <T> T read(File file, Class<T> clazz)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(URL url)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(InputStream inputStream)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement readWithSource(InputStream inputStream, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(String string)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(byte[] bytes)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(Reader reader)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement readWithSource(String string, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement readWithSource(byte[] bytes,
Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement readWithSource(Reader reader, Object source)
readWithSource in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(Path file)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(File file)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElement read(net.thevpc.nuts.io.NPath file)
read in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementMapperStore mapperStore()
mapperStore in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader doWithMapperStore(Consumer<net.thevpc.nuts.elem.NElementMapperStore> doWith)
doWithMapperStore in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.time.NProgressFactory progressFactory()
progressFactory in interface net.thevpc.nuts.elem.NElementReaderpublic net.thevpc.nuts.elem.NElementReader progressFactory(net.thevpc.nuts.time.NProgressFactory progressFactory)
progressFactory in interface net.thevpc.nuts.elem.NElementReaderCopyright © 2026 vpc open source initiative. All rights reserved.