Class ValueProviderParameterUtils


  • public final class ValueProviderParameterUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean getBoolean​(IndexedProperty indexedProperty, java.lang.String key, boolean defaultValue)  
      static double getDouble​(IndexedProperty indexedProperty, java.lang.String key, double defaultValue)  
      static int getInt​(IndexedProperty indexedProperty, java.lang.String key, int defaultValue)  
      static long getLong​(IndexedProperty indexedProperty, java.lang.String key, long defaultValue)  
      static java.lang.String getString​(IndexedProperty indexedProperty, java.lang.String key, java.lang.String defaultValue)  
      protected static java.lang.String getStringValue​(IndexedProperty indexedProperty, java.lang.String key)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)