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 boolean
AuthorAddressKnown.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 Author
Book. getAuthor()
Methods in org.apache.bval.jsr.example with parameters of type Author Modifier and Type Method Description void
Book. setAuthor(Author author)
-