Polish Javadoc.

Related ticket GH-1947.
This commit is contained in:
Oliver Drotbohm
2023-12-15 12:33:48 +01:00
parent 898b368510
commit 9dd62c1105

View File

@@ -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}.