Class ValueProviderParameterUtils
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.ValueProviderParameterUtils
-
public final class ValueProviderParameterUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetBoolean(IndexedProperty indexedProperty, java.lang.String key, boolean defaultValue)static doublegetDouble(IndexedProperty indexedProperty, java.lang.String key, double defaultValue)static intgetInt(IndexedProperty indexedProperty, java.lang.String key, int defaultValue)static longgetLong(IndexedProperty indexedProperty, java.lang.String key, long defaultValue)static java.lang.StringgetString(IndexedProperty indexedProperty, java.lang.String key, java.lang.String defaultValue)protected static java.lang.StringgetStringValue(IndexedProperty indexedProperty, java.lang.String key)
-
-
-
Method Detail
-
getInt
public static int getInt(IndexedProperty indexedProperty, java.lang.String key, int defaultValue)
-
getLong
public static long getLong(IndexedProperty indexedProperty, java.lang.String key, long defaultValue)
-
getDouble
public static double getDouble(IndexedProperty indexedProperty, java.lang.String key, double defaultValue)
-
getBoolean
public static boolean getBoolean(IndexedProperty indexedProperty, java.lang.String key, boolean defaultValue)
-
getString
public static java.lang.String getString(IndexedProperty indexedProperty, java.lang.String key, java.lang.String defaultValue)
-
getStringValue
protected static java.lang.String getStringValue(IndexedProperty indexedProperty, java.lang.String key)
-
-