protected static boolean |
GoraUtils.configurationExist(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to check if a value exist in the configuration class
NOTE:> Checks only if is not null
|
protected static Object |
GoraUtils.getAttribute(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration
|
protected static Long |
GoraUtils.getAttributeAsLong(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration as Long
|
protected static String |
GoraUtils.getAttributeAsString(GoraAttribute attr,
GoraConfiguration conf) |
Utility method to extract value from configuration as String
|
protected static Object |
GoraUtils.getProperty(GoraAttribute attr,
Map<String,?> propertiesMap) |
Utility method to extract value of a map
|
protected static Long |
GoraUtils.getPropertyAsLong(GoraAttribute attr,
Map<String,?> propertiesMap) |
Utility method to extract value of a map as long
|
protected static String |
GoraUtils.getPropertyAsString(GoraAttribute attr,
Map<String,?> propertiesMap) |
Utility method to extract value of a map as String
|
protected static boolean |
GoraUtils.propertyExist(GoraAttribute attr,
Map<String,?> propertiesMap) |
Utility method to check if a value exist in the properties map
|