DropwizardAppExtension | DropwizardAppExtension | |||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
public void after(); | public void after(); | |||
public C getConfiguration(); | public C getConfiguration(); | |||
public int getLocalPort(); | public int getLocalPort(); | |||
public int getPort(int); | public int getPort(int); | |||
public int getAdminPort(); | public int getAdminPort(); | |||
public io.dropwizard.core.Application<C> newApplication(); | public io.dropwizard.core.Application<C> newApplication(); | |||
public <A extends io.dropwizard.core.Application<C>> A getApplication(); | public <A extends io.dropwizard.core.Application<C>> A getApplication(); | |||
public io.dropwizard.core.setup.Environment getEnvironment(); | public io.dropwizard.core.setup.Environment getEnvironment(); | |||
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(); | |||
public io.dropwizard.testing.DropwizardTestSupport<C> getTestSupport(); | public io.dropwizard.testing.DropwizardTestSupport<C> getTestSupport(); | |||
public javax.ws.rs.client.Client client(); | public jakarta.ws.rs.client.Client client(); | |||
protected org.glassfish.jersey.client.JerseyClientBuilder clientBuilder() ; | protected org.glassfish.jersey.client.JerseyClientBuilder clientBuilder() ; | |||
} | } | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 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/ |