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 exceptionCopyright © 2019. All rights reserved.