Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessageParser) |
m (→JSONMessagePartMapping) |
||
Line 56: | Line 56: | ||
* Create class RootJSONMessagePartMapping | * Create class RootJSONMessagePartMapping | ||
* Extend JSONMessagePartMapping and move all root settings to this. | * Extend JSONMessagePartMapping and move all root settings to this. | ||
− | | | + | | Complete |
|- | |- | ||
| Composite Message Part modes | | Composite Message Part modes |
Revision as of 08:55, 23 August 2011
Contents
General
Tasks | Status |
---|---|
Exception
|
|
Documentation
|
|
Code Style
|
Design Document
Task | Status |
---|---|
Update Design Proposal Document
|
JSONMessagePartMapping
Task | Status |
---|---|
Use Hashholder instead of HashSet | Complete |
byte initialization
|
Complete |
StringParser
|
Complete |
RootJSONMessagePartMapping
|
Complete |
Composite Message Part modes
|
In Progress |
m_sFormat
|
Complete |
JSONMessageParser
Task | Status |
---|---|
InvocationContextAware
|
|
Rename methods XXXNode to XXXPart | |
fail
|
Complete |
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|
Complete |