Uses of Package
org.unitils.objectvalidation

Packages that use org.unitils.objectvalidation
org.unitils.objectvalidation   
org.unitils.objectvalidation.cloner   
org.unitils.objectvalidation.objectcreator   
org.unitils.objectvalidation.objectcreator.generator   
org.unitils.objectvalidation.rules   
org.unitils.objectvalidation.rulescollection   
org.unitils.objectvalidation.utils   
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation
EqualsHashCodeValidator
          Validate the equals and hashCode method.
ObjectCloner
          The responsability of the ObjectCloner is to make a perfect copy of an object.
ObjectCreator
          The responsability of ObjectCreator is to create object of the type provided.
ObjectValidationRulesCollection
          The interface for a collection of rules.
ObjectValidator.AddClassToValidate
           
ObjectValidator.ChooseFieldsInEquals
           
ObjectValidator.ValidateEqualsAndHashCode
           
Rule
          Rules are to verify that a specific object is in phase with the way of thinking of a project.
ValidationMessage
          A description of error that happened on a class when validated.
ValidationResult
          Object collecting the result of every validation that happened on a specific class.
ValidationResult.ValidationResultBuilder
           
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.cloner
ObjectCloner
          The responsability of the ObjectCloner is to make a perfect copy of an object.
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.objectcreator
ObjectCreator
          The responsability of ObjectCreator is to create object of the type provided.
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.objectcreator.generator
ObjectCreator
          The responsability of ObjectCreator is to create object of the type provided.
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.rules
ObjectCloner
          The responsability of the ObjectCloner is to make a perfect copy of an object.
ObjectCreator
          The responsability of ObjectCreator is to create object of the type provided.
Rule
          Rules are to verify that a specific object is in phase with the way of thinking of a project.
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.rulescollection
EqualsHashCodeValidator
          Validate the equals and hashCode method.
ObjectCloner
          The responsability of the ObjectCloner is to make a perfect copy of an object.
ObjectCreator
          The responsability of ObjectCreator is to create object of the type provided.
ObjectValidationRulesCollection
          The interface for a collection of rules.
Rule
          Rules are to verify that a specific object is in phase with the way of thinking of a project.
 

Classes in org.unitils.objectvalidation used by org.unitils.objectvalidation.utils
EqualsHashCodeValidator
          Validate the equals and hashCode method.
ObjectValidationRulesCollection
          The interface for a collection of rules.
 



Copyright © 2013-2015. All Rights Reserved.