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