net.sf.ezmorph

Interface ObjectMorpher

public interface ObjectMorpher extends Morpher

Marker interface for morphers that return an Object.

Author: Andres Almiray

Method Summary
Objectmorph(Object value)
Morphs the input object into an output object of the supported type.

Method Detail

morph

public Object morph(Object value)
Morphs the input object into an output object of the supported type.

Parameters: value The input value to be morphed

Throws: MorphException if conversion cannot be performed successfully

Copyright © 2006-2010. All Rights Reserved.