程序包 com.sh.json.ezmorph
package com.sh.json.ezmorph
-
类说明Marker interface for morphers.
All implementations must have amorph( Object value )method that returns the appropiate morphed value.Convenient class that manages Morphers.
A MorpherRehistry manages a group of Morphers.A MorphException indicates that a call toMorpher.morph()has failed to complete successfully.
Based on common-beauntils ConversionException.Covenient class for registering standard morphers to a ConvertRegistry.<brMarker interface for morphers that return an Object.