DATACMNS-1762 - Add tests for projections returning Optional.

Original Pull Request: #459
This commit is contained in:
Wim Deblauwe
2020-07-16 15:18:40 +02:00
committed by Christoph Strobl
parent bd3992dfc5
commit 97df0fa899
2 changed files with 76 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ public abstract class ReactiveWrapperConverters {
*
* @param type must not be {@literal null}.
* @return will never be {@literal null}.
* @since 2.4
*/
public static TypeInformation<?> unwrapWrapperTypes(TypeInformation<?> type) {