net.sf.json.util
Class EnumMorpher
java.lang.Object
net.sf.json.util.EnumMorpher
- All Implemented Interfaces:
- net.sf.ezmorph.Morpher, net.sf.ezmorph.ObjectMorpher
public class EnumMorpher
- extends Object
- implements net.sf.ezmorph.ObjectMorpher
- Author:
- Andres Almiray
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumMorpher
public EnumMorpher(Class enumClass)
morph
public Object morph(Object value)
- Specified by:
morph in interface net.sf.ezmorph.ObjectMorpher
morphsTo
public Class morphsTo()
- Specified by:
morphsTo in interface net.sf.ezmorph.Morpher
supports
public boolean supports(Class clazz)
- Specified by:
supports in interface net.sf.ezmorph.Morpher
Copyright © 2006-2011 Json-lib. All Rights Reserved.