|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectma.glasnost.orika.OrikaSystemProperties
public final class OrikaSystemProperties
A hook for the various system properties which may be used to configure Orika's runtime behavior.
| Field Summary | |
|---|---|
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 |
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_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). |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
IntrospectorPropertyResolver
public static final String CLASSMAP_BUILDER_FACTORY
ClassMapBuilderFactory
public static final String CONVERTER_FACTORY
public static final String USE_STRATEGY_CACHE
false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||