| Interface | Description |
|---|---|
| EqualsWrapper<T> |
For eBay BO, there is no way to check actual equality of two BO objects.
|
| FieldTransformer | |
| ICoder<T> |
Used for specific BeanCoder for certain types, such as Money, Date.
|
| MaskStrategy |
| 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 | |
| FieldTransformer.DefaultImpl | |
| FieldTransformer.FieldInfo | |
| JSONCoder | |
| JSONCoderOption | |
| MaskFilterByName | |
| SimpleFilter |
| Enum | Description |
|---|---|
| JSONCoderOption.LogLevel |
| Exception | Description |
|---|---|
| BeanCoderException |
Copyright © 2021. All rights reserved.