Uses of Interface
org.springframework.data.rest.core.mapping.ResourceDescription
Packages that use ResourceDescription
Package
Description
-
Uses of ResourceDescription in org.springframework.data.rest.core.mapping
Classes in org.springframework.data.rest.core.mapping that implement ResourceDescriptionModifier and TypeClassDescriptionclassAResourceDescriptionthat is customized based on aDescriptionannotation.classAdapter class for theMessageSourceResolvablepart of aResourceDescription.classclassSimpleResourceDescriptionthat additionally captures a type to be able to potentially create a reasonable default message.Methods in org.springframework.data.rest.core.mapping that return ResourceDescriptionModifier and TypeMethodDescriptionstatic ResourceDescriptionSimpleResourceDescription.defaultFor(LinkRelation rel) static ResourceDescriptionTypedResourceDescription.defaultFor(LinkRelation rel, Class<?> type) static ResourceDescriptionTypedResourceDescription.defaultFor(LinkRelation rel, String name, Class<?> type) static ResourceDescriptionTypedResourceDescription.defaultFor(LinkRelation rel, PersistentProperty<?> property) ParameterMetadata.getDescription()Returns the description for the method parameter.ResourceMapping.getDescription()Returns the resource's description.SearchResourceMappings.getDescription()CollectionResourceMapping.getItemResourceDescription()Returns theResourceDescriptionfor the item resource.Constructors in org.springframework.data.rest.core.mapping with parameters of type ResourceDescriptionModifierConstructorDescriptionAnnotationBasedResourceDescription(Class<?> type, ResourceDescription fallback) AnnotationBasedResourceDescription(Description description, ResourceDescription fallback) Creates a newAnnotationBasedResourceDescriptionfor the givenDescriptionand fallback. -
Uses of ResourceDescription in org.springframework.data.rest.webmvc.json
Methods in org.springframework.data.rest.webmvc.json that return ResourceDescriptionModifier 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.