Skip to content

Commit

Permalink
expose KeepJsonResponseController
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Aug 30, 2024
1 parent 0694057 commit 5a687cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import static software.sava.rpc.json.http.client.JsonResponseController.checkResponseCode;
import static software.sava.rpc.json.http.client.JsonResponseController.logBody;

record KeepJsonResponseController<R>(
public record KeepJsonResponseController<R>(
BiFunction<byte[], JsonIterator, R> parser) implements Function<HttpResponse<byte[]>, R> {

private static final System.Logger log = System.getLogger(KeepJsonResponseController.class.getName());
Expand Down

0 comments on commit 5a687cc

Please sign in to comment.