public class WriteObjectOperationByObjectMapper<T> extends java.lang.Object implements WriteObjectOperation<T>
| Constructor and Description |
|---|
WriteObjectOperationByObjectMapper(@NotNull com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(@NotNull UnCloseableOutputStream out,
T object) |
public WriteObjectOperationByObjectMapper(@NotNull
@NotNull com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public void write(@NotNull
@NotNull UnCloseableOutputStream out,
@NotNull
T object)
throws java.io.IOException
write in interface WriteObjectOperation<T>java.io.IOException