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 voidValidatorTestHelper. 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 PersonPet. personFields in org.nuiton.validator.model with type parameters of type Person Modifier and Type Field Description protected Collection<Person>Family. memberMethods in org.nuiton.validator.model that return Person Modifier and Type Method Description PersonPet. 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 voidPet. setPerson(Person person)Method parameters in org.nuiton.validator.model with type arguments of type Person Modifier and Type Method Description voidFamily. setMember(Collection<Person> member)
-