Uses of Class
org.apache.juneau.rest.mock.MockRestClient
Packages that use MockRestClient
-
Uses of MockRestClient in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock that return MockRestClientModifier and TypeMethodDescriptionstatic MockRestClient
Creates a newRestClient
with no registered serializer or parser.MockRestClient.Builder.build()
static MockRestClient
Creates a newRestClient
with JSON marshalling support.static MockRestClient
MockRestClient.buildJson5
(Object impl) Creates a newRestClient
with Simplified-JSON marshalling support.static MockRestClient
MockRestClient.buildJson5Lax
(Object impl) Creates a newRestClient
with Simplified-JSON marshalling support.static MockRestClient
MockRestClient.buildJsonLax
(Object impl) Creates a newRestClient
with JSON marshalling support.static MockRestClient
Creates a newRestClient
with no registered serializer or parser.