public class JSONTupleMaker extends AbstractTupleMaker<String>
Tuples from JSON formatted Strings.
 Note that for StreamBase Blobs, you should use JSON string values.
TupleMaker| Modifier and Type | Field and Description | 
|---|---|
static JSONTupleMaker | 
MAKER
Static  
JSONTupleMaker instance suitable as argument to Enqueuer and Expecter
 methods that need a TupleMaker | 
| Constructor and Description | 
|---|
JSONTupleMaker()  | 
| Modifier and Type | Method and Description | 
|---|---|
Tuple | 
createTuple(Schema schema,
           String str)
create a  
Tuples from an input object | 
createTuples, createTuplespublic static final JSONTupleMaker MAKER
JSONTupleMaker instance suitable as argument to Enqueuer and Expecter
 methods that need a TupleMakerJSONTupleMakerpublic Tuple createTuple(Schema schema, String str) throws StreamBaseException
TupleMakerTuples from an input objectcreateTuple in interface TupleMaker<String>createTuple in class AbstractTupleMaker<String>schema - the schema for the tuplestr - the input data to build it fromStreamBaseExceptionCopyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.