org.dozer.util
Class DozerConstants

java.lang.Object
  extended by org.dozer.util.DozerConstants

public final class DozerConstants
extends Object

Internal constants file containing a variety of constants used throughout the code base. Only intended for internal use.

Author:
garsombke.franz, sullins.ben, tierney.matt, dmitry.buzdin

Field Summary
static String BASE_CLASS
           
static String CGLIB_ID
           
static String CONFIG_FILE_SYS_PROP
           
static String CURRENT_VERSION
           
static String DEBUG_SYS_PROP
           
static String DEEP_FIELD_DELIMITER
           
static String DEEP_FIELD_DELIMITER_REGEXP
           
static boolean DEFAULT_AUTOREGISTER_JMX_BEANS
           
static String DEFAULT_CLASS_LOADER_BEAN
           
static String DEFAULT_CONFIG_FILE
           
static int DEFAULT_CONVERTER_BY_DEST_TYPE_CACHE_MAX_SIZE
           
static boolean DEFAULT_EL_ENABLED
           
static boolean DEFAULT_ERROR_POLICY
           
static boolean DEFAULT_MAP_EMPTY_STRING_POLICY
           
static boolean DEFAULT_MAP_NULL_POLICY
           
static String DEFAULT_MAPPING_FILE
           
static String DEFAULT_PROXY_RESOLVER_BEAN
           
static RelationshipType DEFAULT_RELATIONSHIP_TYPE_POLICY
           
static boolean DEFAULT_STATISTICS_ENABLED
           
static int DEFAULT_SUPER_TYPE_CHECK_CACHE_MAX_SIZE
           
static boolean DEFAULT_TRIM_STRINGS_POLICY
           
static boolean DEFAULT_WILDCARD_POLICY
           
static String ITERATE
           
static String JAVASSIST_NAME
           
static String JAVASSIST_PACKAGE
           
static String SELF_KEYWORD
           
static String XML_BEAN_FACTORY
           
static String XSD_NAME
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_VERSION

public static final String CURRENT_VERSION
See Also:
Constant Field Values

DEFAULT_WILDCARD_POLICY

public static final boolean DEFAULT_WILDCARD_POLICY
See Also:
Constant Field Values

DEFAULT_ERROR_POLICY

public static final boolean DEFAULT_ERROR_POLICY
See Also:
Constant Field Values

DEFAULT_MAP_NULL_POLICY

public static final boolean DEFAULT_MAP_NULL_POLICY
See Also:
Constant Field Values

DEFAULT_MAP_EMPTY_STRING_POLICY

public static final boolean DEFAULT_MAP_EMPTY_STRING_POLICY
See Also:
Constant Field Values

DEFAULT_TRIM_STRINGS_POLICY

public static final boolean DEFAULT_TRIM_STRINGS_POLICY
See Also:
Constant Field Values

DEFAULT_CONVERTER_BY_DEST_TYPE_CACHE_MAX_SIZE

public static final int DEFAULT_CONVERTER_BY_DEST_TYPE_CACHE_MAX_SIZE
See Also:
Constant Field Values

DEFAULT_SUPER_TYPE_CHECK_CACHE_MAX_SIZE

public static final int DEFAULT_SUPER_TYPE_CHECK_CACHE_MAX_SIZE
See Also:
Constant Field Values

DEFAULT_RELATIONSHIP_TYPE_POLICY

public static final RelationshipType DEFAULT_RELATIONSHIP_TYPE_POLICY

DEFAULT_CONFIG_FILE

public static final String DEFAULT_CONFIG_FILE
See Also:
Constant Field Values

DEFAULT_MAPPING_FILE

public static final String DEFAULT_MAPPING_FILE
See Also:
Constant Field Values

DEFAULT_AUTOREGISTER_JMX_BEANS

public static final boolean DEFAULT_AUTOREGISTER_JMX_BEANS
See Also:
Constant Field Values

DEFAULT_STATISTICS_ENABLED

public static final boolean DEFAULT_STATISTICS_ENABLED
See Also:
Constant Field Values

DEFAULT_EL_ENABLED

public static final boolean DEFAULT_EL_ENABLED
See Also:
Constant Field Values

XSD_NAME

public static final String XSD_NAME
See Also:
Constant Field Values

CONFIG_FILE_SYS_PROP

public static final String CONFIG_FILE_SYS_PROP
See Also:
Constant Field Values

DEBUG_SYS_PROP

public static final String DEBUG_SYS_PROP
See Also:
Constant Field Values

ITERATE

public static final String ITERATE
See Also:
Constant Field Values

DEEP_FIELD_DELIMITER

public static final String DEEP_FIELD_DELIMITER
See Also:
Constant Field Values

DEEP_FIELD_DELIMITER_REGEXP

public static final String DEEP_FIELD_DELIMITER_REGEXP
See Also:
Constant Field Values

SELF_KEYWORD

public static final String SELF_KEYWORD
See Also:
Constant Field Values

CGLIB_ID

public static final String CGLIB_ID
See Also:
Constant Field Values

BASE_CLASS

public static final String BASE_CLASS

XML_BEAN_FACTORY

public static final String XML_BEAN_FACTORY

DEFAULT_CLASS_LOADER_BEAN

public static final String DEFAULT_CLASS_LOADER_BEAN

DEFAULT_PROXY_RESOLVER_BEAN

public static final String DEFAULT_PROXY_RESOLVER_BEAN

JAVASSIST_PACKAGE

public static final String JAVASSIST_PACKAGE
See Also:
Constant Field Values

JAVASSIST_NAME

public static final String JAVASSIST_NAME
See Also:
Constant Field Values


Copyright © 2005-2011 dozer. All Rights Reserved.