|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.format.AbstractFormatElement
com.ibm.btt.format.impl.FormatDefine
com.ibm.btt.format.impl.JSONFormat
public class JSONFormat
Field Summary | |
---|---|
static java.lang.String |
DECORATOR_NAME
|
static java.lang.String |
DELIM_NAME
|
static java.lang.String |
NULL_CHECK
|
Fields inherited from class com.ibm.btt.format.impl.FormatDefine |
---|
id, rootFormat |
Fields inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
dataName, tagName, TOSTRINGS_MARGIN |
Constructor Summary | |
---|---|
JSONFormat()
|
Method Summary | |
---|---|
Message |
format(ReadAdapter dataAdapter)
This method is attended to be called by client code of FormatElement |
void |
unformat(Message message,
WriteAdapter dataAdapter)
This method is attended to be called by client code of FormatElement |
Methods inherited from class com.ibm.btt.format.impl.FormatDefine |
---|
addChild, extract, getId, getRootFormat, isContainer, setId, toStrings |
Methods inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
attributes, getDataName, rootDecorated, setDataName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DECORATOR_NAME
public static final java.lang.String DELIM_NAME
public static final java.lang.String NULL_CHECK
Constructor Detail |
---|
public JSONFormat()
Method Detail |
---|
public Message format(ReadAdapter dataAdapter) throws FormatException
FormatElement
format
in interface FormatElement
format
in class FormatDefine
FormatException
public void unformat(Message message, WriteAdapter dataAdapter) throws UnformatException
FormatElement
unformat
in interface FormatElement
unformat
in class FormatDefine
UnformatException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |