Class ChildValidation

  • All Implemented Interfaces:
    PropertyValidation

    public class ChildValidation
    extends BasePropertyValidation
    A validation to ensure the child value is null if the parent value is also null. Otherwise, if the parent is not null then the child could be null or not (it depends whether a required validation was added or not to the child).