public class PropertiesHelper extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Boolean | 
getBoolean(Object v,
          Boolean defValue)  | 
static Date | 
getDate(Object v,
       Date defValue)  | 
static Double | 
getDouble(Object v,
         Double defValue)  | 
static PropertyList | 
getList(Object v,
       PropertyList defValue)  | 
static Long | 
getLong(Object v,
       Long defValue)  | 
static PropertyMap | 
getMap(Object v,
      PropertyMap defValue)  | 
static String | 
getString(Object v,
         String defValue)  | 
static boolean | 
isBlob(Object v)  | 
static boolean | 
isList(Object v)  | 
static boolean | 
isMap(Object v)  | 
static boolean | 
isScalar(Object v)  | 
public static Boolean getBoolean(Object v, Boolean defValue)
public static PropertyList getList(Object v, PropertyList defValue)
public static PropertyMap getMap(Object v, PropertyMap defValue)
Copyright © 2019 Nuxeo. All rights reserved.