Uses of Class
com.appslandia.common.base.ConfigMap
-
Packages that use ConfigMap Package Description com.appslandia.common.base com.appslandia.common.crypto com.appslandia.common.utils -
-
Uses of ConfigMap in com.appslandia.common.base
Subclasses of ConfigMap in com.appslandia.common.base Modifier and Type Class Description classPropertyConfigMethods in com.appslandia.common.base that return ConfigMap Modifier and Type Method Description ConfigMapConfigMap. set(String key, boolean value)ConfigMapConfigMap. set(String key, double value)ConfigMapConfigMap. set(String key, int value)ConfigMapConfigMap. set(String key, long value)ConfigMapConfigMap. set(String key, String value) -
Uses of ConfigMap in com.appslandia.common.crypto
Subclasses of ConfigMap in com.appslandia.common.crypto Modifier and Type Class Description classSecureConfig -
Uses of ConfigMap in com.appslandia.common.utils
Methods in com.appslandia.common.utils with parameters of type ConfigMap Modifier and Type Method Description static voidPropertyUtils. initialize(Object obj, ConfigMap config, FormatProvider formatProvider, com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy)static voidPropertyUtils. initialize(Object obj, ConfigMap config, com.appslandia.common.utils.PropertyUtils.PropertyStrategy propertyStrategy)
-