Uses of Class
org.apache.bval.jsr.example.Author
- 
Packages that use Author Package Description org.apache.bval.constraints org.apache.bval.jsr.example  - 
- 
Uses of Author in org.apache.bval.constraints
Methods in org.apache.bval.constraints with parameters of type Author Modifier and Type Method Description booleanAuthorAddressKnown.Validator. isValid(Author value, jakarta.validation.ConstraintValidatorContext context) - 
Uses of Author in org.apache.bval.jsr.example
Methods in org.apache.bval.jsr.example that return Author Modifier and Type Method Description AuthorBook. getAuthor()Methods in org.apache.bval.jsr.example with parameters of type Author Modifier and Type Method Description voidBook. setAuthor(Author author) 
 -