public class LeapRepresentation
extends java.lang.Object
implements org.ametiste.rest.client.Representation
| Constructor and Description |
|---|
LeapRepresentation(ShapelessData data,
org.springframework.http.MediaType defaultJumpType,
org.springframework.web.client.RestTemplate rt) |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
exec(org.ametiste.rest.client.Transition<E> rel) |
org.ametiste.rest.client.Representation |
jump(java.lang.String rel) |
public LeapRepresentation(ShapelessData data, org.springframework.http.MediaType defaultJumpType, org.springframework.web.client.RestTemplate rt)
public org.ametiste.rest.client.Representation jump(java.lang.String rel)
jump in interface org.ametiste.rest.client.Representationpublic <E> E exec(org.ametiste.rest.client.Transition<E> rel)
exec in interface org.ametiste.rest.client.Representation