public interface Validate
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Object o)
Validates the provided object based on specific criteria or conditions.
|
void validate(Object o)
o - The object to be validated.Copyright © 2024. All rights reserved.