Class RepositorySearchesResource

java.lang.Object
org.springframework.hateoas.RepresentationModel<RepositorySearchesResource>
org.springframework.data.rest.webmvc.RepositorySearchesResource

public class RepositorySearchesResource extends org.springframework.hateoas.RepresentationModel<RepositorySearchesResource>
A custom RepresentationModel type to be able to write custom RepresentationModelProcessors to add additional links to ones automatically exposed for Spring Data repository query methods.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the domain type for which the resource lists searches.

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getDomainType

      public Class<?> getDomainType()
      Returns the domain type for which the resource lists searches.
      Returns: