public class DomainClassResolver extends Object
web
requests related to mapped and exported Repositories.| Modifier and Type | Method and Description |
|---|---|
static DomainClassResolver |
of(org.springframework.data.repository.support.Repositories repositories,
ResourceMappings mappings,
BaseUri baseUri) |
Class<?> |
resolve(Method method,
NativeWebRequest webRequest)
Resolves a domain class that is associated with the
NativeWebRequest |
public static DomainClassResolver of(org.springframework.data.repository.support.Repositories repositories, ResourceMappings mappings, BaseUri baseUri)
public Class<?> resolve(Method method, NativeWebRequest webRequest)
NativeWebRequestmethod - must not be null.webRequest - must not be null.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.