Uses of Enum Class
com.streambase.sb.TupleJSONUtil.Options
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of TupleJSONUtil.Options in com.streambase.sb
Modifier 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.Modifier 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)