| Package | Description |
|---|---|
| com.ebay.jsoncoder | |
| com.ebay.jsoncoder.coder |
| Class and Description |
|---|
| BeanCoderContext
Context object for BeanCoder, it will save session information during encoding and provide a
way to let client to customize the encode behavior.
|
| DecodeReq
Decode Request, the reason we use abstract class, is to force to create a sub-class so that it's possible to get
the getActualTypeArguments.
|
| EncodeReq |
| EqualsWrapper
For eBay BO, there is no way to check actual equality of two BO objects.
|
| ICoder
Used for specific BeanCoder for certain types, such as Money, Date
This coder will convert between an Object and a Map representation
The Map Representation should only contains Array, List and String
|
| IFilter |
| JSONCoderOption |
| SimpleFilter |
| Class and Description |
|---|
| BeanCoderContext
Context object for BeanCoder, it will save session information during encoding and provide a
way to let client to customize the encode behavior.
|
| ICoder
Used for specific BeanCoder for certain types, such as Money, Date
This coder will convert between an Object and a Map representation
The Map Representation should only contains Array, List and String
|
Copyright © 2019. All rights reserved.