net.sf.ezmorph.array

Class BooleanObjectArrayMorpher

public final class BooleanObjectArrayMorpher extends AbstractArrayMorpher

Morphs an array to a Boolean[].

Author: Andres Almiray

Constructor Summary
BooleanObjectArrayMorpher()
BooleanObjectArrayMorpher(Boolean defaultValue)
Method Summary
booleanequals(Object obj)
BooleangetDefaultValue()
inthashCode()
Objectmorph(Object array)
ClassmorphsTo()

Constructor Detail

BooleanObjectArrayMorpher

public BooleanObjectArrayMorpher()

BooleanObjectArrayMorpher

public BooleanObjectArrayMorpher(Boolean defaultValue)

Parameters: defaultValue return value if the value to be morphed is null

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public Boolean getDefaultValue()

hashCode

public int hashCode()

morph

public Object morph(Object array)

morphsTo

public Class morphsTo()
Copyright © 2006-2011. All Rights Reserved.