public static interface ResponseBuilder.Factory
| Modifier and Type | Method and Description |
|---|---|
<T,E extends RestException> |
newInstance(SerializerAdapter<?> serializerAdapter)
Returns a response builder instance.
|
<T,E extends RestException> ResponseBuilder<T,E> newInstance(SerializerAdapter<?> serializerAdapter)
T - the type of the return objectE - the type of the exceptionserializerAdapter - the serializer adapter to deserialize the response/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/