Generated by
JDiff

Class org.springframework.http.RequestEntity

Added Constructors
RequestEntity(T, HttpMethod, URI, Type) Constructor with method, URL, body and type but without headers.
RequestEntity(T, MultiValueMap<String, String>, HttpMethod, URI, Type) Constructor with method, URL, headers, body and type.
 

Added Methods
Type getType() Return the type of the request's body.