| 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.common |
common classes package.
|
| Modifier and Type | Method and Description |
|---|---|
static BinderJsonReader |
BinderFactory.getJsonReader()
Get BinderReader instance with default format(encoding is utf-8), the BinderReader instance cna be used to read JSON into POJO.
|
static BinderJsonReader |
BinderFactory.getJsonReader(BinderOptions format)
Get BinderReader instance with specific format, the BinderReader instance can be used to read JSON into POJO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonReader
Json reader
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<BinderJsonReader> |
ProcessorHelper.objReader
json reader.
|
| Modifier and Type | Method and Description |
|---|---|
static BinderJsonReader |
ProcessorHelper.getReader() |
Copyright © 2016. All rights reserved.