public abstract class AbstractRecordFactory extends java.lang.Object implements IRecordFactory
Record
.Constructor and Description |
---|
AbstractRecordFactory() |
Modifier and Type | Method and Description |
---|---|
Record |
parseRecord(com.ibm.json.java.JSONObject jsonObj)
Parse the record from JSON format.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createRecord, getAllSupportedTypes
public Record parseRecord(com.ibm.json.java.JSONObject jsonObj)
parseRecord
in interface IRecordFactory
jsonObj
- The object in JSON to be parsed.<IBM Copyright © 2018 IBM Corp. All Rights Reserved.