Class ValueProviderParameterUtils
java.lang.Object
de.hybris.platform.solrfacetsearch.provider.impl.ValueProviderParameterUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleangetBoolean(IndexedProperty indexedProperty, String key, boolean defaultValue) static doublegetDouble(IndexedProperty indexedProperty, String key, double defaultValue) static intgetInt(IndexedProperty indexedProperty, String key, int defaultValue) static longgetLong(IndexedProperty indexedProperty, String key, long defaultValue) static StringgetString(IndexedProperty indexedProperty, String key, String defaultValue) protected static StringgetStringValue(IndexedProperty indexedProperty, String key)
-
Method Details
-
getInt
-
getLong
-
getDouble
-
getBoolean
-
getString
-
getStringValue
-