mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Javadoc
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ public abstract class BodyInserters {
|
||||
* {@link #fromProducer(Object, Class)} should be used.
|
||||
* @see #fromPublisher(Publisher, Class)
|
||||
* @see #fromProducer(Object, Class)
|
||||
* @deprecated As of Spring Framework 5.2, in favor of {@link #fromValue(T)}.
|
||||
* @deprecated As of Spring Framework 5.2, in favor of {@link #fromValue(Object)}
|
||||
*/
|
||||
@Deprecated
|
||||
public static <T> BodyInserter<T, ReactiveHttpOutputMessage> fromObject(T body) {
|
||||
|
||||
Reference in New Issue
Block a user