Difference between revisions of "JSON Integration Adapter Code Review 1 Changes"
(→JSONMessageFormatter) |
m (→JSONMessageFormatter) |
||
Line 103: | Line 103: | ||
| Format primitive values | | Format primitive values | ||
* Make of use of mapping.getFormat() | * Make of use of mapping.getFormat() | ||
− | | | + | | Complete |
|- | |- | ||
| Pass enumerations into formatMessageRoot | | Pass enumerations into formatMessageRoot |
Revision as of 11: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 | |
byte initialization
|
|
StringParser
|
|
RootJSONMessagePartMapping
|
|
Composite Message Part modes
|
|
m_sFormat
|
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
|