@Component public class ConfigurationDaoHelper extends Object
| Constructor and Description |
|---|
ConfigurationDaoHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkNotAllowedMethod(String methodName)
Checks if the method name is not allowed against the configuration.
|
String |
getClobProperty(String configurationKey)
Method used to return character large object configuration values
|
<T> T |
getXmlClobPropertyAndUnmarshallToObject(Class<T> classType,
String configurationKey)
Returns JAXB object unmarshalled from the specified character large object configuration value.
|
public void checkNotAllowedMethod(String methodName) throws MethodNotAllowedException
methodName - the method nameMethodNotAllowedException - if requested method is not allowed.public String getClobProperty(String configurationKey)
configurationKey - the configuration key used to obtain the CLOBpublic <T> T getXmlClobPropertyAndUnmarshallToObject(Class<T> classType, String configurationKey)
T - the class type.classType - the class type of JAXB elementconfigurationKey - the configuration key used to obtain the CLOBCopyright © 2021. All rights reserved.