Uses of Class
com.streambase.sb.TupleJSONUtil.SetTupleFromJSON
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of TupleJSONUtil.SetTupleFromJSON in com.streambase.sb
Modifier and TypeFieldDescriptionstatic final TupleJSONUtil.SetTupleFromJSON
TupleJSONUtil.SetTupleFromJSON.LOOSE
Establishes a new SetTupleFromJSON with default settings, except parseStyle is Loose.static final TupleJSONUtil.SetTupleFromJSON
TupleJSONUtil.SetTupleFromJSON.STRICT
Establishes a new SetTupleFromJSON with default settings, except parseStyle is Strict.Modifier and TypeMethodDescriptionHandles the processing of a JSON value into a tuple, replaces the deprecated setTupleFromJSON and setTuple methods in the API.TupleJSONUtil.SetTupleFromJSON.withEmptyStringValue
(String value) Sets the emptyString value of a new SetTupleFromJSON and returns it.TupleJSONUtil.SetTupleFromJSON.withParseStyle
(ParseStyle style) Sets the parsestyle of a new SetTupleFromJSON and returns it.TupleJSONUtil.SetTupleFromJSON.withTimestampFormat
(String format) Sets the timestamp format of a new SetTupleFromJSON and returns it.TupleJSONUtil.SetTupleFromJSON.withTimestampStyle
(Timestamp.Type style) Sets the timestampStyle of a new SetTupleFromJSON and returns it.