public abstract class MappingUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_DEBUG_MODE
Set this system property to true (typically during a build) to make sure no unit
tests are inadvertently using debug mode (EclipseJdtCompilerStrategy); we have a
special TestSuite which re-runs all unit tests using EclipseJdtCompilerStrategy,
so if any unit tests are explicitly using it, they will prevent testing with
JavassistCompilerStrategy
|
| Constructor and Description |
|---|
MappingUtil() |
| Modifier and Type | Method and Description |
|---|---|
static MapperFactory |
getMapperFactory() |
static MapperFactory |
getMapperFactory(boolean debugMode) |
public static final String DISABLE_DEBUG_MODE
public static MapperFactory getMapperFactory()
public static MapperFactory getMapperFactory(boolean debugMode)
debugMode - if true, EclipseJdt will be used for the compiler
strategy (for step-debugging in IDEs), and class and source files will be written to disk.Copyright © 2016 Glasnost. All rights reserved.