Uses of Class
org.jboss.resteasy.plugins.providers.atom.Person
-
Packages that use Person Package Description org.jboss.resteasy.plugins.providers.atom -
-
Uses of Person in org.jboss.resteasy.plugins.providers.atom
Fields in org.jboss.resteasy.plugins.providers.atom with type parameters of type Person Modifier and Type Field Description private java.util.List<Person>Entry. authorsprivate java.util.List<Person>Source. authorsprivate java.util.List<Person>Entry. contributorsprivate java.util.List<Person>Source. contributorsMethods in org.jboss.resteasy.plugins.providers.atom that return types with arguments of type Person Modifier and Type Method Description java.util.List<Person>Entry. getAuthors()java.util.List<Person>Source. getAuthors()java.util.List<Person>Entry. getContributors()java.util.List<Person>Source. getContributors()
-