net.sf.ezmorph.object

Class ClassMorpher

public final class ClassMorpher extends Object implements ObjectMorpher

Morphs to a Class.
This morpher is a singleton.

Author: Andres Almiray

Method Summary
booleanequals(Object obj)
static ClassMorphergetInstance()
Returns the singleton instance
inthashCode()
Objectmorph(Object value)
ClassmorphsTo()
booleansupports(Class clazz)

Method Detail

equals

public boolean equals(Object obj)

getInstance

public static ClassMorpher getInstance()
Returns the singleton instance

hashCode

public int hashCode()

morph

public Object morph(Object value)

morphsTo

public Class morphsTo()

supports

public boolean supports(Class clazz)
Copyright © 2006-2011. All Rights Reserved.