Uses of Interface
org.omnaest.utils.beans.replicator.BeanReplicator.PipeBuilder

Packages that use BeanReplicator.PipeBuilder
org.omnaest.utils.beans.replicator   
 

Uses of BeanReplicator.PipeBuilder in org.omnaest.utils.beans.replicator
 

Methods in org.omnaest.utils.beans.replicator that return BeanReplicator.PipeBuilder
<FROM> BeanReplicator.PipeBuilder<FROM,FROM>
BeanReplicator.ConverterPipeDeclarer.addConverterPipeFrom(Class<FROM> typeFrom)
          Allows to declare a direct ElementConverter pipe from one type to another type.
<OVER> BeanReplicator.PipeBuilder<FROM,OVER>
BeanReplicator.PipeBuilder.over(ElementConverter<FROM,OVER> elementConverter)
          Adds an additional ElementConverter to the converter pipe
 



Copyright © 2013. All Rights Reserved.