Class RepositoryResourceMappings

java.lang.Object
org.springframework.data.rest.core.mapping.PersistentEntitiesResourceMappings
org.springframework.data.rest.core.mapping.RepositoryResourceMappings
All Implemented Interfaces:
Iterable<ResourceMetadata>, Supplier<Stream<ResourceMetadata>>, ResourceMappings, Streamable<ResourceMetadata>

public class RepositoryResourceMappings extends PersistentEntitiesResourceMappings
Central abstraction obtain ResourceMetadata and ResourceMapping instances for domain types and repositories.
Author:
Oliver Gierke