Uses of Interface
org.springframework.data.rest.core.mapping.ResourceMetadata
Package
Description
-
Uses of ResourceMetadata in org.springframework.data.rest.core.mapping
Modifier and TypeMethodDescriptionPersistentEntitiesResourceMappings.getMetadataFor
(Class<?> type) ResourceMappings.getMetadataFor
(Class<?> type) Returns aResourceMetadata
for the given type if available.Modifier and TypeMethodDescriptionprotected final void
PersistentEntitiesResourceMappings.addToCache
(Class<?> type, ResourceMetadata metadata) Adds the givenResourceMetadata
to the cache.boolean
ExposureConfiguration.allowsPutForCreation
(ResourceMetadata metadata) Returns whether PUT requests can be used to create new instances for the type backing the givenResourceMetadata
.ExposureConfigurer.AggregateResourceHttpMethodsFilter.filter
(ResourceMetadata metdata, ConfigurableHttpMethods httpMethods) -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc
ModifierConstructorDescriptionRootResourceInformation
(ResourceMetadata metadata, PersistentEntity<?, ?> entity, RepositoryInvoker invoker) -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.config
Modifier and TypeMethodDescriptionResourceMetadataHandlerMethodArgumentResolver.resolveArgument
(MethodParameter parameter, ModelAndViewContainer mavContainer, NativeWebRequest webRequest, WebDataBinderFactory binderFactory) -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.json
Modifier and TypeMethodDescriptionJacksonMetadata.getFallbackDescription
(ResourceMetadata ownerMetadata, com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition definition) Returns the fallbackResourceDescription
to be used for the givenBeanPropertyDefinition
. -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.mapping
Modifier and TypeMethodDescriptionAssociations.getMetadataFor
(Class<?> type) Returns theResourceMetadata
for the given type. -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.support