|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.beesting.beangenerator.Constants
public class Constants
Field Summary | |
---|---|
static boolean |
DEBUG
Are we in debug mode: note that this constant is obsolete the moment log4j is introduced. |
static int |
DEFAULT_ARRAY_SIZE
The default number of elements in a generated arrays |
static long |
DEFAULT_COLLECTION_SIZE
The default number of elements in a generated collection |
static long |
DEFAULT_MAP_SIZE
The default number of elements in a generated maps |
static boolean |
SLOPPY_MODE
Sloppy mode true / false . |
Constructor Summary | |
---|---|
Constants()
|
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 boolean SLOPPY_MODE
true / false
. Are we sloppy? Or does any recoverable error result into an exception?
public static final boolean DEBUG
public static final long DEFAULT_COLLECTION_SIZE
public static final long DEFAULT_MAP_SIZE
public static final int DEFAULT_ARRAY_SIZE
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |