org.dozer.config
Class PropertyConstants

java.lang.Object
  extended by org.dozer.config.PropertyConstants

public final class PropertyConstants
extends Object

Internal constants file that holds all the keys to configurable properties in the dozer.properties file

Author:
tierney.matt

Field Summary
static String AUTOREGISTER_JMX_BEANS
           
static String CLASS_LOADER_BEAN
           
static String CONVERTER_CACHE_MAX_SIZE
           
static String EL_ENABLED
           
static String PROXY_RESOLVER_BEAN
           
static String STATISTICS_ENABLED
           
static String SUPERTYPE_CACHE_MAX_SIZE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATISTICS_ENABLED

public static final String STATISTICS_ENABLED
See Also:
Constant Field Values

CONVERTER_CACHE_MAX_SIZE

public static final String CONVERTER_CACHE_MAX_SIZE
See Also:
Constant Field Values

SUPERTYPE_CACHE_MAX_SIZE

public static final String SUPERTYPE_CACHE_MAX_SIZE
See Also:
Constant Field Values

AUTOREGISTER_JMX_BEANS

public static final String AUTOREGISTER_JMX_BEANS
See Also:
Constant Field Values

EL_ENABLED

public static final String EL_ENABLED
See Also:
Constant Field Values

CLASS_LOADER_BEAN

public static final String CLASS_LOADER_BEAN
See Also:
Constant Field Values

PROXY_RESOLVER_BEAN

public static final String PROXY_RESOLVER_BEAN
See Also:
Constant Field Values


Copyright © 2005-2011 dozer. All Rights Reserved.