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:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user