Uses of Class
com.example.helloworld.core.Person
Packages that use Person
Package
Description
-
Uses of Person in com.example.helloworld.db
Methods in com.example.helloworld.db that return PersonMethods in com.example.helloworld.db that return types with arguments of type PersonMethods in com.example.helloworld.db with parameters of type Person -
Uses of Person in com.example.helloworld.resources
Methods in com.example.helloworld.resources that return PersonModifier and TypeMethodDescriptionPeopleResource.createPerson
(@Valid Person person) PersonResource.getPerson
(OptionalLong personId) Methods in com.example.helloworld.resources that return types with arguments of type PersonMethods in com.example.helloworld.resources with parameters of type Person -
Uses of Person in com.example.helloworld.views
Methods in com.example.helloworld.views that return PersonConstructors in com.example.helloworld.views with parameters of type Person