Interface ValidatorReceiver
- All Known Implementing Classes:
ValidatorReceiverImpl
public interface ValidatorReceiver
Collector for validators that are produced in a row.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValidator
(Validator validator) void
finish()
Adds the new validators to the parent.
-
Method Details
-
addValidator
-
getParent
ValidatorReceivable getParent() -
finish
void finish()Adds the new validators to the parent.
-