public final class OrikaSystemProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPTURE_FIELD_CONTEXT
Specifies a default value for the 'captureFieldContext' option on the DefaultMapperFactory;
if
true, the result is that the following calls will return a meaningful value, relative to
the currently mapped source and destination fields:
MappingContext.getFullyQualifiedSourcePath()
MappingContext.getFullyQualifiedDestinationPath()
MappingContext.getSourceExpressionPaths()
MappingContext.getDestinationExpressionPaths()
MappingContext.getSourceTypePaths()
MappingContext.getDestinationTypePaths()
|
static String |
CLASSMAP_BUILDER_FACTORY
Specifies the fully-qualified class name of the classmap builder factory be used by
the default mapper factory to generate new ClassMapBuilder instances.
|
static String |
COMPILER_STRATEGY
Specifies the fully-qualified class name of the compiler strategy to use when creating generated objects;
default value is determined by the MapperFactory implementation.
|
static String |
CONSTRUCTOR_RESOLVER_STRATEGY
Specifies the fully-qualified class name of the constructor-resolver strategy to use when resolving
constructors for instantiation of target types;
default value is determined by the MapperFactory implementation. |
static String |
CONVERTER_FACTORY
Specifies the fully-qualified class name of the converter factory to use when generating converters
for target types;
default value is determined by the MapperFactory implementation. |
static String |
DUMP_STATE_ON_EXCEPTION
Specifies whether the current state of the core mapping objects should be printed
to the log upon an exception.
|
static String |
FAVOR_EXTENSION
Specifies a default value for the 'favorExtension' option on registered class-maps
when a value has not been specified.
|
static String |
MAP_NULLS
Specifies whether null values should be mapped.
|
static String |
MAPPING_CONTEXT_FACTORY
Specifies the fully-qualified class name of the MappingContextFactory to be used by
the default mapper factory to generate new MappingContext instances.
|
static String |
PROPERTY_RESOLVER_STRATEGY
Specifies the fully-qualified class name of the property-resolver strategy to use when resolving
mappable properties of target types;
default value is IntrospectorPropertyResolver |
static String |
UNENHANCE_STRATEGY
Specifies the fully-qualified class name of the un-enhancement strategy to use when performing type lookup
in order to map objects;
default value is determined by the MapperFactory implementation. |
static String |
USE_AUTO_MAPPING
Specifies whether Mapper and ObjectFactory instances for registered ClassMap instances
|
static String |
USE_BUILTIN_CONVERTERS
Specifies whether to use built-in converters
default value is
true |
static String |
USE_STRATEGY_CACHE
Specifies that the new mapping strategy cache should be used to cache mapping strategies;
default value is false |
static String |
WRITE_CLASS_FILES
Specifies whether class files should be written for generated objects;
valid choices are "true" or "false".
|
static String |
WRITE_CLASS_FILES_TO_PATH
Specifies the output location where class files should be written (if writing class files is enabled).
|
static String |
WRITE_SOURCE_FILES
Specifies whether .java source files should be written for generated objects;
valid choices are "true" or "false".
|
static String |
WRITE_SOURCE_FILES_TO_PATH
Specifies the output location where source files should be written (if writing source files is enabled).
|
public static final String WRITE_SOURCE_FILES
public static final String WRITE_SOURCE_FILES_TO_PATH
public static final String WRITE_CLASS_FILES
public static final String WRITE_CLASS_FILES_TO_PATH
public static final String COMPILER_STRATEGY
public static final String UNENHANCE_STRATEGY
public static final String CONSTRUCTOR_RESOLVER_STRATEGY
public static final String PROPERTY_RESOLVER_STRATEGY
IntrospectorPropertyResolverpublic static final String CLASSMAP_BUILDER_FACTORY
ClassMapBuilderFactorypublic static final String MAPPING_CONTEXT_FACTORY
MappingContext.Factorypublic static final String CONVERTER_FACTORY
public static final String USE_STRATEGY_CACHE
falsepublic static final String MAP_NULLS
truepublic static final String USE_BUILTIN_CONVERTERS
truepublic static final String USE_AUTO_MAPPING
Default value is false
public static final String DUMP_STATE_ON_EXCEPTION
Default value is true
public static final String FAVOR_EXTENSION
Default value is false
public static final String CAPTURE_FIELD_CONTEXT
true, the result is that the following calls will return a meaningful value, relative to
the currently mapped source and destination fields:
MappingContext.getFullyQualifiedSourcePath()
MappingContext.getFullyQualifiedDestinationPath()
MappingContext.getSourceExpressionPaths()
MappingContext.getDestinationExpressionPaths()
MappingContext.getSourceTypePaths()
MappingContext.getDestinationTypePaths()
If false, these methods will return null.
Default value is false
Copyright © 2017 Glasnost. All Rights Reserved.