Uses of Class
com.streambase.sb.TupleJSONUtil.Options
-
Packages that use TupleJSONUtil.Options Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of TupleJSONUtil.Options in com.streambase.sb
Methods in com.streambase.sb that return TupleJSONUtil.Options Modifier and Type Method Description static TupleJSONUtil.Options
TupleJSONUtil.Options. valueOf(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.Method parameters in com.streambase.sb with type arguments of type TupleJSONUtil.Options Modifier and Type Method Description static String
TupleJSONUtil. toJSONString(Tuple t, EnumSet<TupleJSONUtil.Options> options)
Convert a tuple to its JSON representation.static String
TupleJSONUtil. toJSONString(Tuple t, EnumSet<TupleJSONUtil.Options> options, String timestampFormat)
Convert a tuple to its JSON representation.
-