Uses of Interface
org.unitils.objectvalidation.ObjectCloner

Packages that use ObjectCloner
org.unitils.objectvalidation   
org.unitils.objectvalidation.cloner   
org.unitils.objectvalidation.rules   
org.unitils.objectvalidation.rulescollection   
 

Uses of ObjectCloner in org.unitils.objectvalidation
 

Constructors in org.unitils.objectvalidation with parameters of type ObjectCloner
EqualsHashCodeValidator(ObjectCreator objectCreator, ObjectCloner objectCloner)
           
 

Uses of ObjectCloner in org.unitils.objectvalidation.cloner
 

Classes in org.unitils.objectvalidation.cloner that implement ObjectCloner
 class ObjectClonerImpl
          Deeply clones an object.
 class UnitilsObjectClonerImpl
          Deeply clones an object.
 

Uses of ObjectCloner in org.unitils.objectvalidation.rules
 

Constructors in org.unitils.objectvalidation.rules with parameters of type ObjectCloner
EqualsComplientRule(ObjectCreator randomFactory, ObjectCloner objectCloner)
           
GetterAndSetterComplientRule(ObjectCreator objectCreator, ObjectCloner objectCloner)
           
HashCodeComplientRule(ObjectCreator randomFactory, ObjectCloner objectCloner)
           
NonMutatingToStringRule(ObjectCreator randomFactory, ObjectCloner objectCloner)
           
 

Uses of ObjectCloner in org.unitils.objectvalidation.rulescollection
 

Fields in org.unitils.objectvalidation.rulescollection declared as ObjectCloner
protected  ObjectCloner SunBeanRulesWithMocks.objectCloner
           
protected  ObjectCloner SunBeanRules.objectCloner
           
 



Copyright © 2013-2015. All Rights Reserved.