public class GlobalSettings extends Object
Modifier and Type | Method and Description |
---|---|
String |
getClassLoaderName() |
int |
getConverterByDestTypeCacheMaxSize() |
static GlobalSettings |
getInstance() |
protected String |
getLoadedByFileName() |
String |
getProxyResolverName() |
int |
getSuperTypesCacheMaxSize() |
boolean |
isAutoregisterJMXBeans() |
boolean |
isElEnabled() |
boolean |
isStatisticsEnabled() |
void |
setStatisticsEnabled(boolean statisticsEnabled) |
public static GlobalSettings getInstance()
protected String getLoadedByFileName()
public boolean isAutoregisterJMXBeans()
public int getConverterByDestTypeCacheMaxSize()
public boolean isStatisticsEnabled()
public void setStatisticsEnabled(boolean statisticsEnabled)
public int getSuperTypesCacheMaxSize()
public String getClassLoaderName()
public String getProxyResolverName()
public boolean isElEnabled()
Copyright © 2005-2014 dozer. All Rights Reserved.