Class RatingsReviewsUtil
java.lang.Object
com.skava.ratingandreviews.helper.RatingsReviewsUtil
Class RatingsReviewsUtil
This Class is used to for utility functions
This is utility class.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanvalidateForSpecialSymbol(String input) method Convert object to string.static booleanmethod Convert object to string.
-
Method Details
-
validateForSpecialSymbol
method Convert object to string.
Used to convert a object to string
- Type Parameters:
T- the generic type- Parameters:
object- the object- Returns:
- the string
-
validateForSpecialSymbolForQA
method Convert object to string.
Used to convert a object to string
- Type Parameters:
T- the generic type- Parameters:
object- the object- Returns:
- the string
-