|
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.BaseDecorator
com.ibm.btt.format.impl.NullCheckDecorator
com.ibm.btt.format.impl.JSONNullCheckDecorator
public class JSONNullCheckDecorator
Field Summary |
---|
Fields inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
dataName, tagName, TOSTRINGS_MARGIN |
Constructor Summary | |
---|---|
JSONNullCheckDecorator()
|
Method Summary | |
---|---|
Message |
format(ReadAdapter dataWrapper)
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.NullCheckDecorator |
---|
addDecoration, attributes, removeDecoration |
Methods inherited from class com.ibm.btt.format.BaseDecorator |
---|
extract, getDataName, getDecorated, isContainer, rootDecorated, setDecorated, toStrings |
Methods inherited from class com.ibm.btt.format.AbstractFormatElement |
---|
setDataName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JSONNullCheckDecorator()
Method Detail |
---|
public Message format(ReadAdapter dataWrapper) throws FormatException
FormatElement
format
in interface FormatElement
format
in class NullCheckDecorator
FormatException
public void unformat(Message message, WriteAdapter dataAdapter) throws UnformatException
FormatElement
unformat
in interface FormatElement
unformat
in class NullCheckDecorator
UnformatException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |