Uses of Interface
org.apache.bval.jsr.example.Person
-
Packages that use Person Package Description org.apache.bval.jsr.example -
-
Uses of Person in org.apache.bval.jsr.example
Classes in org.apache.bval.jsr.example that implement Person Modifier and Type Class Description class
Customer
class
Employee
Description:class
PreferredGuest
Methods in org.apache.bval.jsr.example that return Person Modifier and Type Method Description Person
IllustratedBook. getIllustrator()
Person[]
Library. getPersons()
Methods in org.apache.bval.jsr.example with parameters of type Person Modifier and Type Method Description void
IllustratedBook. setIllustrator(Person illustrator)
void
Library. setPersons(Person[] persons)
-