Package | Description |
---|---|
org.apache.camel.component.gora | |
org.apache.camel.component.gora.utils |
Modifier and Type | Method and Description |
---|---|
static GoraAttribute |
GoraAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoraAttribute[] |
GoraAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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
|
Apache Camel