Uses of Class
org.springframework.data.rest.core.UriToEntityConverter
Packages that use UriToEntityConverter
-
Uses of UriToEntityConverter in org.springframework.data.rest.webmvc.json
Constructors in org.springframework.data.rest.webmvc.json with parameters of type UriToEntityConverterModifierConstructorDescriptionAggregateReferenceResolvingModule
(UriToEntityConverter converter, ResourceMappings mappings) Creates a newAggregateReferenceResolvingModule
using the givenUriToEntityConverter
andResourceMappings
.AssociationUriResolvingDeserializerModifier
(PersistentEntities entities, Associations associations, UriToEntityConverter converter, RepositoryInvokerFactory factory) PersistentEntityJackson2Module
(Associations associations, PersistentEntities entities, UriToEntityConverter converter, LinkCollector collector, RepositoryInvokerFactory factory, PersistentEntityJackson2Module.LookupObjectSerializer lookupObjectSerializer, org.springframework.hateoas.server.mvc.RepresentationModelProcessorInvoker invoker, EmbeddedResourcesAssembler assembler) Creates a newPersistentEntityJackson2Module
using the givenResourceMappings
,Repositories
,RepositoryRestConfiguration
,UriToEntityConverter
andSelfLinkProvider
.UriStringDeserializer
(Class<?> type, UriToEntityConverter converter) Creates a newPersistentEntityJackson2Module.UriStringDeserializer
for the givenPersistentProperty
using the givenUriToEntityConverter
.