Class TypeHelper
java.lang.Object
com.amilesend.omdb.client.model.type.TypeHelper
Helper class to help parse response attributes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe delimiter used to represent a list of string values. -
Method Summary
Modifier and TypeMethodDescriptionparseCommonDelimitedList(String commonDelimitedList) Parses a comma-delimited list of string values and returns a list of strings.
-
Field Details
-
STRING_LIST_DELIMITER
The delimiter used to represent a list of string values.
-
-
Method Details
-
parseCommonDelimitedList
-