|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
FROM - TO - public static interface BeanReplicator.PipeBuilder<FROM,TO>
The BeanReplicator.PipeBuilder allows to construct a pipe from a given type to another over one or multiple
ElementConverter instances.
| Method Summary | ||
|---|---|---|
|
over(ElementConverter<FROM,OVER> elementConverter)
Adds an additional ElementConverter to the converter pipe |
|
void |
to(Class<TO> typeTo)
Closes the converter pipe and adds it to the BeanReplicator |
|
| Method Detail |
|---|
<OVER> BeanReplicator.PipeBuilder<FROM,OVER> over(ElementConverter<FROM,OVER> elementConverter)
ElementConverter to the converter pipe
elementConverter - ElementConverter
void to(Class<TO> typeTo)
BeanReplicator
typeTo -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||