Update visibility of ConversionContext.

The ConversionContext should not be package private due to its usage in protected method signatures.

Closes: #4345
This commit is contained in:
Christoph Strobl
2023-03-24 13:39:11 +01:00
parent 87a5182c33
commit c8c3136e89

View File

@@ -2161,7 +2161,7 @@ public class MappingMongoConverter extends AbstractMongoConverter implements App
*
* @since 3.4.3
*/
interface ConversionContext {
protected interface ConversionContext {
/**
* Converts a source object into {@link TypeInformation target}.