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 27de3680b4
commit d70a9ed7c6

View File

@@ -2145,7 +2145,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}.