| Interface | Description |
|---|---|
| EqualsWrapper<T> |
For eBay BO, there is no way to check actual equality of two BO objects.
|
| ICoder<T> |
Used for specific BeanCoder for certain types, such as Money, Date.
|
| IFilter |
| Class | Description |
|---|---|
| BeanCoder |
A coder to convert java class to a TDNode
|
| 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<T> |
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 | |
| JSONCoder | |
| JSONCoderOption | |
| SimpleFilter |
| Exception | Description |
|---|---|
| BeanCoderException |
Copyright © 2019. All rights reserved.