Uses of Interface
net.sf.morph.transform.DecoratedCopier

Packages that use DecoratedCopier
net.sf.morph Core classes for use by other parts of the Morph framework. 
net.sf.morph.transform.converters Converter implementations. 
net.sf.morph.transform.copiers Copier implementations. 
net.sf.morph.transform.transformers Transformer implementations. 
 

Uses of DecoratedCopier in net.sf.morph
 

Methods in net.sf.morph that return DecoratedCopier
static DecoratedCopier Defaults.createCopier()
          Create a basic DecoratedCopier.
 

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

Classes in net.sf.morph.transform.converters that implement DecoratedCopier
 class DefaultToBooleanConverter
          Converts any object to a Boolean by delegating to TextToBooleanConverter, NumberToBooleanConverter and ObjectToBooleanConverter.
 class DefaultToTextConverter
          Converts an object to a textual representation by delegating to ContainerToPrettyTextConverter, BooleanToTextConverter, TimeToTextConverter, NumberToTextConverter and ObjectToTextConverter.
 

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

Classes in net.sf.morph.transform.copiers that implement DecoratedCopier
 class ArrayCopier
          TODO tests with 3-dimensional arrays
 class AssemblerCopier
          A copier that copies multiple source objects to a single destination object, implementing an "Assembler."
 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 ConditionalCopier
          This copier uses an if Converter to convert an incoming object to a Boolean.
 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 CopierDecorator
          Decorates any Copier so that it implements DecoratedCopier.
 class CumulativeCopier
          Composite Transformer whose children must be Copiers and which invokes each child Copier in turn in the course of performing a copy operation.
 class DisassemblerCopier
          A copier that copies a source to multiple destination objects, implementing a "Disassembler."
 class ImmutableComponentArrayCopier
          Copies arrays of matching immutable component types using System.arraycopy.
 class MapCopier
          Copies one Map to another.
 class NOPCopier
          No-op Copier / instantiation-only Converter.
 class PropertyExpressionMappingCopier
          Maps property expressions between objects using a Morph Language.
 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.
 class SetExpressionCopier
          Uses a DecoratedLanguage to set the property denoted by an expression on the destination object.
 class TextToContainerCopier
          Parses text into multiple parts for storage in a container.
 

Uses of DecoratedCopier in net.sf.morph.transform.transformers
 

Classes in net.sf.morph.transform.transformers that implement DecoratedCopier
 class ChainedTransformer
          Runs one or more transformers in a chain.
 class SimpleDelegatingTransformer
           Delegates transformations to a list of transformers.
 class TypeChangingGraphTransformer
           A transformer that performs a deep copy of the data in an object graph while also allowing the types in the destination graph to be different than the types in the source graph.
 



Copyright © 2004-2008.