Skip to content

Commit

Permalink
Polish Javadoc.
Browse files Browse the repository at this point in the history
Related ticket GH-1947.
  • Loading branch information
odrotbohm committed Dec 15, 2023
1 parent 898b368 commit 9dd62c1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
Expand Down

0 comments on commit 9dd62c1

Please sign in to comment.