Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
m (→JSONMessagePartMapping) |
m (→JSONMessagePartMapping) |
||
Line 61: | Line 61: | ||
* Rename root mode to mode | * Rename root mode to mode | ||
* Allow all composite message parts to have a mode | * Allow all composite message parts to have a mode | ||
− | | | + | | In Progress |
|- | |- | ||
| m_sFormat | | m_sFormat |
Revision as of 12:02, 15 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
|
Under Review |
Composite Message Part modes
|
In Progress |
m_sFormat
|
Complete |
JSONMessageParser
Task | Status |
---|---|
InvocationContextAware
|
|
Rename methods XXXNode to XXXPart | |
fail
|
|
parse()
|
|
parsing primitive values
|
JSONMessageFormatter
Task | Status |
---|---|
Format primitive values
|
Complete |
Pass enumerations into formatMessageRoot
|