Interface | Description |
---|---|
Upcaster<T> |
Interface for Upcasters.
|
Class | Description |
---|---|
ContextAwareSingleEntryMultiUpcaster<T,C> |
Abstract implementation of an
Upcaster that 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
Upcaster that 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
Upcaster that is formed of a chain of other upcasters which are combined to upcast a
stream of intermediate objects. |
SingleEntryMultiUpcaster<T> |
Abstract implementation of an
Upcaster that 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
Upcaster that 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–2018. All rights reserved.