public interface Transition<T>
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.MediaType |
getMediaType() |
org.springframework.http.HttpMethod |
getMethod() |
java.lang.String |
getRelation() |
java.lang.Class<T> |
getResponseType() |
org.springframework.http.MediaType getMediaType()
org.springframework.http.HttpMethod getMethod()
java.lang.Class<T> getResponseType()
java.lang.String getRelation()