net.sf.ezmorph.object

Class IdentityObjectMorpher

public final class IdentityObjectMorpher extends Object implements ObjectMorpher

Morpher that performs no conversion.
This morpher is a singleton.

Author: Andres Almiray

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

Method Detail

equals

public boolean equals(Object obj)

getInstance

public static IdentityObjectMorpher 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.