Class PersonResource

java.lang.Object
org.damap.base.rest.PersonResource
All Implemented Interfaces:
ResourceRead<ContributorDO>, ResourceSearch<ContributorDO>

@Path("/api/persons") @Produces("application/json") @Consumes("application/json") public class PersonResource extends Object implements ResourceRead<ContributorDO>, ResourceSearch<ContributorDO>
PersonResource class.