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. authors
private java.util.List<Person>
Source. authors
private java.util.List<Person>
Entry. contributors
private java.util.List<Person>
Source. contributors
Methods 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()
-