Skip to content

Commit 7e4fc92

Browse files
committed
Polish Javadoc.
Related ticket GH-1947.
1 parent e612cd0 commit 7e4fc92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ public class PersistentEntityJackson2Module extends SimpleModule {
105105
private static final TypeDescriptor URI_DESCRIPTOR = TypeDescriptor.valueOf(URI.class);
106106

107107
/**
108-
* Creates a new {@link PersistentEntityJackson2Module} using the given {@link ResourceMappings}, {@link Repositories}
109-
* , {@link RepositoryRestConfiguration}, {@link UriToEntityConverter} and {@link SelfLinkProvider}.
108+
* Creates a new {@link PersistentEntityJackson2Module} using the given {@link Associations},
109+
* {@link PersistentEntities}, {@link UriToEntityConverter}, {@link LinkCollector}, {@link RepositoryInvokerFactory},
110+
* {@link LookupObjectSerializer}, {@link RepresentationModelProcessorInvoker} and {@link EmbeddedResourcesAssembler}.
110111
*
111112
* @param associations must not be {@literal null}.
112113
* @param entities must not be {@literal null}.

0 commit comments

Comments
 (0)