Package com.amilesend.omdb.model.type
Class TypeHelper
java.lang.Object
com.amilesend.omdb.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
Parses a comma-delimited list of string values and returns a list of strings.- Parameters:
commonDelimitedList- the comma-delimited list of values- Returns:
- the list of values
-