public abstract class ConfigurationUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDE_A_VALUE_TEXT |
static String |
URL_NOT_VALID_TEMPLATE |
Modifier and Type | Method and Description |
---|---|
static Boolean |
getBoolean(Map<String,Object> properties,
String key,
Boolean defaultValue) |
static Integer |
getInteger(Map<String,Object> properties,
String key,
Integer defaultValue) |
static <T> T |
getValue(Map<String,Object> properties,
String key,
T defaultValue) |
public static final String PROVIDE_A_VALUE_TEXT
public static final String URL_NOT_VALID_TEMPLATE
Copyright © 2021. All rights reserved.