Package org.apache.storm.utils
Class ObjectReader
java.lang.Object
org.apache.storm.utils.ObjectReader
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ObjectReaderpublic ObjectReader()
 
- 
- 
Method Details- 
getStringsConvert the input into a list of string; ignore null members.- Parameters:
- o- the input object
- Returns:
- a list of string
 
- 
getString
- 
getString
- 
getInt
- 
getInt
- 
getLong
- 
getLong
- 
getDouble
- 
getDouble
- 
getBoolean
 
-