Uses of Class
org.nuiton.validator.model.Person
-
Packages that use Person Package Description org.nuiton.validator org.nuiton.validator.model -
-
Uses of Person in org.nuiton.validator
Method parameters in org.nuiton.validator with type arguments of type Person Modifier and Type Method Description static void
ValidatorTestHelper. testPerson(NuitonValidator<Person> validator)
-
Uses of Person in org.nuiton.validator.model
Fields in org.nuiton.validator.model declared as Person Modifier and Type Field Description protected Person
Pet. person
Fields in org.nuiton.validator.model with type parameters of type Person Modifier and Type Field Description protected Collection<Person>
Family. member
Methods in org.nuiton.validator.model that return Person Modifier and Type Method Description Person
Pet. getPerson()
Methods in org.nuiton.validator.model that return types with arguments of type Person Modifier and Type Method Description Collection<Person>
Family. getMember()
Methods in org.nuiton.validator.model with parameters of type Person Modifier and Type Method Description void
Pet. setPerson(Person person)
Method parameters in org.nuiton.validator.model with type arguments of type Person Modifier and Type Method Description void
Family. setMember(Collection<Person> member)
-