Uses of Class
net.sf.beanlib.provider.replicator.ImmutableReplicator

Packages that use ImmutableReplicator
net.sf.beanlib.jaxb2 JAXB 2 support for Beanlib 
net.sf.beanlib.provider.replicator Replicator Servce Provider Implementations 
 

Uses of ImmutableReplicator in net.sf.beanlib.jaxb2
 

Subclasses of ImmutableReplicator in net.sf.beanlib.jaxb2
 class Jaxb2ImmutableReplicator
          Implementation of ImmutableReplicatorSpi with support of Jaxb2 generated enums.
 

Uses of ImmutableReplicator in net.sf.beanlib.provider.replicator
 

Subclasses of ImmutableReplicator in net.sf.beanlib.provider.replicator
 class HeteroImmutableReplicator
          Immutable Object Replicator that supports replication across heterogeneous enums.
 

Methods in net.sf.beanlib.provider.replicator that return ImmutableReplicator
static ImmutableReplicator ImmutableReplicator.newImmutableReplicatable(BeanTransformerSpi beanTransformer)
           
 ImmutableReplicator ImmutableReplicator.Factory.newImmutableReplicatable(BeanTransformerSpi beanTransformer)