| Package | Description |
|---|---|
| net.eusashead.hateoas.hal.http.converter.module.impl | |
| net.eusashead.hateoas.hal.response | |
| net.eusashead.hateoas.hal.response.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ManualAdapterModuleImpl.registerWriter(RepresentationWriter<?> writer)
Register a
RepresentationWriter
Note: uses a bit of reflection magic that I
feel occasionally a bit nervous about due
to type erasure but it seems to work. |
| Modifier and Type | Method and Description |
|---|---|
<T> HalResponseBuilder |
HalResponseBuilder.convert(T bean,
RepresentationWriter<T> writer)
Set the underlying
Representation
by converting the supplied Object
into a Representation using the
supplied RepresentationWriter
in favour of the default conversion mechanism. |
| Modifier and Type | Method and Description |
|---|---|
<T> HalResponseBuilderImpl |
HalResponseBuilderImpl.convert(T bean,
RepresentationWriter<T> writer) |
Copyright © 2013. All Rights Reserved.