|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2020 the original author or authors. |
|
|
|
|
* Copyright 2002-2022 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -35,7 +35,7 @@ import org.springframework.util.MimeType;
@@ -35,7 +35,7 @@ import org.springframework.util.MimeType;
|
|
|
|
|
import org.springframework.util.MimeTypeUtils; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Decode a byte stream into JSON and convert to Object's with Jackson 2.9, |
|
|
|
|
* Decode a byte stream into JSON and convert to Object's with Jackson 2.14, |
|
|
|
|
* leveraging non-blocking parsing. |
|
|
|
|
* |
|
|
|
|
* @author Sebastien Deleuze |
|
|
|
|
|