REQ - The type of the request to be used.public interface RequestAccessor<REQ>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RequestAccessor.RequestBuilder<REQ,B extends RequestAccessor.RequestBuilder<REQ,B>>
Provides a builder method for a request property returning the builder
for applying multiple build operations.
|
static interface |
RequestAccessor.RequestMutator<REQ>
Extends the
RequestAccessor with a setter method. |
static interface |
RequestAccessor.RequestProperty<REQ>
Extends the
RequestAccessor with a setter method. |
| Modifier and Type | Method and Description |
|---|---|
REQ |
getRequest()
Retrieves the request from the request property.
|
REQ getRequest()
Copyright © 2018. All rights reserved.