| Package | Description |
|---|---|
| com.abubusoft.kripton |
Contains logic to create an intermediate rapresentation of data between java pojo and json/xml format.
|
| com.abubusoft.kripton.binder.json |
Package for JSON implementation of binder reader/writer.
|
| com.abubusoft.kripton.binder.xml |
Implementation of writer/reader binder for xml format
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinderJsonReader |
| Modifier and Type | Method and Description |
|---|---|
static BinderReader |
BinderFactory.getXmlReader()
Get BinderReader instance with default format(encoding is utf-8), the BinderReader instance can be used to read XML into Java POJO.
|
static BinderReader |
BinderFactory.getXmlReader(BinderFactory.XmlReaderType type)
Get BinderReader instance with default format(encoding is utf-8), the BinderReader instance can be used to read XML into Java POJO.
|
static BinderReader |
BinderFactory.getXmlReader(BinderFactory.XmlReaderType type,
BinderOptions format)
Get BinderReader instance with specific format, the BinderReader instance can be used to read XML into Java POJO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonReader
Json reader
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlDOMReader
BinderReader implementation using DOM xml parser.
|
class |
XmlSAXReader
BinderReader implementation using Java SAX parser
|
Copyright © 2016. All rights reserved.