Uses of Interface
org.springframework.data.rest.core.mapping.ResourceMetadata
Packages that use ResourceMetadata
Package
Description
-
Uses of ResourceMetadata in org.springframework.data.rest.core.mapping
Methods in org.springframework.data.rest.core.mapping that return ResourceMetadataModifier and TypeMethodDescriptionPersistentEntitiesResourceMappings.getMetadataFor(Class<?> type) @Nullable ResourceMetadataResourceMappings.getMetadataFor(Class<?> type) Returns aResourceMetadatafor the given type if available.default ResourceMetadataResourceMappings.getRequiredMetadataFor(Class<?> type) Returns the requiredResourceMetadatafor the given type or throwsIllegalStateException.Methods in org.springframework.data.rest.core.mapping that return types with arguments of type ResourceMetadataMethods in org.springframework.data.rest.core.mapping with parameters of type ResourceMetadataModifier and TypeMethodDescriptionprotected final voidPersistentEntitiesResourceMappings.addToCache(Class<?> type, ResourceMetadata metadata) Adds the givenResourceMetadatato the cache.booleanExposureConfiguration.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
Methods in org.springframework.data.rest.webmvc that return ResourceMetadataConstructors in org.springframework.data.rest.webmvc with parameters of type ResourceMetadataModifierConstructorDescriptionRootResourceInformation(@Nullable ResourceMetadata metadata, PersistentEntity<?, ?> entity, RepositoryInvoker invoker) -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.config
Methods in org.springframework.data.rest.webmvc.config that return ResourceMetadataModifier and TypeMethodDescription@Nullable ResourceMetadataResourceMetadataHandlerMethodArgumentResolver.resolveArgument(MethodParameter parameter, @Nullable ModelAndViewContainer mavContainer, NativeWebRequest webRequest, @Nullable WebDataBinderFactory binderFactory) -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.json
Methods in org.springframework.data.rest.webmvc.json with parameters of type ResourceMetadataModifier and TypeMethodDescriptionJackson2Metadata.getFallbackDescription(ResourceMetadata ownerMetadata, com.fasterxml.jackson.databind.introspect.BeanPropertyDefinition definition) Deprecated, for removal: This API element is subject to removal in a future version.Returns the fallbackResourceDescriptionto be used for the givenBeanPropertyDefinition.JacksonMetadata.getFallbackDescription(ResourceMetadata ownerMetadata, tools.jackson.databind.introspect.BeanPropertyDefinition definition) Returns the fallbackResourceDescriptionto be used for the givenBeanPropertyDefinition. -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.mapping
Methods in org.springframework.data.rest.webmvc.mapping that return ResourceMetadataModifier and TypeMethodDescription@Nullable ResourceMetadataAssociations.getMetadataFor(Class<?> type) Returns theResourceMetadatafor the given type. -
Uses of ResourceMetadata in org.springframework.data.rest.webmvc.support
Constructors in org.springframework.data.rest.webmvc.support with parameters of type ResourceMetadata