Uses of Interface
org.springframework.data.rest.core.support.EntityLookup
Packages that use EntityLookup
Package
Description
-
Uses of EntityLookup in org.springframework.data.rest.core.config
Methods in org.springframework.data.rest.core.config that return types with arguments of type EntityLookupModifier and TypeMethodDescriptionList<EntityLookup<?>>
RepositoryRestConfiguration.getEntityLookups
(Repositories repositories) Returns allEntityLookup
s considering the customizations made to the configuration. -
Uses of EntityLookup in org.springframework.data.rest.core.support
Classes in org.springframework.data.rest.core.support that implement EntityLookupModifier and TypeClassDescriptionclass
EntityLookup
implementation base class to derive the supported domain type from the generics signature.Constructor parameters in org.springframework.data.rest.core.support with type arguments of type EntityLookupModifierConstructorDescriptionDefaultSelfLinkProvider
(PersistentEntities entities, EntityLinks entityLinks, List<? extends EntityLookup<?>> lookups, ConversionService conversionService) UnwrappingRepositoryInvokerFactory
(RepositoryInvokerFactory delegate, List<? extends EntityLookup<?>> lookups) -
Uses of EntityLookup in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return types with arguments of type EntityLookupModifier and TypeMethodDescriptionprotected List<EntityLookup<?>>
RepositoryRestMvcConfiguration.getEntityLookups()
Constructor parameters in org.springframework.data.rest.webmvc.config with type arguments of type EntityLookupModifierConstructorDescriptionPersistentEntityResourceHandlerMethodArgumentResolver
(List<HttpMessageConverter<?>> messageConverters, RootResourceInformationHandlerMethodArgumentResolver resourceInformationResolver, BackendIdHandlerMethodArgumentResolver idResolver, DomainObjectReader reader, org.springframework.plugin.core.PluginRegistry<EntityLookup<?>, Class<?>> lookups, BindContextFactory factory) -
Uses of EntityLookup in org.springframework.data.rest.webmvc.json
Constructor parameters in org.springframework.data.rest.webmvc.json with type arguments of type EntityLookupModifierConstructorDescriptionLookupObjectSerializer
(org.springframework.plugin.core.PluginRegistry<EntityLookup<?>, Class<?>> lookups)