net.sf.ezmorph.array
public abstract class AbstractArrayMorpher extends Object implements ObjectMorpher
Constructor Summary | |
---|---|
AbstractArrayMorpher() | |
AbstractArrayMorpher(boolean useDefault) |
Method Summary | |
---|---|
protected int[] | createDimensions(int length, int initial)
Creates an array representing the dimensions for comversion. |
protected int | getDimensions(Class arrayClass)
Returns the number of dimensions in an array class. |
boolean | isUseDefault()
Returns if this morpher will use a default value. |
void | setUseDefault(boolean useDefault)
Sets if this morpher will use a default value. |
boolean | supports(Class clazz) |
Parameters: useDefault if morph() should return a default value if the value to be morphed is null