Uses of Class
net.sf.ezmorph.MorpherRegistry

Packages that use MorpherRegistry
net.sf.ezmorph  
net.sf.ezmorph.bean Morphers for JavaBeans and DynaBeans. 
 

Uses of MorpherRegistry in net.sf.ezmorph
 

Methods in net.sf.ezmorph with parameters of type MorpherRegistry
static void MorphUtils.registerStandardMorphers(MorpherRegistry morpherRegistry)
          Clears and registers all standard morpehrs.
static void MorphUtils.registerStandardObjectArrayMorphers(MorpherRegistry morpherRegistry)
          Registers morphers for arrays of wrappers and String with standard default values.
static void MorphUtils.registerStandardObjectMorphers(MorpherRegistry morpherRegistry)
          Registers morphers for wrappers and String with standard default values.
static void MorphUtils.registerStandardPrimitiveArrayMorphers(MorpherRegistry morpherRegistry)
          Registers morphers for arrays of primitives with standard default values.
static void MorphUtils.registerStandardPrimitiveMorphers(MorpherRegistry morpherRegistry)
          Registers morphers for primitives with standard default values.
 

Uses of MorpherRegistry in net.sf.ezmorph.bean
 

Methods in net.sf.ezmorph.bean that return MorpherRegistry
 MorpherRegistry MorphDynaBean.getMorpherRegistry()
           
 

Methods in net.sf.ezmorph.bean with parameters of type MorpherRegistry
 DynaBean MorphDynaClass.newInstance(MorpherRegistry morpherRegistry)
           
 void MorphDynaBean.setMorpherRegistry(MorpherRegistry morpherRegistry)
           
 

Constructors in net.sf.ezmorph.bean with parameters of type MorpherRegistry
BeanMorpher(Class beanClass, MorpherRegistry morpherRegistry)
           
BeanMorpher(Class beanClass, MorpherRegistry morpherRegistry, boolean lenient)
           
MorphDynaBean(MorpherRegistry morpherRegistry)
           
 



Copyright © 2006-2007 null. All Rights Reserved.