From 9dd62c1105689afeedeeab4fcf79dc8644b42676 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 15 Dec 2023 12:33:48 +0100 Subject: [PATCH] Polish Javadoc. Related ticket GH-1947. --- .../rest/webmvc/json/PersistentEntityJackson2Module.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java index 1cd71ecd2..5aca694b1 100644 --- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java +++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java @@ -105,8 +105,9 @@ public class PersistentEntityJackson2Module extends SimpleModule { private static final TypeDescriptor URI_DESCRIPTOR = TypeDescriptor.valueOf(URI.class); /** - * Creates a new {@link PersistentEntityJackson2Module} using the given {@link ResourceMappings}, {@link Repositories} - * , {@link RepositoryRestConfiguration}, {@link UriToEntityConverter} and {@link SelfLinkProvider}. + * Creates a new {@link PersistentEntityJackson2Module} using the given {@link Associations}, + * {@link PersistentEntities}, {@link UriToEntityConverter}, {@link LinkCollector}, {@link RepositoryInvokerFactory}, + * {@link LookupObjectSerializer}, {@link RepresentationModelProcessorInvoker} and {@link EmbeddedResourcesAssembler}. * * @param associations must not be {@literal null}. * @param entities must not be {@literal null}.