Resource   Resource 
Compiled from "Resource.java" Compiled from "Resource.java"
public class io.dropwizard.testing.common.Resource { public class io.dropwizard.testing.common.Resource {
public static io.dropwizard.testing.junit5.ResourceExtension$Builder buil der(); public static io.dropwizard.testing.junit5.ResourceExtension$Builder buil der();
public javax.validation.Validator getValidator(); public jakarta.validation.Validator getValidator();
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper();
public java.util.function.Consumer<org.glassfish.jersey.client.ClientConf ig> getClientConfigurator(); public java.util.function.Consumer<org.glassfish.jersey.client.ClientConf ig> getClientConfigurator();
public javax.ws.rs.client.WebTarget target(java.lang.String); public jakarta.ws.rs.client.WebTarget target(java.lang.String);
public javax.ws.rs.client.Client client(); public jakarta.ws.rs.client.Client client();
public org.glassfish.jersey.test.JerseyTest getJerseyTest(); public org.glassfish.jersey.test.JerseyTest getJerseyTest();
public void before() throws java.lang.Throwable; public void before() throws java.lang.Throwable;
public void after() throws java.lang.Throwable; public void after() throws java.lang.Throwable;
} }
 End of changes. 2 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/