net.sf.ezmorph.object

Class CharacterObjectMorpher

public final class CharacterObjectMorpher extends AbstractObjectMorpher

Morphs to a Character.

Author: Andres Almiray

Constructor Summary
CharacterObjectMorpher()
CharacterObjectMorpher(Character defaultValue)
Method Summary
booleanequals(Object obj)
CharactergetDefaultValue()
Returns the default value for this Morpher.
inthashCode()
Objectmorph(Object value)
ClassmorphsTo()

Constructor Detail

CharacterObjectMorpher

public CharacterObjectMorpher()

CharacterObjectMorpher

public CharacterObjectMorpher(Character defaultValue)

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

Method Detail

equals

public boolean equals(Object obj)

getDefaultValue

public Character getDefaultValue()
Returns the default value for this Morpher.

hashCode

public int hashCode()

morph

public Object morph(Object value)

morphsTo

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