public class DefaultJsonElementFormat extends Object implements NutsElementStreamFormat
| Constructor and Description |
|---|
DefaultJsonElementFormat(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsElement |
parseElement(Reader reader,
net.thevpc.nuts.NutsElementFactoryContext context) |
net.thevpc.nuts.NutsElement |
parseElement(String string,
net.thevpc.nuts.NutsElementFactoryContext context) |
void |
printElement(net.thevpc.nuts.NutsElement value,
net.thevpc.nuts.NutsPrintStream out,
boolean compact,
net.thevpc.nuts.NutsElementFactoryContext context) |
void |
write(net.thevpc.nuts.NutsPrintStream out,
net.thevpc.nuts.NutsElement data,
boolean compact) |
public DefaultJsonElementFormat(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsElement parseElement(String string, net.thevpc.nuts.NutsElementFactoryContext context)
public void write(net.thevpc.nuts.NutsPrintStream out,
net.thevpc.nuts.NutsElement data,
boolean compact)
public net.thevpc.nuts.NutsElement parseElement(Reader reader, net.thevpc.nuts.NutsElementFactoryContext context)
parseElement in interface NutsElementStreamFormatpublic void printElement(net.thevpc.nuts.NutsElement value,
net.thevpc.nuts.NutsPrintStream out,
boolean compact,
net.thevpc.nuts.NutsElementFactoryContext context)
printElement in interface NutsElementStreamFormatCopyright © 2022 vpc open source initiative. All rights reserved.