Uses of Class
net.sf.morph.transform.transformers.BaseReflectorTransformer

Packages that use BaseReflectorTransformer
net.sf.morph.transform.converters Converter implementations. 
net.sf.morph.transform.copiers Copier implementations. 
 

Uses of BaseReflectorTransformer in net.sf.morph.transform.converters
 

Subclasses of BaseReflectorTransformer in net.sf.morph.transform.converters
 class BaseToPrettyTextConverter
          Base class for converts that convert objects to a pretty programmer-friendly representation using information retrieved using a reflector.
 class BeanToPrettyTextConverter
           Converts a bean to a textual representation (String or StringBuffer only).
 class ContainerToPrettyTextConverter
           Converts a container to a textual representation (String or StringBuffer only).
 class ContainerToTraverserConverter
          Converts an object to a traverser type (an Iterator or an Enumeration).
 class ObjectToPrettyTextConverter
          .
 

Uses of BaseReflectorTransformer in net.sf.morph.transform.copiers
 

Subclasses of BaseReflectorTransformer in net.sf.morph.transform.copiers
 class ArrayCopier
          TODO tests with 3-dimensional arrays
 class BasePropertyNameCopier
          Base class for copiers that copy information from one bean to another based on the property names in the source and destination objects.
 class CombiningCopier
          Combines all of the contents of a container into a single container.
 class ContainerCopier
           Copies information from any container object to any object that has either a GrowableContainerReflectoror a MutableIndexedContainerReflector.
 class ContainerOfBeansCopier
          Deprecated. it's not clear what the intent of this copier was
 class MapCopier
          Copies one Map to another.
 class PropertyNameMappingCopier
          Copies properties from the source to the destination based on a mapping of property names.
 class PropertyNameMatchingCopier
          Copies the properties specified by the propertiesToCopy property of this class from the source to the destination.
 



Copyright © 2004-2008.