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 boolean
validateForSpecialSymbol
(String input) method Convert object to string.static boolean
method 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
-