| Interface | Description | 
|---|---|
| Upcaster<T> | Interface for Upcasters. | 
| Class | Description | 
|---|---|
| ContextAwareSingleEntryMultiUpcaster<T,C> | Abstract implementation of an  Upcasterthat eases the common process of upcasting one intermediate
 representation to several other representations by applying a simple flat mapping function to the input stream of
 intermediate representations. | 
| ContextAwareSingleEntryUpcaster<T,C> | Abstract implementation of an  Upcasterthat eases the common process of upcasting one intermediate
 representation to another representation by applying a simple mapping function to the input stream of intermediate
 representations. | 
| GenericUpcasterChain<T> | Implementation of an  Upcasterthat is formed of a chain of other upcasters which are combined to upcast a
 stream of intermediate objects. | 
| SingleEntryMultiUpcaster<T> | Abstract implementation of an  Upcasterthat eases the common process of upcasting one intermediate
 representation to several other representations by applying a simple flat mapping function to the input stream of
 intermediate representations. | 
| SingleEntryUpcaster<T> | Abstract implementation of an  Upcasterthat eases the common process of upcasting one intermediate
 representation to another representation by applying a simple mapping function to the input stream of intermediate
 representations. | 
Copyright © 2010–2017. All rights reserved.