public class DefaultNElementParser extends Object implements NElementParser
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
DefaultNElementParser() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofJson, ofTson, ofXml, ofYamlisValidScore, query, querypublic boolean isNtf()
isNtf in interface NElementParserpublic NElementParser setNtf(boolean ntf)
setNtf in interface NElementParserpublic boolean isLogProgress()
isLogProgress in interface NElementParserpublic NElementParser setLogProgress(boolean logProgress)
setLogProgress in interface NElementParserpublic boolean isTraceProgress()
isTraceProgress in interface NElementParserpublic NElementParser setTraceProgress(boolean traceProgress)
setTraceProgress in interface NElementParserpublic NContentType getContentType()
getContentType in interface NElementParserpublic NElementParser setContentType(NContentType contentType)
setContentType in interface NElementParserpublic NElementParser json()
json in interface NElementParserpublic NElementParser yaml()
yaml in interface NElementParserpublic NElementParser tson()
tson in interface NElementParserpublic NElementParser xml()
xml in interface NElementParserpublic <T> T parse(URL url, Class<T> clazz)
parse in interface NElementParserpublic <T> T parse(NPath path, Class<T> clazz)
parse in interface NElementParserpublic <T> T parse(InputStream inputStream, Class<T> clazz)
parse in interface NElementParserpublic <T> T parseWithSource(InputStream inputStream, Class<T> clazz, Object source)
parseWithSource in interface NElementParserpublic <T> T parse(String string, Class<T> clazz)
parse in interface NElementParserpublic <T> T parseWithSource(String string, Class<T> clazz, Object source)
parseWithSource in interface NElementParserpublic <T> T parse(byte[] bytes,
Class<T> clazz)
parse in interface NElementParserpublic <T> T parseWithSource(byte[] bytes,
Class<T> clazz,
Object source)
parseWithSource in interface NElementParserpublic <T> T parse(Reader reader, Class<T> clazz)
parse in interface NElementParserpublic <T> T parseWithSource(Reader reader, Class<T> clazz, Object source)
parseWithSource in interface NElementParserpublic <T> T parse(Path file, Class<T> clazz)
parse in interface NElementParserpublic <T> T parse(File file, Class<T> clazz)
parse in interface NElementParserpublic NElement parse(URL url)
parse in interface NElementParserpublic NElement parse(InputStream inputStream)
parse in interface NElementParserpublic NElement parseWithSource(InputStream inputStream, Object source)
parseWithSource in interface NElementParserpublic NElement parse(String string)
parse in interface NElementParserpublic NElement parse(byte[] bytes)
parse in interface NElementParserpublic NElement parse(Reader reader)
parse in interface NElementParserpublic NElement parseWithSource(String string, Object source)
parseWithSource in interface NElementParserpublic NElement parseWithSource(byte[] bytes, Object source)
parseWithSource in interface NElementParserpublic NElement parseWithSource(Reader reader, Object source)
parseWithSource in interface NElementParserpublic NElement parse(Path file)
parse in interface NElementParserpublic NElement parse(File file)
parse in interface NElementParserpublic NElement parse(NPath file)
parse in interface NElementParserpublic NElementMapperStore mapperStore()
mapperStore in interface NElementParserpublic NElementParser doWithMapperStore(Consumer<NElementMapperStore> doWith)
doWithMapperStore in interface NElementParserpublic int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablepublic NProgressFactory getProgressFactory()
getProgressFactory in interface NElementParserpublic NElementParser setProgressFactory(NProgressFactory progressFactory)
setProgressFactory in interface NElementParserCopyright © 2025 vpc open source initiative. All rights reserved.