Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
} // @formatter:on

/**
* Unmarshals data from a generic Object into the specified type using the configured
* Unmarshalls data from a generic Object into the specified type using the configured
* ObjectMapper.
*
* <p>
Expand All @@ -313,7 +313,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
* @param <T> the target type to convert the data into
* @param data the source object to convert
* @param typeRef the TypeReference describing the target type
* @return the unmarshaled object of type T
* @return the unmarshalled object of type T
* @throws IllegalArgumentException if the conversion cannot be performed
*/
@Override
Expand Down