| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
ConfigurationHelper.getBigDecimalRequiredProperty(ConfigurationValue configurationValue)
Gets a property value as a
BigDecimal. |
BigDecimal |
ConfigurationHelper.getBigDecimalRequiredProperty(ConfigurationValue configurationValue,
org.springframework.core.env.Environment environment)
Gets a property value as a
BigDecimal. |
Boolean |
ConfigurationHelper.getBooleanProperty(ConfigurationValue configurationValue)
Gets a property value as a boolean.
|
Boolean |
ConfigurationHelper.getBooleanProperty(ConfigurationValue configurationValue,
org.springframework.core.env.Environment environment)
Gets a property value as a boolean.
|
BigDecimal |
ConfigurationHelper.getNonNegativeBigDecimalRequiredProperty(ConfigurationValue configurationValue)
Gets a property value as
BigDecimal. |
BigDecimal |
ConfigurationHelper.getNonNegativeBigDecimalRequiredProperty(ConfigurationValue configurationValue,
org.springframework.core.env.Environment environment)
Gets a property value as
BigDecimal. |
String |
ConfigurationHelper.getProperty(ConfigurationValue configurationValue)
Calls
ConfigurationHelper.getProperty(ConfigurationValue, Class) where the target type is String. |
<T> T |
ConfigurationHelper.getProperty(ConfigurationValue configurationValue,
Class<T> targetType)
|
static <T> T |
ConfigurationHelper.getProperty(ConfigurationValue configurationValue,
Class<T> targetType,
org.springframework.core.env.Environment environment)
Wrapper for
PropertyResolver.getProperty(String, Class, Object) using the given ConfigurationValue as the key and default value. |
static String |
ConfigurationHelper.getProperty(ConfigurationValue configurationValue,
org.springframework.core.env.Environment environment)
Calls
ConfigurationHelper.getProperty(ConfigurationValue, Class, Environment) using String targetType. |
String |
ConfigurationHelper.getRequiredProperty(ConfigurationValue configurationValue)
Gets a property value and validates that it is not blank or null.
|
String |
ConfigurationHelper.getRequiredProperty(ConfigurationValue configurationValue,
org.springframework.core.env.Environment environment)
Gets a property value and validates that it is not blank or null.
|
| Modifier and Type | Method and Description |
|---|---|
int |
HerdStringHelper.getConfigurationValueAsInteger(ConfigurationValue configurationValue)
TODO replace uses of this method with ConfigurationHelper Gets the configuration value as integer.
|
String |
HerdStringHelper.getConfigurationValueAsString(ConfigurationValue configurationValue)
TODO replace uses of this method with ConfigurationHelper Gets the configuration value as string.
|
String |
KmsHelper.getDecryptedConfigurationValue(ConfigurationValue configurationValue)
Gets the decrypted value for the given configuration option.
|
List<String> |
HerdStringHelper.getDelimitedConfigurationValue(ConfigurationValue configurationValue)
Returns a list of values from a configuration value which are delimited by the default delimited configured by FIELD_DATA_DELIMITER.
|
String |
HerdStringHelper.getRequiredConfigurationValue(ConfigurationValue configurationValue)
Gets the value and verifies that it is not blank for the given configuration option.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationValue |
ConfigurationValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationValue[] |
ConfigurationValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ParameterHelper.getParameterValue(Map<String,String> parameters,
ConfigurationValue configurationValue)
Gets the parameter value if found or defaults to the relative configuration setting value.
|
int |
ParameterHelper.getParameterValueAsInteger(Map<String,String> parameters,
ConfigurationValue configurationValue)
Gets the parameter value if found or defaults to the relative configuration setting value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,ConfigurationValue> |
AbstractNotificationMessageBuilder.getEventTypeMessageDefinitionKeyMap()
Get the event type to Message Definition Key map
|
| Modifier and Type | Method and Description |
|---|---|
protected org.quartz.JobDataMap |
AbstractSystemJob.getJobDataMap(ConfigurationValue... configurationValues)
Returns a job data map that contains a single hash map that is loaded with name-value pairs as per specified list of configuration values.
|
Copyright © 2019. All rights reserved.