Package org.apache.commons.flatfile.morph

Contains Flatfile's Morph Reflector/Transformer implementations.

See:
          Description

Class Summary
BaseEntityCollectionReflector Base EntityCollection reflector.
ByteArrayToEntityCopier If you want to use as a converter you must set a reflector that can behave as an InstantiatingReflector and return an Entity.
ContainerToIndexedEntityCollectionCopier Copies containers to IndexedEntityCollections.
EntityCollectionReflector Entity collection reflector.
EntityInstantiatingReflector Instantiates basic entities by sending the source object as a cue object to a configured EntityFactory.
EntityToByteArrayConverter Entity to byte[] Converter.
FieldOptionConstantConverter Convert text to FieldOption instances from class constants.
IndexedEntityCollectionInstantiatingReflector IndexedEntityCollection InstantiatingReflector.
IndexedEntityCollectionReflector IndexedEntityCollection Reflector.
NamedEntityCollectionReflector NamedEntityCollection Reflector.
TextToByteConverter Text to byte converter.
TextToEntityCopier Copy any text type directly onto an Entity.
 

Package org.apache.commons.flatfile.morph Description

Contains Flatfile's Morph Reflector/Transformer implementations.



Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.