Class RepositorySearchesResource

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

public class RepositorySearchesResource extends 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 Details

    • getDomainType

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