public class ValidatorProps extends Object
| Constructor and Description |
|---|
ValidatorProps(boolean required,
int length,
String allowedCharacters,
Object[] attributes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getAllowedCharacters() |
Optional<Object[]> |
getAttributes() |
int |
getLength() |
boolean |
isRequired() |
Copyright © 2021–2022 Dapi. All rights reserved.