Class DependentOnValidationHelper<T>
java.lang.Object
co.yellowdog.platform.model.validation.customvalidators.DependentOnValidationHelper<T>
- Type Parameters:
 T- The entity type being validated
Supports custom validators that check dependency relationships.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisAllNonNullDependencyNamesPresent(@NonNull List<T> elements) booleanisNoCyclicDependencies(@NonNull List<T> elements)  
- 
Constructor Details
- 
DependentOnValidationHelper
 
 - 
 - 
Method Details
- 
isAllNonNullDependencyNamesPresent
 - 
isNoCyclicDependencies
 
 -