Package | Description |
---|---|
com.streambase.sb |
Provides classes and interfaces fundamental to the TIBCO StreamBase Java API.
|
Modifier and Type | Method and Description |
---|---|
static TupleJSONUtil.Options |
TupleJSONUtil.Options.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TupleJSONUtil.Options[] |
TupleJSONUtil.Options.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
TupleJSONUtil.toJSONString(Tuple t,
java.util.EnumSet<TupleJSONUtil.Options> options)
Convert a tuple to its JSON representation.
|
static java.lang.String |
TupleJSONUtil.toJSONString(Tuple t,
java.util.EnumSet<TupleJSONUtil.Options> options,
java.lang.String timestampFormat)
Convert a tuple to its JSON representation.
|