Uses of Enum Class
com.streambase.sb.TupleJSONUtil.Options
Packages that use TupleJSONUtil.Options
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of TupleJSONUtil.Options in com.streambase.sb
Methods in com.streambase.sb that return TupleJSONUtil.OptionsModifier and TypeMethodDescriptionstatic TupleJSONUtil.Options
Returns the enum constant of this class with the specified name.static TupleJSONUtil.Options[]
TupleJSONUtil.Options.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.streambase.sb with type arguments of type TupleJSONUtil.OptionsModifier and TypeMethodDescriptionstatic String
TupleJSONUtil.fieldObjectToJsonString
(Schema.Field f, Object value, EnumSet<TupleJSONUtil.Options> options) static String
TupleJSONUtil.fieldObjectToJsonString
(Schema.Field f, Object value, EnumSet<TupleJSONUtil.Options> options, String timestampFormat) 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.static String
TupleJSONUtil.typeObjectToJsonString
(CompleteDataType cdt, Object value, EnumSet<TupleJSONUtil.Options> options) static String
TupleJSONUtil.typeObjectToJsonString
(CompleteDataType cdt, Object value, EnumSet<TupleJSONUtil.Options> options, String timestampFormat)