| Package | Description |
|---|---|
| com.abubusoft.kripton |
Contains logic to create an intermediate rapresentation of data between java pojo and json/xml format.
|
| Modifier and Type | Method and Description |
|---|---|
static BinderFactory.XmlReaderType |
BinderFactory.XmlReaderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinderFactory.XmlReaderType[] |
BinderFactory.XmlReaderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2016. All rights reserved.