| 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 BinderJsonWriter |
BinderFactory.getJsonWriter()
Get BinderWriter instance with default format(encoding is utf-8), the BinderWriter instance can be used to write Java POJO into JSON.
|
static BinderJsonWriter |
BinderFactory.getJsonWriter(BinderOptions options)
Get BinderWriter instance with specific format, the BinderWriter instance can be used to write Java POJO into JSON.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonWriter
BinderWriter implementation using org.json library,
|
| Modifier and Type | Field and Description |
|---|---|
protected static ThreadLocal<BinderJsonWriter> |
ProcessorHelper.objWriter
Json writer.
|
| Modifier and Type | Method and Description |
|---|---|
static BinderJsonWriter |
ProcessorHelper.getWriter() |
Copyright © 2016. All rights reserved.