Package com.github.dozermapper.core.util
Class DozerConstants
- java.lang.Object
-
- com.github.dozermapper.core.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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_CLASSstatic StringCGLIB_IDstatic StringCURRENT_VERSIONstatic StringDEBUG_SYS_PROPstatic StringDEEP_FIELD_DELIMITERstatic StringDEEP_FIELD_DELIMITER_REGEXPstatic booleanDEFAULT_ERROR_POLICYstatic booleanDEFAULT_MAP_EMPTY_STRING_POLICYstatic booleanDEFAULT_MAP_NULL_POLICYstatic StringDEFAULT_MAPPING_FILEstatic RelationshipTypeDEFAULT_RELATIONSHIP_TYPE_POLICYstatic booleanDEFAULT_TRIM_STRINGS_POLICYstatic booleanDEFAULT_WILDCARD_CASE_INSENSITIVE_POLICYstatic booleanDEFAULT_WILDCARD_POLICYstatic StringITERATEstatic StringJAVASSIST_PACKAGEstatic StringJAVASSIST_SYMBOLstatic StringJAVASSIST_SYMBOL_2static StringSELF_KEYWORDConstant used inDozerField.getName()to mark the field as belonging to aMapinstead of an ordinary class.static StringXML_BEAN_FACTORYstatic StringXSD_NAME
-
-
-
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_WILDCARD_CASE_INSENSITIVE_POLICY
public static final boolean DEFAULT_WILDCARD_CASE_INSENSITIVE_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_RELATIONSHIP_TYPE_POLICY
public static final RelationshipType DEFAULT_RELATIONSHIP_TYPE_POLICY
-
DEFAULT_MAPPING_FILE
public static final String DEFAULT_MAPPING_FILE
- See Also:
- Constant Field Values
-
XSD_NAME
public static final String XSD_NAME
- 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
Constant used inDozerField.getName()to mark the field as belonging to aMapinstead of an ordinary class. The name of the Key is then set inDozerField.getKey().- 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
-
JAVASSIST_PACKAGE
public static final String JAVASSIST_PACKAGE
- See Also:
- Constant Field Values
-
JAVASSIST_SYMBOL
public static final String JAVASSIST_SYMBOL
- See Also:
- Constant Field Values
-
JAVASSIST_SYMBOL_2
public static final String JAVASSIST_SYMBOL_2
- See Also:
- Constant Field Values
-
-